summaryrefslogtreecommitdiff
path: root/prepare-release
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-25 14:11:34 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-25 14:11:34 +0200
commitaa9de3cd97897b269d61031082d1039a242d8b4a (patch)
tree570a3d180bd8adc390bd90df632f29aba94620b1 /prepare-release
parent4b2dad2e7e7a178d14500fa991ea1f9ef52d5eee (diff)
* 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
Diffstat (limited to 'prepare-release')
-rwxr-xr-xprepare-release1
1 files changed, 1 insertions, 0 deletions
diff --git a/prepare-release b/prepare-release
index c5e28edc3..73c0be602 100755
--- a/prepare-release
+++ b/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"