r21653 - in /trunk/libnet-jabber-perl/debian: changelog control patches/00list patches/10shebangs.dpatch patches/10shebangs.patch patches/20disable_networking_tests.dpatch patches/20disable_networking_tests.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 17:13:49 UTC 2008


Author: gregoa
Date: Sun Jun 15 17:13:49 2008
New Revision: 21653

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21653
Log:
Switch patch system from dpatch to quilt.

Added:
    trunk/libnet-jabber-perl/debian/patches/10shebangs.patch
    trunk/libnet-jabber-perl/debian/patches/20disable_networking_tests.patch
    trunk/libnet-jabber-perl/debian/patches/series
Removed:
    trunk/libnet-jabber-perl/debian/patches/00list
    trunk/libnet-jabber-perl/debian/patches/10shebangs.dpatch
    trunk/libnet-jabber-perl/debian/patches/20disable_networking_tests.dpatch
Modified:
    trunk/libnet-jabber-perl/debian/changelog
    trunk/libnet-jabber-perl/debian/control
    trunk/libnet-jabber-perl/debian/rules

Modified: trunk/libnet-jabber-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-perl/debian/changelog?rev=21653&op=diff
==============================================================================
--- trunk/libnet-jabber-perl/debian/changelog (original)
+++ trunk/libnet-jabber-perl/debian/changelog Sun Jun 15 17:13:49 2008
@@ -9,6 +9,7 @@
     <rafl at debian.org>); Florian Ragwitz <rafl at debian.org> moved to
     Uploaders.
   * Add debian/watch.
+  * Switch patch system from dpatch to quilt.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 16:36:31 +0200
 

Modified: trunk/libnet-jabber-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-perl/debian/control?rev=21653&op=diff
==============================================================================
--- trunk/libnet-jabber-perl/debian/control (original)
+++ trunk/libnet-jabber-perl/debian/control Sun Jun 15 17:13:49 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>
-Build-Depends: debhelper (>= 5.0.0), dpatch
+Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
 Build-Depends-Indep: perl, libnet-xmpp-perl, libtime-modules-perl
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Net-Jabber/

Added: trunk/libnet-jabber-perl/debian/patches/10shebangs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-perl/debian/patches/10shebangs.patch?rev=21653&op=file
==============================================================================
--- trunk/libnet-jabber-perl/debian/patches/10shebangs.patch (added)
+++ trunk/libnet-jabber-perl/debian/patches/10shebangs.patch Sun Jun 15 17:13:49 2008
@@ -1,0 +1,16 @@
+Author: Florian Ragwitz <rafl at debian.org>
+Description: Add shebang to some examples
+--- libnet-jabber-perl.orig/examples/component_accept.pl
++++ libnet-jabber-perl/examples/component_accept.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ 
+ use Net::Jabber qw(Component);
+ use strict;
+--- libnet-jabber-perl.orig/examples/component_test.pl
++++ libnet-jabber-perl/examples/component_test.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ 
+ use Net::Jabber qw(Client);
+ use strict;

Added: trunk/libnet-jabber-perl/debian/patches/20disable_networking_tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-perl/debian/patches/20disable_networking_tests.patch?rev=21653&op=file
==============================================================================
--- trunk/libnet-jabber-perl/debian/patches/20disable_networking_tests.patch (added)
+++ trunk/libnet-jabber-perl/debian/patches/20disable_networking_tests.patch Sun Jun 15 17:13:49 2008
@@ -1,0 +1,13 @@
+Author: Florian Ragwitz <rafl at debian.org>
+Description: Disable tests which require a network connection
+--- libnet-jabber-perl.orig/t/2_client.t
++++ libnet-jabber-perl/t/2_client.t
+@@ -1,5 +1,7 @@
+ use lib "t/lib";
+-use Test::More tests=>5;
++use Test::More;
++
++plan skip_all => 'Disabled for the Debian build';
+ 
+ BEGIN{ use_ok( "Net::Jabber" ); }
+ 

Added: trunk/libnet-jabber-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-perl/debian/patches/series?rev=21653&op=file
==============================================================================
--- trunk/libnet-jabber-perl/debian/patches/series (added)
+++ trunk/libnet-jabber-perl/debian/patches/series Sun Jun 15 17:13:49 2008
@@ -1,0 +1,2 @@
+10shebangs.patch
+20disable_networking_tests.patch

Modified: trunk/libnet-jabber-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-perl/debian/rules?rev=21653&op=diff
==============================================================================
--- trunk/libnet-jabber-perl/debian/rules (original)
+++ trunk/libnet-jabber-perl/debian/rules Sun Jun 15 17:13:49 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -11,7 +11,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)




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