r36576 - in /trunk/libhtml-template-compiled-perl/debian: changelog control rules
roam-guest at users.alioth.debian.org
roam-guest at users.alioth.debian.org
Thu May 28 15:18:07 UTC 2009
Author: roam-guest
Date: Thu May 28 15:18:03 2009
New Revision: 36576
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36576
Log:
Minimize the rules file using "dh --with quilt" and override targets.
Modified:
trunk/libhtml-template-compiled-perl/debian/changelog
trunk/libhtml-template-compiled-perl/debian/control
trunk/libhtml-template-compiled-perl/debian/rules
Modified: trunk/libhtml-template-compiled-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/changelog?rev=36576&op=diff
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/changelog (original)
+++ trunk/libhtml-template-compiled-perl/debian/changelog Thu May 28 15:18:03 2009
@@ -2,6 +2,7 @@
* Activate all tests using the Data::TreeDumper modules.
* Tidy up the B-D-I list.
+ * Minimize the rules file using "dh --with quilt" and override targets.
-- Peter Pentchev <roam at ringlet.net> Thu, 28 May 2009 17:41:18 +0300
Modified: trunk/libhtml-template-compiled-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/control?rev=36576&op=diff
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/control (original)
+++ trunk/libhtml-template-compiled-perl/debian/control Thu May 28 15:18:03 2009
@@ -1,7 +1,8 @@
Source: libhtml-template-compiled-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl, quilt
+Build-Depends: debhelper (>= 7.0.50),
+ perl-modules (>= 5.10) | libmodule-build-perl, quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.6.1), libdata-treedumper-perl,
libdata-treedumper-renderer-dhtml-perl, perl (>= 5.8) | libdigest-md5-perl,
libhtml-parser-perl, libparse-recdescent-perl,
Modified: trunk/libhtml-template-compiled-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/rules?rev=36576&op=diff
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/rules (original)
+++ trunk/libhtml-template-compiled-perl/debian/rules Thu May 28 15:18:03 2009
@@ -1,26 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: ${QUILT_STAMPFN}
- dh build
- touch $@
-
-clean: unpatch
- dh $@
+override_dh_auto_clean:
+ dh_auto_clean
rm -rf t/cache
-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