Control: tags 869884 + pending Dear maintainer,
I've prepared an NMU for chemical-mime-data (versioned as 0.1.94-6.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. https://info.comodo.priv.at/ - Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `-
diff -Nru chemical-mime-data-0.1.94/debian/changelog chemical-mime-data-0.1.94/debian/changelog --- chemical-mime-data-0.1.94/debian/changelog 2012-02-26 14:30:20.000000000 -0500 +++ chemical-mime-data-0.1.94/debian/changelog 2017-07-31 16:48:01.000000000 -0400 @@ -1,3 +1,13 @@ +chemical-mime-data (0.1.94-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "Local copy of intltool-* fails with perl 5.26": + Add patch 869884_perl-5.26.patch to fix errors caused by unescaped left + braces in embedded intltool-update copy. + (Closes: #869884) + + -- gregor herrmann <gre...@debian.org> Mon, 31 Jul 2017 16:48:01 -0400 + chemical-mime-data (0.1.94-6) unstable; urgency=low * debian/rules (override_dh_auto_configure): Set RSVG to point to the path diff -Nru chemical-mime-data-0.1.94/debian/patches/869884_perl-5.26.patch chemical-mime-data-0.1.94/debian/patches/869884_perl-5.26.patch --- chemical-mime-data-0.1.94/debian/patches/869884_perl-5.26.patch 1969-12-31 19:00:00.000000000 -0500 +++ chemical-mime-data-0.1.94/debian/patches/869884_perl-5.26.patch 2017-07-27 21:57:23.000000000 -0400 @@ -0,0 +1,55 @@ +Description: Fix "Unescaped left brace in regex" errors +Origin: vendor +Bug: https://bugs.debian.org/869884 +Forwarded: no +Author: gregor herrmann <gre...@debian.org> +Last-Update: 2017-07-27 + +--- a/intltool-update.in ++++ b/intltool-update.in +@@ -872,13 +872,13 @@ + } + } + +- if ($str =~ /^(.*)\${?([A-Z_]+)}?(.*)$/) ++ if ($str =~ /^(.*)\$\{?([A-Z_]+)}?(.*)$/) + { + my $rest = $3; + my $untouched = $1; + my $sub = ""; + # Ignore recursive definitions of variables +- $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ /\${?$2}?/; ++ $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ /\$\{?$2}?/; + + return SubstituteVariable ("$untouched$sub$rest"); + } +@@ -996,10 +996,10 @@ + ($name, $version) = ($1, $2); + $name =~ s/[\[\]\s]//g; + $version =~ s/[\[\]\s]//g; +- $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\${?AC_PACKAGE_NAME}?/); +- $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/); +- $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\${?AC_PACKAGE_VERSION}?/); +- $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/); ++ $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\$\{?AC_PACKAGE_NAME}?/); ++ $varhash{"PACKAGE"} = $name if (not $name =~ /\$\{?PACKAGE}?/); ++ $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\$\{?AC_PACKAGE_VERSION}?/); ++ $varhash{"VERSION"} = $version if (not $name =~ /\$\{?VERSION}?/); + } + + if ($conf_source =~ /^AC_INIT\(([^,\)]+),([^,\)]+)/m) +@@ -1007,10 +1007,10 @@ + ($name, $version) = ($1, $2); + $name =~ s/[\[\]\s]//g; + $version =~ s/[\[\]\s]//g; +- $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\${?AC_PACKAGE_NAME}?/); +- $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/); +- $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\${?AC_PACKAGE_VERSION}?/); +- $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/); ++ $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\$\{?AC_PACKAGE_NAME}?/); ++ $varhash{"PACKAGE"} = $name if (not $name =~ /\$\{?PACKAGE}?/); ++ $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\$\{?AC_PACKAGE_VERSION}?/); ++ $varhash{"VERSION"} = $version if (not $name =~ /\$\{?VERSION}?/); + } + + # \s makes this not work, why? diff -Nru chemical-mime-data-0.1.94/debian/patches/series chemical-mime-data-0.1.94/debian/patches/series --- chemical-mime-data-0.1.94/debian/patches/series 2012-02-26 14:30:01.000000000 -0500 +++ chemical-mime-data-0.1.94/debian/patches/series 2017-07-27 21:54:57.000000000 -0400 @@ -1,2 +1,3 @@ 661326_rsvg-convert.patch 652153_drop_gmd.patch +869884_perl-5.26.patch
signature.asc
Description: Digital Signature