diff options
-rw-r--r-- | autoscripts/postinst-info | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | po/debhelper.pot | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/autoscripts/postinst-info b/autoscripts/postinst-info index 71ffa19b..b528b5d8 100644 --- a/autoscripts/postinst-info +++ b/autoscripts/postinst-info @@ -1,3 +1,3 @@ if [ "$1" = "configure" ]; then - install-info --quiet --section "#SECTION#" "#SECTION#" #FILE# + install-info --quiet --section "\Q#SECTION#\E" "#SECTION#" #FILE# fi diff --git a/debian/changelog b/debian/changelog index 14f3db1b..5b2ddd57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (5.0.2) unstable; urgency=low + + * Sometimes it's a good idea to edit more files than just the changelog + before releasing. + + -- Joey Hess <joeyh@debian.org> Thu, 3 Nov 2005 11:54:46 -0500 + debhelper (5.0.1) unstable; urgency=low * dh_installinfo: Escape section with \Q \E. Closes: #337215 diff --git a/po/debhelper.pot b/po/debhelper.pot index d69a24d6..9ad4e74e 100644 --- a/po/debhelper.pot +++ b/po/debhelper.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2005-11-03 11:06-0500\n" +"POT-Creation-Date: 2005-11-03 11:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |