From 51398e2a334ffb31a7f7ac1fd46dcafda9ca8f61 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:05:53 +0000 Subject: [PATCH] typo 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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 115c1e4..57d5a62 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.5