]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Install copyright-format source without a version
authorRuss Allbery <rra@debian.org>
Mon, 27 Feb 2012 00:53:23 +0000 (16:53 -0800)
committerRuss Allbery <rra@debian.org>
Mon, 27 Feb 2012 00:53:23 +0000 (16:53 -0800)
* 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
debian/rules

index ffae39175d5b11b0a170fc5204959e4f95750ef1..9a01682116f112fb5fafa085c978554b877ded1c 100644 (file)
@@ -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.
index e0e8c131f3ee8e4003bf10b2e42594ac8f6e945f..a3950ca7e2e88416cad8c5655315e1b70c4fbdbc 100755 (executable)
@@ -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.