]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Updated the build depends; deconf_specification pulls us into the XML worls
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:09:31 +0000 (05:09 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:09:31 +0000 (05:09 +0000)
Author: srivasta
Date: 2001/01/29 04:50:25
Updated the build depends; deconf_specification pulls us into the XML worls

git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-74

debian/control
debian/rules

index c171e30c88e5e0870006126c9ae2e1399f7a8ecb..2e32885b5d425601e4a8e987bf4bb2a07ac0316a 100644 (file)
@@ -3,7 +3,7 @@ Section: doc
 Priority: optional
 Maintainer: Debian Policy List <debian-policy@lists.debian.org>
 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
index 6cba84169af902425072eaec6dfcc3bb0854c5dd..bec00f898161be26d681421e791a74094adc491e 100755 (executable)
@@ -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