]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Set the Perl Policy version to match the package version
authorRuss Allbery <rra@debian.org>
Mon, 28 Jun 2010 16:37:45 +0000 (09:37 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 28 Jun 2010 16:37:45 +0000 (09:37 -0700)
* Set the version of the Perl Policy to match the version of the Policy
  package.

Makefile
debian/changelog
perl-policy.sgml

index 20433d734b6ab97ea85148164dcd29c386dcb080..5d8931a48520aed5a247058eb3da40ad5e3aba88 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ include debian/rules
 policy.sgml: version.ent
 menu-policy.sgml: version.ent
 mime-policy.sgml: version.ent
+perl-policy.sgml: version.ent
 
 ifneq (,$(strip $(HAVE_ORG_EMACS)))
 %.txt: %.org
index 80e18303e0e016d35b3bce414ab129fed2665859..dfc424656f5115beec62852d14afc0c3a5479d8a 100644 (file)
@@ -1,3 +1,10 @@
+debian-policy (3.9.0.1) UNRELEASED; urgency=low
+
+  * Set the version of the Perl Policy to match the version of the Policy
+    package.
+
+ -- Russ Allbery <rra@debian.org>  Mon, 28 Jun 2010 09:34:54 -0700
+
 debian-policy (3.9.0.0) unstable; urgency=low
 
   [ Colin Watson ]
index 4f34758e8f458aeb0248f575dd4a548dccb4523b..7c3744647f5dff6dd94e0fefd8040937c33ecf8c 100644 (file)
@@ -1,4 +1,8 @@
-<!doctype debiandoc system>
+<!doctype debiandoc system [
+<!-- include version information so we don't have to hard code it
+     within the document -->
+<!entity % versiondata SYSTEM "version.ent"> %versiondata;
+]>
 
 <debiandoc>
   <book>
@@ -14,7 +18,7 @@
        <name>The Debian Policy mailing list</name>
        <email>debian-policy@lists.debian.org</email>
       </author>
-      <version>version 1.20</version>
+      <version>version &version;, &date;</version>
 
       <abstract>
        This document describes the packaging of Perl within the Debian