From e0faac242ef8d5c3b03ed3ea01808be930ca8e09 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:09:31 +0000 Subject: [PATCH] Updated the build depends; deconf_specification pulls us into the XML worls 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 | 2 +- debian/rules | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.2