r12932 - in /trunk/libemail-localdelivery-perl/debian: changelog control patches/00list patches/10mbox-locking.dpatch patches/10mbox-locking.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 18 11:14:50 UTC 2008


Author: dmn
Date: Fri Jan 18 11:14:49 2008
New Revision: 12932

URL: http://svn.debian.org/wsvn/?sc=1&rev=12932
Log:
* convert patches to quilt; fix target dependencies

Added:
    trunk/libemail-localdelivery-perl/debian/patches/10mbox-locking.patch
      - copied unchanged from r12929, trunk/libemail-localdelivery-perl/debian/patches/10mbox-locking.dpatch
    trunk/libemail-localdelivery-perl/debian/patches/series
      - copied, changed from r12929, trunk/libemail-localdelivery-perl/debian/patches/00list
Removed:
    trunk/libemail-localdelivery-perl/debian/patches/00list
    trunk/libemail-localdelivery-perl/debian/patches/10mbox-locking.dpatch
Modified:
    trunk/libemail-localdelivery-perl/debian/changelog
    trunk/libemail-localdelivery-perl/debian/control
    trunk/libemail-localdelivery-perl/debian/rules

Modified: trunk/libemail-localdelivery-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-localdelivery-perl/debian/changelog?rev=12932&op=diff
==============================================================================
--- trunk/libemail-localdelivery-perl/debian/changelog (original)
+++ trunk/libemail-localdelivery-perl/debian/changelog Fri Jan 18 11:14:49 2008
@@ -13,6 +13,7 @@
     + set CFLAGS according to $DEB_BUILD_OPTIONS
     + use $@ when touching stamps
     + drop unused dh_link
+  * convert patches to quilt; fix target dependencies
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:09 +0200
 

Modified: trunk/libemail-localdelivery-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libemail-localdelivery-perl/debian/control?rev=12932&op=diff
==============================================================================
--- trunk/libemail-localdelivery-perl/debian/control (original)
+++ trunk/libemail-localdelivery-perl/debian/control Fri Jan 18 11:14:49 2008
@@ -1,7 +1,7 @@
 Source: libemail-localdelivery-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7), libfile-path-expand-perl (>= 1.01-1), libemail-foldertype-perl (>= 0.7-1), libemail-simple-perl (>= 1.998), liblockfile1 (>= 1.0-1), libtest-pod-perl (>= 1.14-1), libtest-pod-coverage-perl (>= 1.08-1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>

Copied: trunk/libemail-localdelivery-perl/debian/patches/series (from r12929, trunk/libemail-localdelivery-perl/debian/patches/00list)
URL: http://svn.debian.org/wsvn/trunk/libemail-localdelivery-perl/debian/patches/series?rev=12932&op=diff
==============================================================================
--- trunk/libemail-localdelivery-perl/debian/patches/00list (original)
+++ trunk/libemail-localdelivery-perl/debian/patches/series Fri Jan 18 11:14:49 2008
@@ -1,1 +1,1 @@
-10mbox-locking.dpatch
+10mbox-locking.patch

Modified: trunk/libemail-localdelivery-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-localdelivery-perl/debian/rules?rev=12932&op=diff
==============================================================================
--- trunk/libemail-localdelivery-perl/debian/rules (original)
+++ trunk/libemail-localdelivery-perl/debian/rules Fri Jan 18 11:14:49 2008
@@ -4,7 +4,7 @@
 # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
 # be used freely wherever it is useful.
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -30,23 +30,22 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)"
 	$(MAKE) test
 	touch $@
 
-clean: clean-patched unpatch
-clean-patched:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k




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