r36383 - in /trunk/libdata-treedumper-perl/debian: changelog control rules

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Mon May 25 12:00:25 UTC 2009


Author: roam-guest
Date: Mon May 25 12:00:10 2009
New Revision: 36383

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36383
Log:
Just use "dh --with quilt".

Modified:
    trunk/libdata-treedumper-perl/debian/changelog
    trunk/libdata-treedumper-perl/debian/control
    trunk/libdata-treedumper-perl/debian/rules

Modified: trunk/libdata-treedumper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/changelog?rev=36383&op=diff
==============================================================================
--- trunk/libdata-treedumper-perl/debian/changelog (original)
+++ trunk/libdata-treedumper-perl/debian/changelog Mon May 25 12:00:10 2009
@@ -1,8 +1,6 @@
 libdata-treedumper-perl (0.35-1) UNRELEASED; urgency=low
 
   TODO:
-  - debian/rules: since Makefile.PL is un/patched we need to touch Makefile or
-    run unpatching later or use the new "--with quilt" feature
   - debian/copyright: add "License-Alias: Perl" to the "Files: *" section (cf.
     "lintian --pedantic")
 

Modified: trunk/libdata-treedumper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/control?rev=36383&op=diff
==============================================================================
--- trunk/libdata-treedumper-perl/debian/control (original)
+++ trunk/libdata-treedumper-perl/debian/control Mon May 25 12:00:10 2009
@@ -1,7 +1,7 @@
 Source: libdata-treedumper-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7), quilt (>= 0.46-7)
 Build-Depends-Indep: libcheck-isa-perl, libdevel-size-perl (>= 0.58),
   libsort-naturally-perl, libterm-size-perl (>= 0.2), perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libdata-treedumper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/rules?rev=36383&op=diff
==============================================================================
--- trunk/libdata-treedumper-perl/debian/rules (original)
+++ trunk/libdata-treedumper-perl/debian/rules Mon May 25 12:00:10 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp:	${QUILT_STAMPFN}
-	dh build
-	touch $@
-
-clean:	unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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