Your message dated Sat, 03 Jun 2017 07:20:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#864000: unblock: debian-goodies/0.69.1
has caused the Debian Bug report #864000,
regarding unblock: debian-goodies/0.69.1
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.)
--
864000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864000
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 debian-goodies version 0.69.1.
Laurent Bigonville discovered a syntax error in check-enhancements,
one of debian-goodies' scripts. It shows up in most use cases of that
script and hence makes that script unusable in the way it's usually
used (by checking enhancements for all installed packages).
The other change is a fix which is in Debian Experimental since 22nd
of April (without any related bug reports) and was the result of a
comment by a release team member after reviewing the changes for 0.69,
but wasn't worth an upload of its own.
Full debdiff:
diff -Nru debian-goodies-0.69/check-enhancements
debian-goodies-0.69.1/check-enhancements
--- debian-goodies-0.69/check-enhancements 2016-08-06 14:46:24.000000000
+0200
+++ debian-goodies-0.69.1/check-enhancements 2017-06-03 00:46:22.000000000
+0200
@@ -62,7 +62,7 @@
case $? in
0) if test $OPT_VERBOSE != 0; then echo -e "Package <<$1>> could be
Enhanced by:"; fi
;;
- 1) continue
+ 1) return
;;
*) echo "${SELF}: Internal Error!"
exit 1
diff -Nru debian-goodies-0.69/checkrestart debian-goodies-0.69.1/checkrestart
--- debian-goodies-0.69/checkrestart 2017-02-20 02:28:58.000000000 +0100
+++ debian-goodies-0.69.1/checkrestart 2017-02-28 00:23:41.000000000 +0100
@@ -131,6 +131,7 @@
if line.startswith("#"):
continue
blacklist.append(re.compile(line.strip()))
+ blacklistFile.close()
# Start checking
diff -Nru debian-goodies-0.69/debian/changelog
debian-goodies-0.69.1/debian/changelog
--- debian-goodies-0.69/debian/changelog 2017-02-20 02:37:42.000000000
+0100
+++ debian-goodies-0.69.1/debian/changelog 2017-06-03 00:56:48.000000000
+0200
@@ -1,3 +1,13 @@
+debian-goodies (0.69.1) unstable; urgency=high
+
+ * Fix missing close statement in checkrestart. (c.f. #855554)
+ Thanks Emilio Pozuelo Monfort!
+ * Fix syntax error in check-enhancements when querying a package which
+ isn't enhanced by any other package or when querying all installed
+ packages. (Closes: #863944) Thanks Laurent Bigonville!
+
+ -- Axel Beckert <[email protected]> Sat, 03 Jun 2017 00:56:48 +0200
+
debian-goodies (0.69) unstable; urgency=low
* checkrestart: Fix regression with -b/--blacklist from python3
So please...
unblock debian-goodies/0.69.1
-- System Information:
Debian Release: 9.0
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'),
(500, 'buildd-unstable'), (110, 'experimental'), (1, 'experimental-debug'), (1,
'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
--- End Message ---
--- Begin Message ---
Axel Beckert:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package debian-goodies version 0.69.1.
>
> Laurent Bigonville discovered a syntax error in check-enhancements,
> one of debian-goodies' scripts. It shows up in most use cases of that
> script and hence makes that script unusable in the way it's usually
> used (by checking enhancements for all installed packages).
>
> The other change is a fix which is in Debian Experimental since 22nd
> of April (without any related bug reports) and was the result of a
> comment by a release team member after reviewing the changes for 0.69,
> but wasn't worth an upload of its own.
>
> Full debdiff:
>
> [...]
>
> So please...
>
> unblock debian-goodies/0.69.1
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---