From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:08:43 +0000 (+0000) Subject: Don't compress version.ent when installing; it gets bigger! X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e952b4c5ce50b790ce93a874300e0e8353db8f46;p=debian%2Fdebian-policy.git Don't compress version.ent when installing; it gets bigger! Author: jdg Date: 2000/11/13 12:36:55 Don't compress version.ent when installing; it gets bigger! git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-64 --- diff --git a/debian/changelog b/debian/changelog index 85526f0..cc9435e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debian-policy (3.2.1.1) unstable; urgency=low + + * Don't compress version.ent in the doc directory (it gets bigger!) + + -- + debian-policy (3.2.1.0) unstable; urgency=low * [AMENDMENT 15/01/2000] revision of the "to build with X support or diff --git a/debian/rules b/debian/rules index 39b4a0e..4e95938 100755 --- a/debian/rules +++ b/debian/rules @@ -201,9 +201,9 @@ stamp-packaging: build echo "packaging-manual:Version=$(version)" >> debian/substvars $(install_file) packaging.sgml $(PDOCDIR)/ - $(install_file) version.ent $(PDOCDIR)/ $(install_file) debian/changelog $(PDOCDIR)/ -gzip -fqr9 $(PDOCDIR) + $(install_file) version.ent $(PDOCDIR)/ $(install_file) packaging.text.gz $(PDOCDIR)/ $(install_file) debian/copyright $(PDOCDIR)/ $(install_file) packaging-manual.desc $(PLIBDIR)/packaging-manual