r7917 - in /trunk/libsys-syslog-perl/debian: control patches/00list patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 24 06:34:42 UTC 2007


Author: dmn
Date: Mon Sep 24 06:34:42 2007
New Revision: 7917

URL: http://svn.debian.org/wsvn/?sc=1&rev=7917
Log:
Convert from dpatch to quilt

Added:
    trunk/libsys-syslog-perl/debian/patches/series
      - copied unchanged from r7911, trunk/libsys-syslog-perl/debian/patches/00list
Removed:
    trunk/libsys-syslog-perl/debian/patches/00list
Modified:
    trunk/libsys-syslog-perl/debian/control
    trunk/libsys-syslog-perl/debian/rules

Modified: trunk/libsys-syslog-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/debian/control?rev=7917&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/debian/control (original)
+++ trunk/libsys-syslog-perl/debian/control Mon Sep 24 06:34:42 2007
@@ -9,7 +9,7 @@
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-syslog-perl/
 Homepage: http://search.cpan.org/dist/Sys-Syslog/
 Build-Depends: debhelper (>= 5), perl, libtest-pod-coverage-perl, 
- libtest-pod-perl, libtest-distribution-perl, dpatch
+ libtest-pod-perl, libtest-distribution-perl, quilt
 Standards-Version: 3.7.2
 
 Package: libsys-syslog-perl

Modified: trunk/libsys-syslog-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/debian/rules?rev=7917&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/debian/rules (original)
+++ trunk/libsys-syslog-perl/debian/rules Mon Sep 24 06:34:42 2007
@@ -5,16 +5,16 @@
 
 PERL=/usr/bin/perl
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	touch configure-stamp
 
 build: configure-stamp build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL
 	$(MAKE)




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