Your message dated Thu, 16 Jan 2014 11:19:29 +0000 with message-id <[email protected]> and subject line Bug#735532: fixed in libanyevent-rabbitmq-perl 1.15~dfsg-2 has caused the Debian Bug report #735532, regarding libanyevent-rabbitmq-perl: Invalid location of fixed_amqp0-9-1.xml 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.) -- 735532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735532 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libanyevent-rabbitmq-perl Version: 1.15~dfsg-1 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, The XML spec file that is used by AnyEvent::RabbitMQ seems to be in the wrong location. Because of licensing issues the original file is removed from the package, and replaced by a symlink to a stripped version included in amqp-specs. The location of the symlink differs from the expected location though. To demonstrate the issue: $ perl -MAnyEvent::RabbitMQ -e 'AnyEvent::RabbitMQ->new->load_xml_spec();' Could not create file parser context for file "/usr/share/perl5/auto/share/dist/AnyEvent-RabbitMQ/fixed_amqp0-9-1.xml": No such file or directory at /usr/share/perl5/Net/AMQP/Protocol.pm line 64. (in cleanup) close already in progress at /usr/share/perl5/AnyEvent/RabbitMQ.pm line 612. (This command is expected to give no output and no error.) The symlink is located in a subdirectory 'share', which is not expected by the library. This patch fixes the issue for me: diff --git a/debian/rules b/debian/rules index 46cd581..a86c334 100755 --- a/debian/rules +++ b/debian/rules @@ -52,8 +52,8 @@ clean:: # use separately packaged spec files DEB_DH_LINK_$(pkg) = \ /usr/share/amqp/specs/0-9-1-rabbit/amqp0-9-1.stripped.extended.xml \ - /usr/share/perl5/auto/share/dist/AnyEvent-RabbitMQ/share/fixed_amqp0-9-1.xml + /usr/share/perl5/auto/share/dist/AnyEvent-RabbitMQ/fixed_amqp0-9-1.xml common-configure-arch common-configure-indep:: - ln -sf /usr/share/amqp/specs/0-9-1-rabbit/amqp0-9-1.stripped.extended.xml share/fixed_amqp0-9-1.xml + ln -sf /usr/share/amqp/specs/0-9-1-rabbit/amqp0-9-1.stripped.extended.xml fixed_amqp0-9-1.xml clean:: - rm -rf share/fixed_amqp0-9-1.xml + rm -rf fixed_amqp0-9-1.xml -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.12-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libanyevent-rabbitmq-perl depends on: ii libanyevent-perl 7.070-1 ii libdevel-globaldestruction-perl 0.12-1 ii libfile-sharedir-perl 1.03-1 ii liblist-moreutils-perl 0.33-1+b2 ii libnamespace-clean-perl 0.24-1 ii libnet-amqp-perl 0.06~dfsg-1 ii libreadonly-perl 1.04-1 ii perl 5.18.1-5 Versions of packages libanyevent-rabbitmq-perl recommends: ii amqp-specs 1-0r0-2 libanyevent-rabbitmq-perl suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: libanyevent-rabbitmq-perl Source-Version: 1.15~dfsg-2 We believe that the bug you reported is fixed in the latest version of libanyevent-rabbitmq-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. Damyan Ivanov <[email protected]> (supplier of updated libanyevent-rabbitmq-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: SHA256 Format: 1.8 Date: Thu, 16 Jan 2014 13:01:16 +0200 Source: libanyevent-rabbitmq-perl Binary: libanyevent-rabbitmq-perl Architecture: source all Version: 1.15~dfsg-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group <[email protected]> Changed-By: Damyan Ivanov <[email protected]> Description: libanyevent-rabbitmq-perl - asynchronous and multi channel Perl AMQP client Closes: 735532 Changes: libanyevent-rabbitmq-perl (1.15~dfsg-2) unstable; urgency=medium . * Team upload . * fix symlink to fixed_amqp0-9-1.xml Closes: #735532 -- Invalid location of fixed_amqp0-9-1.xm * add amqp-specs as a direct dependency * Declare conformance with Policy 3.9.5 * migrate search.cpan.org URLs to metacpan.org * use cannonical packaging Git URL Checksums-Sha1: 3456d6f3e69958154d8ef75befc74c1dd2855ad9 2365 libanyevent-rabbitmq-perl_1.15~dfsg-2.dsc 538b6aa95555864ea72726e3023142218ef3362f 4149 libanyevent-rabbitmq-perl_1.15~dfsg-2.debian.tar.gz fc4f6dfd5f9955c05d10d65bf8f353261257713c 25904 libanyevent-rabbitmq-perl_1.15~dfsg-2_all.deb Checksums-Sha256: 527e1e663742b54b688192aeaf76e135ab562984b2b5bcb5139ab6d50eb3fd24 2365 libanyevent-rabbitmq-perl_1.15~dfsg-2.dsc 28418f5617a31493c9c454ca9123fb3d4e4ef2e3fd4eb1e344ee125da4bc8529 4149 libanyevent-rabbitmq-perl_1.15~dfsg-2.debian.tar.gz 43e3a528f61c7afa1e2d239e429badab0073521e5d37e5d00c86d28c6af6bb37 25904 libanyevent-rabbitmq-perl_1.15~dfsg-2_all.deb Files: e927c8a5fd76e6f1bd38c69d23c56847 2365 perl optional libanyevent-rabbitmq-perl_1.15~dfsg-2.dsc 0fd4e5527d92a230b65db8313cb784b1 4149 perl optional libanyevent-rabbitmq-perl_1.15~dfsg-2.debian.tar.gz f3d0efbfcb32ee9bee9f45c9612a496a 25904 perl optional libanyevent-rabbitmq-perl_1.15~dfsg-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJS17xPAAoJENu+nU2Z0qAEmeQP/2D2QemlNuFum1Y1q6dUNQz4 c+Mwd+G+Chme5QnyY53zeft3aFjFBTQmJCrKfve7wE6czoaJT9PgALx+mqd8Ddjm mpsmHxvXAbLXC6eys6vT+Qq/O/3oAyPimHygQBO4UGMXn3JI1fjigfdK1INbw2pe EyA+Ska1bzVzHyw6h5wadiy6emXqbt6BYMyJeuNtW4MYwpp5XwptOf6RJtzhYyGi 8bHvzIpjVNHRnINFCPPNNh9kkuzI83LmqYWvCkygWY2aGkkxsDhaKff0VByPZmRF ulZwSZ0Nl4zWelqhOXkAuW0BGuejAhkaS0NC2yu8ADubT1wqa/W5zY90fuMgVRq9 BSo0OjTjzZI9L5/XmxjG3LfU1wj6QjH+b8MyegCshFj76FdIDBWmaWs0FiG9fiRO mVwhu1rXToyee5cOcadwKlADEtSH4gKmMrx8voLgp2RYRrH2tRYs/ifxv4O9nLjC V0/+YHbvyS1vMrrtzkQDm9SnzhEXoTbyVLtDG6HirBnSE4OYhkLeAfWR9aIlRVFr kVCoxS4nVlEk78mT3IRUH1sUxiPwi+KH+gAAbp7k05lNo8pu2ayV2NZhFGiSf/DN tbaLrThdf+H0ocAQzJSyoXq0/0Qc4pQHXTtFHn1a3oP16T1UBztiQZO+ibXIb4Dg Azu0gfjb4Tpm6s5HUKtz =7XGD -----END PGP SIGNATURE-----
--- End Message ---

