Your message dated Tue, 19 Jul 2016 11:27:06 +0000 with message-id <[email protected]> and subject line Bug#831775: fixed in libhook-lexwrap-perl 0.25-2 has caused the Debian Bug report #831775, regarding libhook-lexwrap-perl: incorrect reference to dh_installexamples ("dh_install_examples") 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.) -- 831775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831775 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: libhook-lexwrap-perl Version: 0.25-1 Tags: patch Hi, The attached patch fixes an incorrect reference to dh_installexamples ("dh_install_examples"). Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-diff --git a/debian/rules b/debian/rules index 91508c5..1ad5555 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,6 @@ EXAMPLES= $(TMP)/usr/share/doc/$(PACKAGE)/examples %: dh $@ -override_dh_install_examples: - dh_install_examples +override_dh_installexamples: + dh_installexamples sed -i -e '1i #!/usr/bin/perl\n' $(EXAMPLES)/*.pl
--- End Message ---
--- Begin Message ---Source: libhook-lexwrap-perl Source-Version: 0.25-2 We believe that the bug you reported is fixed in the latest version of libhook-lexwrap-perl, 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. Salvatore Bonaccorso <[email protected]> (supplier of updated libhook-lexwrap-perl 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, 19 Jul 2016 13:02:31 +0200 Source: libhook-lexwrap-perl Binary: libhook-lexwrap-perl Architecture: source Version: 0.25-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group <[email protected]> Changed-By: Salvatore Bonaccorso <[email protected]> Closes: 831775 Description: libhook-lexwrap-perl - module for lexically scoped subroutine wrappers Changes: libhook-lexwrap-perl (0.25-2) unstable; urgency=medium . [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI . [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. . [ Salvatore Bonaccorso ] * Correct override target for dh_installexamples. It used dh_install_examples instead of dh_installexamples. Thanks to Chris Lamb <[email protected]> (Closes: #831775) * Update copyright years for debian/* packaging files * Declare compliance with Debian policy 3.9.8 Checksums-Sha1: f011e612942da7ed84ff50bda2c05ed058dcdbb7 2240 libhook-lexwrap-perl_0.25-2.dsc 61b5da9a233860be9d1c2dec580cf648193d2d95 3236 libhook-lexwrap-perl_0.25-2.debian.tar.xz Checksums-Sha256: a36063dc2192585864f1b8d056e90b1f76ffab91981e455902288ad1ea5be98b 2240 libhook-lexwrap-perl_0.25-2.dsc 2ed6721444dc449fb04d050f8652e032aa2e88f92377491ee17c79f732f459a0 3236 libhook-lexwrap-perl_0.25-2.debian.tar.xz Files: e622a1520cb3b10a7d86c0aabf7830f6 2240 perl optional libhook-lexwrap-perl_0.25-2.dsc 8922b9ddc22da45b442bdbabfe45aa92 3236 perl optional libhook-lexwrap-perl_0.25-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJXjgpCAAoJEAVMuPMTQ89EQxcP/2YSQ9swZxk2mACiCFDETQ+O 8LhcWOjYN9/ApzvTIkASpvOwsgCrGusQ0Vp6c40YGaGm0w969QntkVhrbq7wPJFg 6vhyHRzRWy6c7QgdeYgD8INusjwt97lqDigeQEF1KpuxNpYqtrCZRXx5B7ybd3Vv s3HK2C1w4dlumRt2GatMLp6j/8DtaAdTUwbmP+6u5RJI6YnPO+Tfcmisbb2aVDs0 ijCGCBSlgwqLDyy5hOW2yL5DLZMh/m0oC5MVzmeTEmlucM/PvmkYElxf79wWDwl6 tKWF/qHnQHFYTYoUuhTnP38RSI8IzKjSYV9PVoehRf4ZROPEn/x5SghO9e9m4+Jw B1qxPcyT9aNiT+iflKH+6NxRrFzkBuJV/PBvGHM/BzbG3wndq5r98Rr0Zo9kmpq0 LXgH9DLQxGDinYUsiG/1U4HJKU89Xd165mSe7GVNaF/C223QnXXm2jQBfrovGPK1 uDX/tz0RqMGE6nXAWtzjsn9BAMhkcQ0e8QgzSTHj8bGNhsUAiaeuYelggQDm3zqf s4e/qtC8ZYZFyJPUfB8DXUtvk/WPtQ0LazuUAZVrxvVXtsht8AJZGZbrdbEjqaVh 2ANa6uCdFqb5ynei70i+6d6wv655m643KOwceQc0gikN6BFLpb4ysJA9VKZyTDOP XxWYhhkD4zqGrxEznJLd =oE5K -----END PGP SIGNATURE-----
--- End Message ---

