From aa9de3cd97897b269d61031082d1039a242d8b4a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 25 May 2012 14:11:34 +0200 Subject: * 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 --- debian/changelog | 4 +++- doc/apt-verbatim.ent | 7 +++++-- prepare-release | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cfc87b72b..f69938820 100644 --- a/debian/changelog +++ b/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 Thu, 24 May 2012 19:40:58 +0200 apt (0.9.5.1) unstable; urgency=low diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index ff37f4ae7..617403116 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -202,15 +202,18 @@ "> Linux + APT + &apt-product-version; "> + + + - "> "> 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/^$//" 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" -- cgit v1.2.3