[SCM] Debian packaging of libzeromq-perl branch, master, updated. debian/0.20-1-8-ge248e67

Alessandro Ghedini al3xbio at gmail.com
Thu Mar 22 19:12:53 UTC 2012


The following commit has been merged in the master branch:
commit 1bef64719ce8845cf97f41a8f32eeb0d7349564c
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Mar 22 19:57:35 2012 +0100

    Add dont-link-to-uuid.patch

diff --git a/debian/patches/dont-link-to-uuid.patch b/debian/patches/dont-link-to-uuid.patch
new file mode 100644
index 0000000..b842c8e
--- /dev/null
+++ b/debian/patches/dont-link-to-uuid.patch
@@ -0,0 +1,25 @@
+Description: Avoid linking against UUID
+Origin: vendor
+Forwarded: not-needed
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: Alessandro Ghedini <al3xbio at gmail.com>
+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;
+\ Manca newline alla fine del file
++WriteAll;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a40eeef
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+dont-link-to-uuid.patch

-- 
Debian packaging of libzeromq-perl



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