Control: tags 817497 + patch Control: tags 817497 + pending Control: tags 825013 + patch Control: tags 825013 + pending
Dear maintainer, I've prepared an NMU for icheck (versioned as 0.9.7-6.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. 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: John Zorn: Kochot (Frisell)
diff -u icheck-0.9.7/debian/changelog icheck-0.9.7/debian/changelog
--- icheck-0.9.7/debian/changelog
+++ icheck-0.9.7/debian/changelog
@@ -1,3 +1,15 @@
+icheck (0.9.7-6.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "FTBFS with Perl 5.24: Assuming NOT a POSIX class since there is
+ no terminating ':' in regex": fix class in CParse::String.
+ (Closes: #825013)
+ * Fix "Removal of debhelper compat 4": use debhelper 9 in
+ debian/{control,compat}.
+ (Closes: #817497)
+
+ -- gregor herrmann <[email protected]> Sat, 04 Jun 2016 23:43:42 +0200
+
icheck (0.9.7-6.2) unstable; urgency=medium
* Non-maintainer upload.
diff -u icheck-0.9.7/debian/compat icheck-0.9.7/debian/compat
--- icheck-0.9.7/debian/compat
+++ icheck-0.9.7/debian/compat
@@ -1 +1 @@
-4
+9
diff -u icheck-0.9.7/debian/control icheck-0.9.7/debian/control
--- icheck-0.9.7/debian/control
+++ icheck-0.9.7/debian/control
@@ -1,7 +1,7 @@
Source: icheck
Section: devel
Priority: optional
-Build-Depends: debhelper (>= 4.0.4), libtext-diff-perl
+Build-Depends: debhelper (>= 9), libtext-diff-perl
Maintainer: Erinn Clark <[email protected]>
Standards-Version: 3.6.2
only in patch2:
unchanged:
--- icheck-0.9.7.orig/CParse/String.pm
+++ icheck-0.9.7/CParse/String.pm
@@ -23,7 +23,7 @@
$str =~ s/\r/\\r/g;
$str =~ s/\t/\\t/g;
$str =~ s/\0x0b/\\v/g;
- $str =~ s/([^[:print]])/sprintf "\\x%x", ord($1)/ge;
+ $str =~ s/([^[:print:]])/sprintf "\\x%x", ord($1)/ge;
return $str;
}
signature.asc
Description: Digital Signature

