From: Manoj Srivastava Date: Thu, 16 Jun 2005 08:35:32 +0000 (+0000) Subject: Synchronized with patch 74 from Manojs tree X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=17e18ad671e59c70a4f7e1c95786c82db12c4ccb;hp=ea98801a7e73c5e13fc38c33c07b8884541aac0c;p=debian%2Fdebian-policy.git Synchronized with patch 74 from Manojs tree Synchronized with patch 74 from Manojs tree Patches applied: * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-74 Updated the build depends; deconf_specification pulls us into the XML worls git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-74 --- diff --git a/debian/control b/debian/control index c171e30..2e32885 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: doc Priority: optional Maintainer: Debian Policy List Standards-Version: ${debian-policy:Version} -Build-Depends-Indep: lynx, debiandoc-sgml, sp, liburi-perl, libpaperg, tetex-bin, tetex-extra, latex2html, libi18n-langtags-perl, groff, bsdmainutils, pstoedit +Build-Depends-Indep: links, debiandoc-sgml, sp, liburi-perl, libpaperg, tetex-bin, tetex-extra, latex2html, libi18n-langtags-perl, groff, bsdmainutils, pstoedit, tidy, jade, docbook-xml Package: debian-policy Architecture: all diff --git a/debian/rules b/debian/rules index 6cba841..bec00f8 100755 --- a/debian/rules +++ b/debian/rules @@ -112,8 +112,10 @@ stamp-build: fi # The extra '.' in the tmac path doesn't matter if GROFF_TMAC_PATH=. cd fhs && $(MAKE) fhs.ps fhs.pdf fhs.txt - lynx -dump fhs-changes-2.1.html > fhs/fhs-changes-2.1.text - lynx -dump upgrading-checklist.html > upgrading-checklist.text + links -dump fhs-changes-2.1.html | perl -pe 's/[\r\0]//g' > \ + fhs/fhs-changes-2.1.text + links -dump upgrading-checklist.html | perl -pe 's/[\r\0]//g' > \ + upgrading-checklist.text $(MAKE) -C debconf_spec all gzip -9f debconf_spec/debconf_specification.txt touch stamp-build