r71796 - in /trunk/libzeromq-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 23:43:24 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 23:42:50 2011
New Revision: 71796

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71796
Log:
NOTE: currently FTBFS due to undefined symbols -- maybe the version of ZeroMQ in Debian is too old?

Modified:
    trunk/libzeromq-perl/debian/changelog
    trunk/libzeromq-perl/debian/control

Modified: trunk/libzeromq-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libzeromq-perl/debian/changelog?rev=71796&op=diff
==============================================================================
--- trunk/libzeromq-perl/debian/changelog (original)
+++ trunk/libzeromq-perl/debian/changelog Sun Mar 20 23:42:50 2011
@@ -1,5 +1,8 @@
 libzeromq-perl (0.09-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  NOTE: currently FTBFS due to undefined symbols -- maybe the version
+  of ZeroMQ in Debian is too old?
+
+  * Initial Release (Closes: #619035)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Mar 2011 13:57:32 -0400

Modified: trunk/libzeromq-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libzeromq-perl/debian/control?rev=71796&op=diff
==============================================================================
--- trunk/libzeromq-perl/debian/control (original)
+++ trunk/libzeromq-perl/debian/control Sun Mar 20 23:42:50 2011
@@ -1,13 +1,13 @@
 Source: libzeromq-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
- libdevel-checklib-perl (>= 0.4),
+Build-Depends: debhelper (>= 8),
+ libzmq-dev,
+ libdevel-checklib-perl,
  libextutils-parsexs-perl (>= 2.21),
  libtest-exception-perl (>= 0.29),
  libtest-requires-perl,
- libtest-tcp-perl,
- perl (>= 5.10.1)
+ libtest-tcp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -17,11 +17,11 @@
 
 Package: libzeromq-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl (>= 5.10.1)
-Description: A ZeroMQ2 wrapper for Perl
- The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl.
- It's a thin wrapper around the C API. Please read http://zeromq.org for more
- details on ZeroMQ.
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Recommends: zeromq-bin
+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 description was automagically extracted from the module by dh-make-perl.
+ This package contains Perl bindings to the ZeroMQ library (see libzmq-dev).




More information about the Pkg-perl-cvs-commits mailing list