Your message dated Tue, 14 Oct 2014 18:49:20 +0000
with message-id <[email protected]>
and subject line Bug#763068: fixed in duck 0.6
has caused the Debian Bug report #763068,
regarding duck: warning with perl 5.20.*
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 [email protected]
immediately.)


-- 
763068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: duck
Version: 0.5
Severity: minor
Tags: patch

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

With perl 5.20.*, duck emit a warning:

keys on reference is experimental at /usr/bin/duck line 183.

The solution is to either allow this (now declared as) experimental
feature or to simply dereference the hashref:

#v+
- --- /usr/bin/duck~  2014-09-27 18:14:09.243692937 +0200
+++ /usr/bin/duck   2014-09-27 18:14:09.243692937 +0200
@@ -179,7 +179,7 @@
        {
        $hashref=Load($raw_string);
        
- -       foreach my $k (keys $hashref)
+       foreach my $k (keys %{$hashref})
        {
            if ($extract_hash->{$k})
            { 
#v-


Cheers,
gregor


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

iQJ8BAEBCgBmBQJUJuMfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGrZ0P/RZYONfDDCKLWFzWZ9mdGrNG
dgenXirZp+cGYJJ6FQzLa2RjXqakoXy6wwQ2ViRz3HV0ynKlsh10gJNEcl2bAdjv
f70ElsX6sZ536YPc/Y2wJ/k19YfIQkcNSpWvbLXE5tk8bLeAhvNvUMRNL4C5QWl5
9QBxydNtR3nlOw3uj58m+3OnbZHwuqUkeVC6GCg4ozT7k+ptT0TpCkvJf3K4m13A
gq8gvAMCtZ93+wKAqmwjyD72lQTVdOVascAdrbdrM/sy3Spnjmhmyb4yy0TJtxW1
q7xgiL/SPgnjRvVlLM6i8PaRrFU2cMIlxYribxO0uHX7x0tV3P4SUQHR1cjXdKz5
4jLh9RQNSQfa7VMVmyPjYqXlMK0mtWrZikdwLH8K+5PyrcwBEIkLV7AJzsrKBWxc
W+0eYVG8N18/M9eYO0Vy9w6YtmFXuy4G8L36ACbFjwHwX/7YGQGSMfHnQB3+evpP
/MNAuXWPVq02FxlggOY/kHKeKsJp2ogt2h7oPJByCcc1YMFTg2gxBqp0LeONfEgp
2R3kr1lfCjQuh+Nc7xAOAxvYacYoSBRZvmfVtrrFCe4INIoCxbXGn41od4raQ8Kg
C39GxClpCz0HptDCZTb97FQju3FOOLH3dXjyE8S1ahH6XjFYAOdDvuZszjoboo0I
j2Misw7lAehf8UPvk24M
=rfrU
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: duck
Source-Version: 0.6

We believe that the bug you reported is fixed in the latest version of
duck, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Kainz <[email protected]> (supplier of updated duck 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 [email protected])


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

Format: 1.8
Date: Tue, 14 Oct 2014 20:24:47 +0200
Source: duck
Binary: duck
Architecture: source all
Version: 0.6
Distribution: unstable
Urgency: low
Maintainer: Simon Kainz <[email protected]>
Changed-By: Simon Kainz <[email protected]>
Description:
 duck       - checks URLs in debian/control and debian/upstream files
Closes: 741549 742000 742252 743793 746932 747149 751160 751165 763068 763069
Changes:
 duck (0.6) unstable; urgency=low
 .
   * Improved SSL handling for https URLS, now
     several SSL versions as well as GnuTLS is tried (Closes: #763069)
 .
   * Add checks for documentation urls
     in systemd.unit files.
 .
   * Fix Perl 5.20.* warning on experimental
     features. (Closes: #763068)
 .
   * Change package dependencies from Depends: to
     Suggests: for external helpers.
 .
   * Add very simple autodetection for SVN URLs
     in copyright files. (Closes: #743793)
 .
   * Add checks for Appstream Metadata files.
 .
   * Add environment variables: DUCK_NOCOLOR and DUCK_NOHTTPS
 .
   * Add colorized output (use --no-color to disable).
 .
   * for http URLs, add check if the equivalent https URL works (Closes: 
#746932)
 .
   * Now trailing commas are not treated as part of URLs
     in debian/copyright file (Closes: #751165)
 .
   * New output format: Prefixes for OK entries (O:),
     Warning entries (W:) and Error entries (E:).
 .
   * Extend regex matching scheme for d/control files.
     Now matches HTTP, HTTPS and FTP also. (Closes: #751160)
 .
   * Enhance detection for expired domains/domains for sale. (Closes: #747149)
     Thanks to Paul Wise <[email protected]> for this.
 .
   * Fix spurious newlines between lines of helper output (Closes: #741549)
 .
   * Add processing of DEP-3 patch files in directories containing
     a series file. (Closes: #742000)
 .
   * Add new command line option:
 .
      -P     skip processing of patch files.
 .
   * Improved error handling for unreadable files. (Closes: #742252)
Checksums-Sha1:
 43c7cd184cd6e9c01fb88a6aff985555c53f6c5c 1783 duck_0.6.dsc
 3520d4450e6d3d757de4b3c65972b68ab27965ff 13348 duck_0.6.tar.xz
 81a9ad6f28be572e77efecf986251517c4f62522 14926 duck_0.6_all.deb
Checksums-Sha256:
 65dadccbcffb7dafdb926043b5a88bdbdf528fb741122ed226a6cf1db29e95a0 1783 
duck_0.6.dsc
 2e5f8f1584fc9c7cae03ce3eee46257450a15c044468e5e22bb28237c158bd66 13348 
duck_0.6.tar.xz
 3c5b923fd0bd179e6a58aed6826f614471adc9aa883f8f42fc5d28605997dad4 14926 
duck_0.6_all.deb
Files:
 eb9d0afb86f2ebd938965a31e0573e1b 14926 devel optional duck_0.6_all.deb
 6ddbc604f77773d942a29ac306e5782e 1783 devel optional duck_0.6.dsc
 02b1254ffe701fec0dc72509bbcd6242 13348 devel optional duck_0.6.tar.xz

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

iQIcBAEBCgAGBQJUPW0wAAoJEBy08PeN7K/pHXAQAJ45uWq3rf8aPA4ehECH4QDC
wCgcZZ8adOT3yhCWs1KiOliXWtC/knWwdG08f0SSE7zgfCHYIgURtLvamwrsYtBm
YhpAovznbE5FQ5hI53YqCsNhzCKZ9eBhQM4/y7VQuftMIZlm1DcWlww1k+GQfO/5
YMumSZykKWaJwI/UTKdiVmhQgplWr/zbFmUbxj2ODpGoGV0lhiiRqgPclkF4MafF
ZTEwX6b75q5d/9YOIQ/+hGFsgmkslhQezr6Nv2zAKU4nd04DUd3bfvNO36t5xxLD
2niyxLRAp1mVwfld+pyawxE5R9hZ4upQDIJVs2xzVxceZbuVxgCAvLWxTW+/U6Ks
1VT5RreRKO39eUuCbM4mzUXxWdOf3Wy0Q1PrVbnZyzyYYp8Jl9A7YNvu6O+gRdXN
fqMyIQHGiX9mamz7hm5wuOU23zCq+w2coP9HNJPRzg6eEC3AZzABJbLMgv1XZnFs
XAGKFOteNLGDbwfB5baZKH3FozxiQ8YlzLI60/VBRlk5D5psBJ3vVwznxFTNWcex
+Vuwn4VEV3CILu95CBcnDaENGmiHIgecv2bbnRLubg6fzpJRLK7891Yc4Uk5ghKB
5bcgoHZgu6srjhi87C2LRJN4F7tt/Gbu4Wn4QSa5LTgKjHo0skTHYasTlPCMPQxs
OzYftEWwL7L8U5kfAveb
=byjT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to