Browse Source

* doc/apt-verbatim.ent:
- APT doesn't belong to the product 'Linux', so use 'APT' instead
as after all APT is a big suite of applications

David Kalnischkies 12 years ago
parent
commit
aa9de3cd97
3 changed files with 9 additions and 3 deletions
  1. 3 1
      debian/changelog
  2. 5 2
      doc/apt-verbatim.ent
  3. 1 0
      prepare-release

+ 3 - 1
debian/changelog

@@ -7,6 +7,9 @@ apt (0.9.5.2) UNRELEASED; urgency=low
   * debian/apt-utils.links:
     - the internal resolver 'apt' is now directly installed in
       /usr/lib/apt/solvers, so don't instruct dh to create a broken link
+  * doc/apt-verbatim.ent:
+    - APT doesn't belong to the product 'Linux', so use 'APT' instead
+      as after all APT is a big suite of applications
 
   [ Justin B Rye ]
   * doc/apt-cdrom.8.xml:
@@ -15,7 +18,6 @@ apt (0.9.5.2) UNRELEASED; urgency=low
   * doc/apt-config.8.xml:
     - review and fix spelling issues
 
-
  -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 24 May 2012 19:40:58 +0200
 
 apt (0.9.5.1) unstable; urgency=low

+ 5 - 2
doc/apt-verbatim.ent

@@ -202,15 +202,18 @@
 ">
 
 <!ENTITY apt-product "
-   <productname>Linux</productname>
+   <productname>APT</productname>
+   <releaseinfo role='version'>&apt-product-version;</releaseinfo>
 ">
 
+<!-- this will be updated by 'prepare-release' -->
+<!ENTITY apt-product-version "0.9.5.1">
+
 <!-- Codenames for debian releases -->
 <!ENTITY oldstable-codename "lenny">
 <!ENTITY stable-codename "squeeze">
 <!ENTITY testing-codename "wheezy">
 
-
 <!-- Arguments -->
 <!ENTITY synopsis-arg-option "<arg><option>-o=<replaceable>&synopsis-config-string;</replaceable></option></arg>">
 <!ENTITY synopsis-arg-config "<arg><option>-c=<filename><replaceable>&synopsis-config-file;</replaceable></filename></option></arg>">

+ 1 - 0
prepare-release

@@ -40,6 +40,7 @@ if [ "$1" = 'pre-export' ]; then
 	fi
 
 	sed -i -e "s/^PACKAGE_VERSION=\".*\"$/PACKAGE_VERSION=\"${VERSION}\"/" configure.in
+	sed -i -e "s/^<!ENTITY apt-product-version \".*\">$/<!ENTITY apt-product-version \"${VERSION}\">/" doc/apt-verbatim.ent
 elif [ "$1" = 'post-build' ]; then
 	if [ "$DISTRIBUTION" != "UNRELEASED" ]; then
 		echo >&2 "REMEMBER: Tag this release with »bzr tag ${VERSION}« if you are satisfied"