r33031 - in /trunk/libnet-ssh2-perl/debian: changelog control patches/ rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 11 05:09:19 UTC 2009


Author: ryan52-guest
Date: Sat Apr 11 05:09:14 2009
New Revision: 33031

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33031
Log:
remove patching, it's fixed upstream now

Removed:
    trunk/libnet-ssh2-perl/debian/patches/
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=33031&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/changelog (original)
+++ trunk/libnet-ssh2-perl/debian/changelog Sat Apr 11 05:09:14 2009
@@ -4,8 +4,9 @@
   * Debian Policy 3.8.1
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
+  * remove patching, it's fixed upstream now
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 10 Apr 2009 22:06:52 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 10 Apr 2009 22:09:06 -0700
 
 libnet-ssh2-perl (0.18-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=33031&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/control (original)
+++ trunk/libnet-ssh2-perl/debian/control Sat Apr 11 05:09:14 2009
@@ -1,7 +1,7 @@
 Source: libnet-ssh2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libssh2-1-dev, quilt
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libssh2-1-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1

Modified: trunk/libnet-ssh2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/rules?rev=33031&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/rules (original)
+++ trunk/libnet-ssh2-perl/debian/rules Sat Apr 11 05:09:14 2009
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp




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