r48780 - in /trunk/libmodule-install-perl/debian: changelog control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Dec 15 15:07:21 UTC 2009


Author: carnil-guest
Date: Tue Dec 15 15:06:22 2009
New Revision: 48780

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48780
Log:
* debian/control:
  - Add alternative Build-Depends and Depends with perl as provided with
    corelist listing to match correct version for the alternate
  - Bump Build-Depends on debhelper (>= 7.0.50) and quilt (>= 0.46-7).
* Simplify debian/rules using features in debhelper (>= 7.0.8), add-ons
  support and override targets. 

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

Modified: trunk/libmodule-install-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/changelog?rev=48780&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/changelog (original)
+++ trunk/libmodule-install-perl/debian/changelog Tue Dec 15 15:06:22 2009
@@ -12,16 +12,20 @@
   * Add patch bumping required Perl minimum version in META.yml.
     libmodule-install-perl FTBFS when activating author tests with newer
     libperl-mimimumversion-perl (>= 1.22). (Closes: #560626).
-  * debian/control: Add alternative Build-Depends and Depends with perl as
-    provided with corelist listing to match correct version for the alternate
-    dependency.
+  * debian/control:
+    - Add alternative Build-Depends and Depends with perl as provided with
+      corelist listing to match correct version for the alternate
+      dependency.
+    - Bump Build-Depends on debhelper (>= 7.0.50) and quilt (>= 0.46-7).
   * Add myself to Uploaders
   * Bump Standards-Version to 3.8.3.
   * debian/copyright: Refresh to the current revision 59 of the machine
     readable format-specification in DEP5 and andd myself to Copyright field
     for debian/* packaging. 
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 13 Dec 2009 20:34:04 +0100
+  * Simplify debian/rules using features in debhelper (>= 7.0.8), add-ons
+    support and override targets. 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Tue, 15 Dec 2009 16:03:12 +0100
 
 libmodule-install-perl (0.91-1) unstable; urgency=low
 

Modified: trunk/libmodule-install-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/control?rev=48780&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/control (original)
+++ trunk/libmodule-install-perl/debian/control Tue Dec 15 15:06:22 2009
@@ -1,7 +1,7 @@
 Source: libmodule-install-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8.0-7), 
  libmodule-scandeps-perl (>= 0.89),
  libpar-dist-perl (>= 0.29), 

Modified: trunk/libmodule-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/rules?rev=48780&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/rules (original)
+++ trunk/libmodule-install-perl/debian/rules Tue Dec 15 15:06:22 2009
@@ -1,25 +1,13 @@
 #!/usr/bin/make -f
-
-export DH_ALWAYS_EXCLUDE=.svn
 
 PACKAGE = $(shell dh_listpackages)
 TMP = $(CURDIR)/debian/$(PACKAGE)
 
-include /usr/share/quilt/quilt.make
+%:
+	AUTOMATED_TESTING=1 dh --with quilt $@
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build --before test
-	AUTOMATED_TESTING=1 $(MAKE) test
-	dh build --after test
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
+override_dh_auto_install:
+	dh_auto_install
 	[ ! -f $(TMP)/usr/share/perl5/Module/Install/Philosophy.pod ] || \
 	 rm $(TMP)/usr/share/perl5/Module/Install/Philosophy.pod 
 	[ ! -f $(TMP)/usr/share/perl5/Module/Install.pod ] || \
@@ -28,13 +16,3 @@
 	# remove useless auto/share/dist/Module-Install/dist_file.txt
 	[ ! -f $(TMP)/usr/share/perl5/auto/share/dist/Module-Install/dist_file.txt ] || rm -rf $(TMP)/usr/share/perl5/auto
 	touch $@
-
-binary-arch:
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: install
-	dh $@
-
-binary: binary-indep binary-arch
-.PHONY: binary binary-arch binary-indep install clean build




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