r37729 - in /trunk/libnet-ssh2-perl/debian: changelog patches/fix-build

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jun 6 22:00:46 UTC 2009


Author: ryan52-guest
Date: Sat Jun  6 22:00:32 2009
New Revision: 37729

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37729
Log:
refresh patches

Modified:
    trunk/libnet-ssh2-perl/debian/changelog
    trunk/libnet-ssh2-perl/debian/patches/fix-build

Modified: trunk/libnet-ssh2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/changelog?rev=37729&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/changelog (original)
+++ trunk/libnet-ssh2-perl/debian/changelog Sat Jun  6 22:00:32 2009
@@ -5,8 +5,9 @@
 
   [ Ryan Niebur ]
   * New upstream release
+  * refresh patches
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 06 Jun 2009 14:54:11 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 06 Jun 2009 15:00:16 -0700
 
 libnet-ssh2-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libnet-ssh2-perl/debian/patches/fix-build
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/patches/fix-build?rev=37729&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/patches/fix-build (original)
+++ trunk/libnet-ssh2-perl/debian/patches/fix-build Sat Jun  6 22:00:32 2009
@@ -2,13 +2,14 @@
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -37,21 +37,12 @@
+@@ -40,22 +40,12 @@
  
- checklibs 
+ checklibs
      lib => 'ssh2',
 -    header => 'libssh2.h',
--    libpath => [@search_libs, $lib],
--    incpath => [@search_incs, $inc];
+-    libpath => [@search_libs, $lib ? $lib : ()],
+-    incpath => [@search_incs, $inc ? $inc : ()],
+-;
 +    header => 'libssh2.h';
  
 -if (!$lib && !$inc) {
@@ -23,6 +24,6 @@
  auto_provides;
  libs $lib;
 -inc "$inc -I.";
+ realclean_files qw/const-c.inc const-xs.inc/;
  makemaker_args @define;
  WriteAll;
- 




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