Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
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 <b...@debian.org>  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

Reply via email to