r77039 - in /trunk/libcrypt-openssl-rsa-perl/debian: changelog patches/Makefile.PL-no-ssl-in-LIBS.patch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Jul 4 05:50:22 UTC 2011


Author: carnil
Date: Mon Jul  4 05:50:21 2011
New Revision: 77039

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77039
Log:
debian/patches: Referesh Makefile.PL-no-ssl-in-LIBS.patch patch.

Modified:
    trunk/libcrypt-openssl-rsa-perl/debian/changelog
    trunk/libcrypt-openssl-rsa-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch

Modified: trunk/libcrypt-openssl-rsa-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-rsa-perl/debian/changelog?rev=77039&op=diff
==============================================================================
--- trunk/libcrypt-openssl-rsa-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-rsa-perl/debian/changelog Mon Jul  4 05:50:21 2011
@@ -22,8 +22,9 @@
   * debian/control: Drop quilt from Build-Depends. 
   * Convert to '3.0 (quilt)' source package format.
   * Add myself to Uploaders.
+  * debian/patches: Referesh Makefile.PL-no-ssl-in-LIBS.patch patch.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 04 Jul 2011 07:46:38 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 04 Jul 2011 07:50:17 +0200
 
 libcrypt-openssl-rsa-perl (0.25-1) unstable; urgency=low
 

Modified: trunk/libcrypt-openssl-rsa-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-rsa-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch?rev=77039&op=diff
==============================================================================
--- trunk/libcrypt-openssl-rsa-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch (original)
+++ trunk/libcrypt-openssl-rsa-perl/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch Mon Jul  4 05:50:21 2011
@@ -4,12 +4,12 @@
 Forwarded: not-needed
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -11,7 +11,7 @@
-     'DISTNAME' => 'Crypt-OpenSSL-RSA',
-     'VERSION_FROM' => 'RSA.pm', # finds $VERSION
+@@ -19,7 +19,7 @@
+         'Test' => 0,
+     },
      'OBJECT' => 'RSA.o',
 -    'LIBS'	=> ['-lssl -lcrypto'],   # e.g., '-lm'
 +    'LIBS'	=> ['-lcrypto'],   # e.g., '-lm'
-     'PREREQ_PM' => { 'Crypt::OpenSSL::Random' => 0 },
      'DEFINE'	=> '-DPERL5 -DOPENSSL_NO_KRB5',
      # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5
+     'INC'	=> $include,     # e.g., '-I/usr/include/other'




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