Bug#891563: stretch-pu: package disc-cover/1.5.6-2+deb9u1

2018-03-10 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2018-03-03 at 14:36 +, Adam D. Barratt wrote:
> Control: tags -1 + confirmed
> 
> On Mon, 2018-02-26 at 19:56 +0200, Adrian Bunk wrote:
> >    * Fix perl error when running disc-cover,
> >  thanks to Frédéric Boiteux. (Closes: #879961)
> 
> Please go ahead.
> 

Uploaded and flagged for acceptance.

Regards,

Adam



Bug#891563: stretch-pu: package disc-cover/1.5.6-2+deb9u1

2018-03-03 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2018-02-26 at 19:56 +0200, Adrian Bunk wrote:
>    * Fix perl error when running disc-cover,
>  thanks to Frédéric Boiteux. (Closes: #879961)

Please go ahead.

Regards,

Adam



Bug#891563: stretch-pu: package disc-cover/1.5.6-2+deb9u1

2018-02-26 Thread Adrian Bunk
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.0 +0300
+++ disc-cover-1.5.6/debian/changelog   2018-02-26 19:50:03.0 +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   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.0 +0200
+++ disc-cover-1.5.6/debian/patches/defined_array.patch 2018-02-26 
19:49:09.0 +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.0 
+0200
+++ disc-cover-1.5.6/debian/patches/series  2018-02-26 19:49:09.0 
+0200
@@ -0,0 +1 @@
+defined_array.patch