Dear maintainer,

I've uploaded an NMU for maildirsync (versioned as 1.2-2.2) the fix
the regression caused by -2.1. The diff is attached to this message.

Regards.

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Pink Floyd: Mother
diff -Nru maildirsync-1.2/debian/changelog maildirsync-1.2/debian/changelog
--- maildirsync-1.2/debian/changelog	2015-12-31 00:07:48.000000000 +0100
+++ maildirsync-1.2/debian/changelog	2016-01-04 22:47:10.000000000 +0100
@@ -1,3 +1,13 @@
+maildirsync (1.2-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "new use-UNIVERSAL.patch break options parsing":
+    update patch with r8060548654ea from upstream repo.
+    Thanks to Michael Olbrich for the bug report.
+    (Closes: #809818)
+
+ -- gregor herrmann <[email protected]>  Mon, 04 Jan 2016 22:46:57 +0100
+
 maildirsync (1.2-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru maildirsync-1.2/debian/patches/use-UNIVERSAL.patch maildirsync-1.2/debian/patches/use-UNIVERSAL.patch
--- maildirsync-1.2/debian/patches/use-UNIVERSAL.patch	2015-12-31 00:05:45.000000000 +0100
+++ maildirsync-1.2/debian/patches/use-UNIVERSAL.patch	2016-01-04 22:49:02.000000000 +0100
@@ -1,10 +1,12 @@
 Description: "use UNIVERSAL" is a fatal error since perl 5.22
  cf. http://perldoc.perl.org/perldelta.html#use-UNIVERSAL-%27...%27-is-now-a-fatal-error
 Origin: upstream repo, https://code.google.com/p/maildirsync/source/diff?spec=svn58ee8130a127e84780822fcb17462b0aa932e6a7&old=0ec79f1f52bdf33059684dc75c1de71eb5fcbb81&r=58ee8130a127e84780822fcb17462b0aa932e6a7&format=unidiff&path=%2Fmaildirsync.pl
+ plus https://code.google.com/p/maildirsync/source/diff?spec=svn8060548654ea5f82ac45d1c15b0aeaebe97455a5&r=8060548654ea5f82ac45d1c15b0aeaebe97455a5&format=unidiff&path=/maildirsync.pl
 Bug-Debian: https://bugs.debian.org/809198
+ https://bugs.debian.org/809818
 Reviewed-by: gregor herrmann <[email protected]>
-Last-Update: 2015-12-31
-Applied-Upstream: r58ee8130a127
+Last-Update: 2016-01-04
+Applied-Upstream: r58ee8130a127, r8060548654ea
 
 --- a/maildirsync.pl
 +++ b/maildirsync.pl
@@ -22,7 +24,7 @@
      }
      verbose 4 => "add option $optname = ".($value || "");
 -    if (!isa($OPT{$optname}, 'ARRAY')) {
-+    if (!reftype($OPT{$optname}) eq 'ARRAY') {
++    if (reftype($OPT{$optname}) ne 'ARRAY') {
          $OPT{$optname} = $value;
      } else {
          push @{$OPT{$optname}}, $value;

Attachment: signature.asc
Description: Digital Signature

Reply via email to