From 1954ddda4a22183d73ad07b230cda246ec4671ce Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 26 Feb 2012 16:53:23 -0800 Subject: [PATCH] Install copyright-format source without a version * Ship the copyright-format source as copyright-format.xml.tar.gz without a version, since it will include all of the versions, not just the current version. --- debian/changelog | 3 +++ debian/rules | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ffae391..9a01682 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ debian-policy (3.9.3.1) UNRELEASED; urgency=low directory as upgrading-checklist.html so that it can be deployed on www.debian.org in a way that will allow links to Policy sections to work easily. Thanks, Charles Plessy. (Partly addresses #639663) + * Ship the copyright-format source as copyright-format.xml.tar.gz + without a version, since it will include all of the versions, not just + the current version. * Fix mistaken word choice (prefix instead of suffix) in the upgrading checklist entry for 3.9.3.0. * Add some missing entries to the virtual package names list changelog. diff --git a/debian/rules b/debian/rules index e0e8c13..a3950ca 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ FILES_TO_CLEAN := $(SGML_FILES:=.txt) $(SGML_FILES:=.txt.gz) \ policy.pdf.gz policy.ps.gz \ policy.pdf policy.ps policy.tpt policy.txt \ version.ent \ - copyright-format-1.0.xml.tar.gz \ + copyright-format.xml.tar.gz \ debconf_specification.xml.tar.gz \ debian/files @@ -79,7 +79,7 @@ stamp-build: version.ent $(MAKE) -C copyright-format all $(MAKE) -C debconf_spec all GZIP=-9 cd copyright-format && \ - tar -zcf ../copyright-format-1.0.xml.tar.gz * + tar -zcf ../copyright-format.xml.tar.gz * GZIP=-9 cd debconf_spec && \ tar -zcf ../debconf_specification.xml.tar.gz * touch stamp-build @@ -122,7 +122,7 @@ stamp-binary: stamp-build # # Install DocBook XML source. # - $(install) copyright-format-1.0.xml.tar.gz $(DOCDIR)/ + $(install) copyright-format.xml.tar.gz $(DOCDIR)/ $(install) debconf_specification.xml.tar.gz $(DOCDIR)/ # # Install generated HTML directories. -- 2.39.2