Your message dated Sat, 14 Jul 2018 11:21:20 +0100
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.5
has caused the Debian Bug report #891563,
regarding stretch-pu: package disc-cover/1.5.6-2+deb9u1
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.)
--
891563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891563
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
* Fix perl error when running disc-cover,
thanks to Frédéric Boiteux. (Closes: #879961)
diff -Nru disc-cover-1.5.6/debian/changelog disc-cover-1.5.6/debian/changelog
--- disc-cover-1.5.6/debian/changelog 2016-08-03 23:44:33.000000000 +0300
+++ disc-cover-1.5.6/debian/changelog 2018-02-26 19:50:03.000000000 +0200
@@ -1,3 +1,11 @@
+disc-cover (1.5.6-2+deb9u1) stretch; urgency=medium
+
+ * QA upload.
+ * Fix perl error when running disc-cover,
+ thanks to Frédéric Boiteux. (Closes: #879961)
+
+ -- Adrian Bunk <[email protected]> Mon, 26 Feb 2018 19:50:03 +0200
+
disc-cover (1.5.6-2) unstable; urgency=medium
* QA Upload.
diff -Nru disc-cover-1.5.6/debian/patches/defined_array.patch
disc-cover-1.5.6/debian/patches/defined_array.patch
--- disc-cover-1.5.6/debian/patches/defined_array.patch 1970-01-01
02:00:00.000000000 +0200
+++ disc-cover-1.5.6/debian/patches/defined_array.patch 2018-02-26
19:49:09.000000000 +0200
@@ -0,0 +1,11 @@
+--- disc-cover-1.5.6.orig/disc-cover
++++ disc-cover-1.5.6/disc-cover
+@@ -743,7 +743,7 @@ sub end_program
+ {
+ my ($error) = defined($_[0]) ? $_[0] : undef ;
+ shift;
+- my (@solutions) = defined(@_) ? @_ : undef;
++ my (@solutions) = @_;
+
+ warn "Error: $error\n" if defined ($error);
+
diff -Nru disc-cover-1.5.6/debian/patches/series
disc-cover-1.5.6/debian/patches/series
--- disc-cover-1.5.6/debian/patches/series 1970-01-01 02:00:00.000000000
+0200
+++ disc-cover-1.5.6/debian/patches/series 2018-02-26 19:49:09.000000000
+0200
@@ -0,0 +1 @@
+defined_array.patch
--- End Message ---
--- Begin Message ---
Version: 9.5
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---