[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#694656: unblock: update-notifier/0.99.3debian11



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package update-notifier

This release fixes release critical and important bugs. The diff
included below comes from the VCS, the generated tarballs have
additional differences introduced by differences in the
autotools versions used to create them.

There is a typo in the changelog, in case you wonder about
"update-notifier-cleanup", it should read "update-notifier-common".

unblock update-notifier/0.99.3debian11


-- Diff from bzr:
=== modified file 'debian/changelog'
--- debian/changelog	2011-08-02 16:20:19 +0000
+++ debian/changelog	2012-11-28 16:49:05 +0000
@@ -1,3 +1,12 @@
+update-notifier (0.99.3debian11) unstable; urgency=low
+
+  * Make update-notifier-common depend on lsb-release (Closes: #694006)
+  * Remove /var/lib/update-notifier if update-notifier-cleanup is purged
+    (Closes: #606623)
+  * Let update-notifier-common depend on gettext-base (Closes: #620509)
+
+ -- Julian Andres Klode <jak@debian.org>  Wed, 28 Nov 2012 17:49:01 +0100
+
 update-notifier (0.99.3debian10) unstable; urgency=low
 
   [ Martin Pitt ]

=== modified file 'debian/control'
--- debian/control	2011-08-02 16:17:43 +0000
+++ debian/control	2012-11-28 16:47:16 +0000
@@ -37,6 +37,8 @@ Replaces: update-notifier (<< 0.75.1)
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         gettext-base,
+         lsb-release,
          python,
          python-apt (>= 0.6.12)
 Recommends: libpam-modules (>= 1.0.1-9ubuntu3)

=== added file 'debian/update-notifier-common.postrm'
--- debian/update-notifier-common.postrm	1970-01-01 00:00:00 +0000
+++ debian/update-notifier-common.postrm	2010-12-14 17:11:52 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = purge -a -d /var/lib/update-notifier ]; then
+	rm -r --one-file-system /var/lib/update-notifier
+fi
+
+#DEBHELPER#

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Attachment: pgpR55lmxDCNj.pgp
Description: PGP signature


Reply to: