debian/0000755000000000000000000000000012231177123007165 5ustar debian/watch0000644000000000000000000000015112063160157010215 0ustar version=3 http://search.cpan.org/dist/ZeroMQ/ .*/ZeroMQ-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libzeromq-perl.examples0000644000000000000000000000000512063160157013666 0ustar eg/* debian/clean0000644000000000000000000000001312063160157010166 0ustar xs/typemap debian/rules0000755000000000000000000000003612063160157010246 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000267712063160157011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ZeroMQ Upstream-Contact: Daisuke Maki , Steffen Mueller Source: http://search.cpan.org/dist/ZeroMQ/ Files: * Copyright: 2010, Daisuke Maki License: Artistic or GPL-1+ Files: inc/Devel/CheckLib.pm Copyright: 2007, David Cantrell 2007, David Golden License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jonathan Yu , 2011, Alessandro Ghedini License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/NEWS0000644000000000000000000000047612063160157007675 0ustar libzeromq-perl (0.23-1) unstable; urgency=low Message from upstream: Please note that this module has been DEPRECATED in favor of ZMQ::LibZMQ2, ZMQ::LibZMQ3, and ZMQ. see https://github.com/lestrrat/p5-ZMQ and other CPAN pages. -- gregor herrmann Sat, 15 Dec 2012 21:38:03 +0100 debian/source/0000755000000000000000000000000012063160157010467 5ustar debian/source/format0000644000000000000000000000001412063160157011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012063160157010616 5ustar debian/patches/fix-checklib-fail.patch0000644000000000000000000000101012063160157015070 0ustar Description: Trigger build failure when needed libraries are not found Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2012-08-08 --- a/inc/Module/Install/XSUtil.pm +++ b/inc/Module/Install/XSUtil.pm @@ -353,7 +353,7 @@ $self->build_requires( "Devel::CheckLib" => "0.4" ); } - Devel::CheckLib::check_lib_or_exit(@dcl_args); + Devel::CheckLib::assert_lib(@dcl_args); } sub cc_append_to_ccflags{ debian/patches/dont-link-to-uuid.patch0000644000000000000000000000112212063160157015116 0ustar Description: Avoid linking against UUID Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2012-03-22 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,7 @@ cc_include_paths 'xs'; cc_src_paths 'xs'; cc_assert_lib 'zmq'; -cc_libs 'zmq', 'uuid'; # uuid for cygwin, but can't hurt +cc_libs 'zmq'; if ($ENV{ZMQ_TRACE}) { cc_define qq|-DPERLZMQ_TRACE=$ENV{ZMQ_TRACE}|; } @@ -70,4 +70,4 @@ clean_files "xs/*.inc"; do 'tools/genfiles.pl'; -WriteAll; \ No newline at end of file +WriteAll; debian/patches/series0000644000000000000000000000006012063160157012027 0ustar dont-link-to-uuid.patch fix-checklib-fail.patch debian/compat0000644000000000000000000000000212063160157010365 0ustar 9 debian/control0000644000000000000000000000264012063160157010574 0ustar Source: libzeromq-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Alessandro Ghedini Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libanyevent-perl, libjson-perl, libtask-weaken-perl, libtest-fatal-perl, libtest-requires-perl, libtest-tcp-perl (>= 1.08), libzmq-dev, perl (>= 5.11.1) | libextutils-parsexs-perl, perl (>= 5.13.11) | libtest-simple-perl (>= 0.98), pkg-config, uuid-dev Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libzeromq-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libzeromq-perl.git Homepage: http://search.cpan.org/dist/ZeroMQ/ Package: libzeromq-perl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libtask-weaken-perl Recommends: libjson-perl Description: messaging library using ZeroMQ ZeroMQ (also known as 0MQ) is a lightweight messaging kernel. It supports: asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols, and more. . This package contains Perl bindings to the ZeroMQ library (see libzmq-dev). debian/changelog0000644000000000000000000000544712231177123011051 0ustar libzeromq-perl (0.23-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 11:13:39 +0100 libzeromq-perl (0.23-1) unstable; urgency=low * Team upload. * New upstream release. * Add deprecation notice to debian/NEWS. * Update years of copyright for inc/Module/*. * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 15 Dec 2012 21:40:51 +0100 libzeromq-perl (0.21-2) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org * Add fix-checklib-fail.patch -- Alessandro Ghedini Wed, 08 Aug 2012 16:53:58 +0200 libzeromq-perl (0.21-1) unstable; urgency=low * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Bump debhelper compat level to 9 * Add dont-link-to-uuid.patch -- Alessandro Ghedini Thu, 22 Mar 2012 20:09:20 +0100 libzeromq-perl (0.20-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 13 Jan 2012 20:49:09 +0100 libzeromq-perl (0.19-1) unstable; urgency=low [ gregor herrmann ] * Swap order of alternative (build) dependencies after the perl 5.14 transition. [ Alessandro Ghedini ] * New upstream release * Update Build-Depends * Sort Build-Depends * Remove libdevel-checklib-perl from B-D (embedded in dist's source) -- Alessandro Ghedini Thu, 08 Dec 2011 16:53:25 +0100 libzeromq-perl (0.18-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Mon, 07 Nov 2011 20:40:16 +0100 libzeromq-perl (0.17-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release -- Alessandro Ghedini Fri, 09 Sep 2011 16:49:49 +0200 libzeromq-perl (0.16-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * New upstream release -- Alessandro Ghedini Tue, 02 Aug 2011 16:41:04 +0200 libzeromq-perl (0.15-1) unstable; urgency=low * Team upload. [ Alessandro Ghedini ] * New upstream release [ gregor herrmann ] * Fix typo in Depends, it's -weaken-; thanks to Mehdi Dogguy for the bug report (closes: #628739). -- gregor herrmann Wed, 01 Jun 2011 00:14:04 +0200 libzeromq-perl (0.14-1) unstable; urgency=low * Initial Release (Closes: #619035) -- Alessandro Ghedini Sun, 22 May 2011 20:43:05 +0200