]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Don't compress version.ent when installing; it gets bigger!
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:08:43 +0000 (05:08 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:08:43 +0000 (05:08 +0000)
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

debian/changelog
debian/rules

index 85526f026229859918907568ee93ca09c8cbedf1..cc9435e8b2a3ff97838d1e07f7352789d921df4f 100644 (file)
@@ -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
index 39b4a0e575e42f584669319c77abb83124d7eb59..4e9593840404656e5f9f32ee63d3918df69cd698 100755 (executable)
@@ -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