r13697 - in /trunk/libcrypt-openssl-random-perl/debian/patches: ./ Makefile.PL-no-ssl-in-LIBS.patch series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jan 27 19:58:16 UTC 2008


Author: dmn
Date: Sun Jan 27 19:58:16 2008
New Revision: 13697

URL: http://svn.debian.org/wsvn/?sc=1&rev=13697
Log:
Really add debian/patches

Added:
    trunk/libcrypt-openssl-random-perl/debian/patches/
    trunk/libcrypt-openssl-random-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
    trunk/libcrypt-openssl-random-perl/debian/patches/series

Added: trunk/libcrypt-openssl-random-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-random-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch?rev=13697&op=file
==============================================================================
--- trunk/libcrypt-openssl-random-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch (added)
+++ trunk/libcrypt-openssl-random-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch Sun Jan 27 19:58:16 2008
@@ -1,0 +1,11 @@
+--- libcrypt-openssl-random-perl.orig/Makefile.PL
++++ libcrypt-openssl-random-perl/Makefile.PL
+@@ -5,7 +5,7 @@
+     'NAME'		=> 'Crypt::OpenSSL::Random',
+     'VERSION_FROM'	=> 'Random.pm', # finds $VERSION
+     'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
+-    'LIBS'	        => ['-lssl -lcrypto'],   # e.g., '-lm' 
++    'LIBS'	        => ['-lcrypto'],   # e.g., '-lm' 
+     'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
+     'INC'		=> '', # e.g., '-I/usr/include/other'
+ );

Added: trunk/libcrypt-openssl-random-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-random-perl/debian/patches/series?rev=13697&op=file
==============================================================================
--- trunk/libcrypt-openssl-random-perl/debian/patches/series (added)
+++ trunk/libcrypt-openssl-random-perl/debian/patches/series Sun Jan 27 19:58:16 2008
@@ -1,0 +1,1 @@
+Makefile.PL-no-ssl-in-LIBS.patch




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