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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Apr 15 06:17:36 UTC 2010


Author: carnil-guest
Date: Thu Apr 15 06:17:21 2010
New Revision: 56106

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56106
Log:
Referesh debian/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=56106&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/changelog (original)
+++ trunk/libnet-ssh2-perl/debian/changelog Thu Apr 15 06:17:21 2010
@@ -7,8 +7,9 @@
     adjust debian/control to not use the --with quilt framework. Drop quilt
     from Build-Depends and lower Build-Depends on debhelper (>= 7).
   * Bump Standards-Version to 3.8.4 (no changes). 
+  * Referesh debian/patches. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 15 Apr 2010 08:06:14 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 15 Apr 2010 08:16:56 +0200
 
 libnet-ssh2-perl (0.28-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=56106&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/patches/fix-build (original)
+++ trunk/libnet-ssh2-perl/debian/patches/fix-build Thu Apr 15 06:17:21 2010
@@ -13,7 +13,8 @@
 -    libpath => [@search_libs, $lib ? $lib : ()],
 -    incpath => [@search_incs, $inc ? $inc : ()],
 -;
--
++    header => 'libssh2.h';
+ 
 -if (!$lib && !$inc) {
 -    $lib = (join ' ', map "-L$_", @search_libs) . " -lssh2 $extra_libs";
 -    $inc =  join ' ', map "-I$_", @search_incs;
@@ -21,8 +22,6 @@
 -    $lib = "-L$lib -lssh2 $extra_libs" if $lib;
 -    $inc = "-I$inc" if $inc;
 -}
-+    header => 'libssh2.h';
-+
 +my $lib = '-lssh2 $extra_libs';
  
  auto_provides;




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