diff options
-rw-r--r-- | debian/apt.postinst | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index bd814e1af..a6465e120 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -23,7 +23,7 @@ case "$1" in apt-key update # ensure tighter permissons on the logs, see LP: #975199 - if dpkg --compare-versions "$2" lt-nl 0.9.7.7; then + if dpkg --compare-versions "$2" lt-nl 0.9.7.6ubuntu6; then # ensure permissions are right chmod -f 0640 /var/log/apt/term.log* || true fi diff --git a/debian/changelog b/debian/changelog index e89a4d3e2..af04d1f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.9.7.6ubuntu6) UNRELEASEDraring; urgency=low +apt (0.9.7.6ubuntu6) raring; urgency=low * merged from the debian-sid branch @@ -13,7 +13,7 @@ apt (0.9.7.6ubuntu6) UNRELEASEDraring; urgency=low [ Michael Vogt ] * change permissions of /var/log/apt/term.log to 0640 (LP: #975199) - -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2012 09:03:59 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2012 09:14:54 +0100 apt (0.9.7.6ubuntu5) raring; urgency=low diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index e8c174be2..79b98aaf2 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 0.9.7.6ubuntu5\n" +"Project-Id-Version: apt-doc 0.9.7.6ubuntu6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2012-12-13 09:07+0100\n" +"POT-Creation-Date: 2012-12-13 09:16+0100\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" |