r20826 - in /trunk/libmath-algebra-symbols-perl/debian: control rules

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sat Jun 7 18:32:44 UTC 2008


Author: deepak-guest
Date: Sat Jun  7 18:32:44 2008
New Revision: 20826

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20826
Log:
Changed from dpatch to quilt

Modified:
    trunk/libmath-algebra-symbols-perl/debian/control
    trunk/libmath-algebra-symbols-perl/debian/rules

Modified: trunk/libmath-algebra-symbols-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/control?rev=20826&op=diff
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/control (original)
+++ trunk/libmath-algebra-symbols-perl/debian/control Sat Jun  7 18:32:44 2008
@@ -1,7 +1,7 @@
 Source: libmath-algebra-symbols-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>

Modified: trunk/libmath-algebra-symbols-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/rules?rev=20826&op=diff
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/rules (original)
+++ trunk/libmath-algebra-symbols-perl/debian/rules Sat Jun  7 18:32:44 2008
@@ -11,13 +11,13 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 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