r42262 - in /trunk/libmodule-build-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Aug 21 09:32:41 UTC 2009


Author: dmn
Date: Fri Aug 21 09:32:30 2009
New Revision: 42262

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42262
Log:
* rules: trim for tiny DH7 rules --with quilt
  + no need to manually removed .packlist files anymore
  + remove empty directories verbosely

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/control
    trunk/libmodule-build-perl/debian/rules

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=42262&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Fri Aug 21 09:32:30 2009
@@ -19,6 +19,9 @@
   * drop remove-makefile-on-distclean-too patch applied upstream
   * drop man-cookbook patch applied upstream
   * refresh man-ext patch to apply cleanly
+  * rules: trim for tiny DH7 rules --with quilt
+    + no need to manually removed .packlist files anymore
+    + remove empty directories verbosely
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 21 Aug 2009 11:52:12 +0300
 

Modified: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/control?rev=42262&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/control (original)
+++ trunk/libmodule-build-perl/debian/control Fri Aug 21 09:32:30 2009
@@ -6,7 +6,7 @@
  gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Antonio Radici <antonio at dyne.org>, Ryan Niebur <ryanryan52 at gmail.com>,
  Jonathan Yu <frequency at cpan.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libyaml-perl, libarchive-tar-perl,
  libextutils-cbuilder-perl, libtest-harness-perl (>= 3.16), libversion-perl,
  libextutils-parsexs-perl, libpar-dist-perl (>= 0.17), libtie-cphash-perl,

Modified: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/rules?rev=42262&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (original)
+++ trunk/libmodule-build-perl/debian/rules Fri Aug 21 09:32:30 2009
@@ -1,14 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
+%:
+	dh --with quilt $@
 
 PACKAGE=$(shell dh_listpackages)
 BASEDIR=$(CURDIR)/debian/$(PACKAGE)
@@ -24,14 +17,4 @@
 	dh_auto_install
 	mkdir -p $(BASEDIR)/usr/share/$(PACKAGE)
 	[ -f $(BASEDIR)/usr/share/$(PACKAGE)/config_data ] || mv $(BASEDIR)/usr/bin/config_data $(BASEDIR)/usr/share/$(PACKAGE)/
-	find $(BASEDIR) -type f -name .packlist | xargs rm -f
-	find $(BASEDIR) -type d -empty -delete
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+	find $(BASEDIR) -type d -empty -print -delete




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