Your message dated Mon, 18 Jan 2016 12:05:18 +0000
with message-id <e1al8yg-0004bx...@franck.debian.org>
and subject line Bug#788705: fixed in intltool 0.50.2-3
has caused the Debian Bug report #788705,
regarding regex deprecation warnings with perl 5.22
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
788705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: intltool
Version: 0.51.0-1
Severity: normal
Tags: patch

Another package with warnings

Unescaped left brace in regex is deprecated, passed through in regex;...

when using perl 5.22.

Patch attached.

Cheers, Roderich



-- System Information:
Debian Release: stretch/sid
  APT prefers wily
  APT policy: (500, 'wily'), (500, 'buildd-unstable'), (500, 'unstable'), (1, 
'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-rc7 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information
--- intltool-0.51.0-ORIG/intltool-update.in	2015-05-27 00:20:43.038379963 +0200
+++ intltool-0.51.0/intltool-update.in	2015-05-27 00:23:53.309078052 +0200
@@ -1062,7 +1062,7 @@
 	}
     }
 
-    if ($str =~ /^(.*)\${?([A-Z_]+)}?(.*)$/)
+    if ($str =~ /^(.*)\$\{?([A-Z_]+)\}?(.*)$/)
     {
 	my $rest = $3;
 	my $untouched = $1;
@@ -1190,10 +1190,10 @@
 	$name    =~ s/\(+$//g;
 	$version =~ 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)
@@ -1219,11 +1219,11 @@
 	$version =~ s/\(+$//g;
         $bugurl  =~ s/\(+$//g if (defined $bugurl);
 
-	$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_BUGREPORT"} = $bugurl if (defined $bugurl and not $bugurl =~ /\${?\w+}?/);
+	$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_BUGREPORT"} = $bugurl if (defined $bugurl and not $bugurl =~ /\$\{?\w+\}?/);
     }
 
     # \s makes this not work, why?

--- End Message ---
--- Begin Message ---
Source: intltool
Source-Version: 0.50.2-3

We believe that the bug you reported is fixed in the latest version of
intltool, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 788...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain Lane <la...@debian.org> (supplier of updated intltool package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 18 Jan 2016 11:56:48 +0000
Source: intltool
Binary: intltool
Architecture: source
Version: 0.50.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Iain Lane <la...@debian.org>
Description:
 intltool   - Utility scripts for internationalizing XML
Closes: 788705
Changes:
 intltool (0.50.2-3) unstable; urgency=medium
 .
   * Take patch from upstream bug#1490906 to silence warnings in
     intltool-update when run against perl 5.22. (Closes: #788705)
Checksums-Sha1:
 8030ee27203873e77510bb45ee92552b4d52aea3 2126 intltool_0.50.2-3.dsc
 b70d07e24085fe4cfa56def5ec1ba42af84c20d9 6692 intltool_0.50.2-3.debian.tar.xz
Checksums-Sha256:
 1f70857e91d4ee22e7b34b91e279516dcc9408c1738f4348e9d7e6c943c36826 2126 
intltool_0.50.2-3.dsc
 80bbd932c828dd1e223eec8d49243875dcae86b2b587692a960cf767935d2d20 6692 
intltool_0.50.2-3.debian.tar.xz
Files:
 0d6d3c1260ac2e36b97ba21380b2fb60 2126 devel optional intltool_0.50.2-3.dsc
 8095fb1ec8454ad1cf3f94e210122695 6692 devel optional 
intltool_0.50.2-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWnNM+AAoJEONS1cUcUEHU+aQP/2im9bLgeja4RhxvjktuSCC9
bu8t3AXlw6otKKdIZmogCVk+tbNPwmCJ8lm69zN2iZHpo4h7sSlPb8W9PiKc3clm
ntmh0GfLWphwMqsCQoWFGUdC9OX71Nvm1MKQKYFS1fLMjn+Gx8hNCLAH7Xl6Rw00
trxO0yxE7DcnaQMD9fw637F0xXpPCuOqERtc4E2s3o8e240hkeEbcnnt+IQLHMen
8C057Be57AfxG6ojlfA2gRjgrvYlbLpyFKVqzn3sS6FU235Fe8oZfm47hG1iBr1u
sIOLRa//95b/g/XLHBr9HXMZaJ6YDosHcyGT3igzPtlPMIKa9AJddbl5NgA2apyW
tcH2CLHU0rzTUSYKsrrvOFCmfVH/BW5yEmW/WOr7xnQuUqi6nrfTmDEVN+4yy+Ed
UD5zUbnuL/yeNttvr52cUI+DdW/x71SbEhqCpEpLDQL7OGwEuTdm+AApHG7BZtBD
n1i69EjxW01rbYWuNmFqR2Xc7wViFfOw4MdW9mymvBudzub/LeygRPytbrxN1fh6
RimYyPvugjWjCJW/0i/CFegkUtJ/CD3UKXNGu0IpArF2fO2Jlf4aVrk6j2/AUvgl
dTjn6p0spLkNSO9dz+UQh16dY4rGuY0LBkfcmt/NIlTKXAGNYOU4zb1p7nE/VL+E
KDhrlNXud8LFzlyQWq2K
=pC+p
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to