diff options
author | joey <joey> | 2005-11-03 16:57:13 +0000 |
---|---|---|
committer | joey <joey> | 2005-11-03 16:57:13 +0000 |
commit | 5d54e11cfb37e982fe73190be95dbb688ad58dce (patch) | |
tree | 4c586d1dac576e9baee959ded0c6bf39135a55ee | |
parent | 975baddc00534d2ca1bf5d55fe3fa6064844cf0d (diff) | |
download | debhelper-5d54e11cfb37e982fe73190be95dbb688ad58dce.tar.gz |
r1809: releasing version 5.0.25.0.2
-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" |