Your message dated Sun, 2 Dec 2012 12:54:46 +0100
with message-id <[email protected]>
and subject line Re: Bug#694656: unblock: update-notifier/0.99.3debian11
has caused the Debian Bug report #694656,
regarding unblock: update-notifier/0.99.3debian11
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
694656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694656
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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/.
pgpjZlLf9aq2b.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Wed, Nov 28, 2012 at 19:07:32 +0100, Julian Andres Klode wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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.
>
That additional noise is slightly annoying...
[...]
> === 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#
>
Not sure you want the purge to fail if for whatever reason rm returns
non-zero, so I'd add a || : just in case. Unblocked for now though.
Cheers,
Julien
signature.asc
Description: Digital signature
--- End Message ---