r56103 - in /trunk/libnet-ssh2-perl/debian: README.source changelog control rules source/ source/format

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


Author: carnil-guest
Date: Thu Apr 15 06:00:30 2010
New Revision: 56103

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56103
Log:
Convert to '3.0 (quilt)' package source format. Drop README.source and
adjust debian/control to not use the --with quilt framework. Drop quilt
from Build-Depends and lower Build-Depends on debhelper (>= 7).

Added:
    trunk/libnet-ssh2-perl/debian/source/
    trunk/libnet-ssh2-perl/debian/source/format
Removed:
    trunk/libnet-ssh2-perl/debian/README.source
Modified:
    trunk/libnet-ssh2-perl/debian/changelog
    trunk/libnet-ssh2-perl/debian/control
    trunk/libnet-ssh2-perl/debian/rules

Modified: trunk/libnet-ssh2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/changelog?rev=56103&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/changelog (original)
+++ trunk/libnet-ssh2-perl/debian/changelog Thu Apr 15 06:00:30 2010
@@ -3,8 +3,11 @@
   * New upstream release
   * Refresh debian/copyright to the revision 135 of format specification for
     machine readable copyright file in DEP5 and update copyright years. 
+  * Convert to '3.0 (quilt)' package source format. Drop README.source and
+    adjust debian/control to not use the --with quilt framework. Drop quilt
+    from Build-Depends and lower Build-Depends on debhelper (>= 7).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 15 Apr 2010 07:42:14 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 15 Apr 2010 07:59:12 +0200
 
 libnet-ssh2-perl (0.28-1) unstable; urgency=low
 

Modified: trunk/libnet-ssh2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/control?rev=56103&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/control (original)
+++ trunk/libnet-ssh2-perl/debian/control Thu Apr 15 06:00:30 2010
@@ -1,9 +1,9 @@
 Source: libnet-ssh2-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.8), quilt (>= 0.46-7), libssh2-1-dev
+Build-Depends: debhelper (>= 7), libssh2-1-dev, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>, 
+Uploaders: Ryan Niebur <ryan at debian.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Net-SSH2/
@@ -12,7 +12,7 @@
 
 Package: libnet-ssh2-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl module for the SSH 2 protocol
  Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
  library. It supports the SSH2 protocol (there is no support for SSH1) with

Modified: trunk/libnet-ssh2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/rules?rev=56103&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/rules (original)
+++ trunk/libnet-ssh2-perl/debian/rules Thu Apr 15 06:00:30 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@

Added: trunk/libnet-ssh2-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/source/format?rev=56103&op=file
==============================================================================
--- trunk/libnet-ssh2-perl/debian/source/format (added)
+++ trunk/libnet-ssh2-perl/debian/source/format Thu Apr 15 06:00:30 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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