Your message dated Mon, 18 Jan 2016 13:19:09 +0000
with message-id <e1al9i9-0003lu...@franck.debian.org>
and subject line Bug#788705: fixed in intltool 0.51.0-2
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.51.0-2

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 13:04:52 +0000
Source: intltool
Binary: intltool
Architecture: source
Version: 0.51.0-2
Distribution: experimental
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.51.0-2) experimental; urgency=medium
 .
   * Take patch from upstream bug#1490906 to silence warnings in
     intltool-update when run against perl 5.22. (Closes: #788705)
Checksums-Sha1:
 57578c2edaf6341ec288783f38614b6864374641 2134 intltool_0.51.0-2.dsc
 1ff3fdce14e824bf8b821dcd7649b7ad3d45891c 6896 intltool_0.51.0-2.debian.tar.xz
Checksums-Sha256:
 9fa2cffb0922808143ca87474e506dc28f7e7e68a83990ba55a97c22af64dc0e 2134 
intltool_0.51.0-2.dsc
 a2161fbf431a0309013570009c950a188a28bb42c0a3f2dd794ad7158f2f1ff1 6896 
intltool_0.51.0-2.debian.tar.xz
Files:
 ad1f9a55963aab2adb04eaa1e76b2661 2134 devel optional intltool_0.51.0-2.dsc
 ab7d869b96dc8fc76fefd20b3bbbc27e 6896 devel optional 
intltool_0.51.0-2.debian.tar.xz

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

iQIcBAEBCgAGBQJWnOMFAAoJEONS1cUcUEHUSdEP/0o3Bd2r+2/3rOXUJBxswlq6
iSpTVpAwVld3jl5kIT3auN7pWOPGDMNMcdc9VqQKNPA86HY7332eAQLoBWXsBUY9
YDeWJqvwRBkUK8+GGsGGEeBFY4QhTBK+FuoWj6TYYeK+L//azQjmrIDsEs4xalNq
GIN+9Pg75o+HNJlEkWtLbf4DADB650WDTVbViHE9laqXfhhQx5FNlrsCv3nMXotQ
KbJGSl6eRZJShlNJ49/Ea8YEtoVIUsi0HfsaSoy83F8Adudie0qVDfiDd/upG0MI
VH0UiW4vt5UYChHexINL2pGnbhjD1C42/MPCuY9AElhfcdx+2bq+xM3dB4z890Uf
tlqs8Gg74UpZrJxeDUPoWzJfyCvMJqDViddny6eSt+PASnXMlO4fbJlkzonw7qLr
6YtZN/HVmKTWiZC7AVXiaK1q6kXS0/pVIAP9DqlmoLpnjK40dJEBR3Bvw5uw4/3C
Zd7leHiTEejzxP1GTe5s/lBqda7Xx9W/mpLUTW1+Q/Zzqw8AUTy2pR5xrxodHJ/1
owrEXGLYknjjAgE2lH/TncdFzUgLVRDqzBxix2wP4+6qxr1PVnG5Wd8t3YIPTiPL
AjOHH8Zt8UwYEtcsASsIAccfVSW1nDXbNjV1zLGR130hKNPFWyWmySTM/w3SUhVO
6zZyuEMXf2Te/odNoD7A
=OT5Y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to