]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
typo
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:05:53 +0000 (05:05 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:05:53 +0000 (05:05 +0000)
Author: srivasta
Date: 1999/07/01 04:08:04
typo

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

debian/rules

index 115c1e4d9da40e39e9a0e926fb7cd12a9b1cf8e4..57d5a6247ce3c054287aa15029e2d87616d9b78e 100755 (executable)
@@ -5,9 +5,9 @@
 ## Created On      : Thu Oct 29 15:35:55 1998
 ## Created On Node  : tiamat.datasync.com
 ## Last Modified By : Manoj Srivastava
-## Last Modified On : Tue Jun 29 14:55:15 1999
+## Last Modified On : Wed Jun 30 23:05:51 1999
 ## Last Machine Used: glaurung.green-gryphon.com
-## Update Count            : 47
+## Update Count            : 51
 ## Status          : Unknown, Use with caution!
 ## HISTORY         :
 ## Description     :
@@ -114,6 +114,7 @@ stamp-policy:  build
        # a given that the debian-policy pkg must always comply with
        # itself...
        echo "debian-policy:Version=$(version)"      > debian/substvars
+       echo "packaging-manual:Version=$(version)"   >> debian/substvars
        $(install_file)     $(POLICY_FILES)          $(DOCDIR)/
        $(install_file)     $(FSSTND_FILES)          $(DOCDIR)/fsstnd/
        $(install_file)     $(FHS_FILES)             $(DOCDIR)/fhs/
@@ -149,12 +150,13 @@ stamp-packaging:  build
        $(make_directory)       $(PTMPTOP)/DEBIAN
        $(make_directory)       $(PDOCDIR)
        $(make_directory)       $(PLIBDIR)
-       echo "packaging-manual:Version=$(version)"           > debian/substvars
+       echo "debian-policy:Version=$(version)"      > debian/substvars
+       echo "packaging-manual:Version=$(version)"   >> debian/substvars
 
        $(install_file)    packaging.sgml            $(PDOCDIR)/
        $(install_file)    version.ent               $(PDOCDIR)/
        $(install_file)    debian/changelog          $(PDOCDIR)/
-       -gzip -fqr9        $(DOCDIR)
+       -gzip -fqr9        $(PDOCDIR)
        $(install_file)    packaging.text.gz         $(PDOCDIR)/
        $(install_file)    debian/copyright          $(PDOCDIR)/
        $(install_file)    packaging-manual.desc     $(PLIBDIR)/packaging-manual