From 3f86fee4407badd72e2775c45a635c88191d4f27 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:10:18 +0000 Subject: [PATCH] * Undo Build-Depends change Author: jdg Date: 2001/02/15 12:30:16 * Undo Build-Depends change; Manoj had already done it and I hadn't noticed! * Removed bashism from debian/rules git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-83 --- debian/changelog | 4 ++-- debian/control | 2 +- debian/rules | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e217fec..76184e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,10 +18,10 @@ debian-policy (3.5.1.0) unstable; urgency=low * Add the "main" section of each distribution (got left out by accident!) (Bug#64304, #75955 from packaging-manual) * Clean version numbering string (Bug#73064 from packaging-manual) - * Add "links" to Build-Depends list * Install HTML version of FHS closes: Bug#83487 + * Removed bashism from debian/rules - -- Julian Gilbey Thu, 15 Feb 2001 11:42:31 +0000 + -- Julian Gilbey Thu, 15 Feb 2001 12:13:00 +0000 debian-policy (3.5.0.0) unstable; urgency=low diff --git a/debian/control b/debian/control index a22ba09..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: links, debiandoc-sgml, sp, liburi-perl, libpaperg, tetex-bin, tetex-extra, latex2html, libi18n-langtags-perl, groff, bsdmainutils, pstoedit, tidy, jade, docbook-xml, links +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 09745a8..4a2d973 100755 --- a/debian/rules +++ b/debian/rules @@ -174,7 +174,8 @@ stamp-policy: build (tar cf - policy-process.html) | (cd $(DOCDIR); tar xf -) sed -e 's/#PACKAGE#/$(package)/g' debian/postinst.in > debian/postinst sed -e 's/#PACKAGE#/$(package)/g' debian/prerm.in > debian/prerm - $(install_program) debian/{postinst,prerm} debian/tmp/DEBIAN/ + $(install_program) debian/postinst debian/tmp/DEBIAN/ + $(install_program) debian/prerm debian/tmp/DEBIAN/ dpkg-gencontrol -pdebian-policy -Pdebian/tmp -isp chown -R root.root debian/tmp chmod -R go=rX debian/tmp -- 2.39.2