diff -u id-utils-3.2d/po/id-utils.pot id-utils-3.2d/po/id-utils.pot --- id-utils-3.2d/po/id-utils.pot +++ id-utils-3.2d/po/id-utils.pot @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-14 12:16-0500\n" +"POT-Creation-Date: 2006-08-29 14:32+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -120,17 +120,17 @@ "strings\n" msgstr "" -#: libidu/scanners.c:695 libidu/scanners.c:971 libidu/scanners.c:1174 +#: libidu/scanners.c:701 libidu/scanners.c:972 libidu/scanners.c:1175 #, c-format msgid "junk: `%c'" msgstr "" -#: libidu/scanners.c:697 libidu/scanners.c:973 libidu/scanners.c:1176 +#: libidu/scanners.c:703 libidu/scanners.c:974 libidu/scanners.c:1177 #, c-format msgid "junk: `\\%03o'" msgstr "" -#: libidu/scanners.c:801 +#: libidu/scanners.c:807 #, c-format msgid "" "Assembly language:\n" @@ -141,7 +141,7 @@ " -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" -#: libidu/scanners.c:1077 +#: libidu/scanners.c:1078 #, c-format msgid "" "Text language:\n" diff -u id-utils-3.2d/debian/changelog id-utils-3.2d/debian/changelog --- id-utils-3.2d/debian/changelog +++ id-utils-3.2d/debian/changelog @@ -1,3 +1,11 @@ +id-utils (3.2d-11ubuntu1) unstable; urgency=low + + * Don't fail to parse indendent statements (thanks to Ralph Corderoy + for tracking down the patch). Closes Malone #1594 + * Fix bashism in debian/rules + + -- Vassilis Pandis Tue, 29 Aug 2006 14:34:03 +0300 + id-utils (3.2d-11) unstable; urgency=low * Update Email address diff -u id-utils-3.2d/debian/rules id-utils-3.2d/debian/rules --- id-utils-3.2d/debian/rules +++ id-utils-3.2d/debian/rules @@ -63,7 +63,8 @@ cp debian/copyright $(debian-tmp)/usr/share/doc/$(p)/. cp debian/changelog $(debian-tmp)/usr/share/doc/$(p)/changelog.Debian cp ChangeLog $(debian-tmp)/usr/share/doc/$(p)/changelog - gzip -9v $(debian-tmp)/usr/share/doc/$(p)/changelog{,.Debian} + gzip -9v $(debian-tmp)/usr/share/doc/$(p)/changelog.Debian + gzip -9v $(debian-tmp)/usr/share/doc/$(p)/changelog for f in postinst prerm; do \ $(INSTALL) debian/$$f $(debian-tmp)/DEBIAN/$$f; \ done diff -u id-utils-3.2d/debian/substvars id-utils-3.2d/debian/substvars --- id-utils-3.2d/debian/substvars +++ id-utils-3.2d/debian/substvars @@ -1 +1 @@ -shlibs:Depends=libc6 (>= 2.3.2.ds1-21) +shlibs:Depends=libc6 (>= 2.4-1)