[SCM] Debian packaging of libmodule-extractuse-perl branch, master, updated. d1cef569b56860b9dd000cb968f9d40b858a3527

gregor herrmann gregoa at debian.org
Sat Feb 18 14:20:47 UTC 2012


The following commit has been merged in the master branch:
commit 6ccab37487831f3d019b0297742f51f29e4ca647
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 18 15:00:25 2012 +0100

    Use debhelper 8 and tiny debian/rules.

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 159dd41..ba1ac09 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libmodule-extractuse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libparse-recdescent-perl (>= 1.94),
   libpod-strip-perl (>= 1.00), libtest-deep-perl (>= 0.087),
   libtest-nowarnings-perl, libtest-pod-coverage-perl, libtest-pod-perl,
diff --git a/debian/rules b/debian/rules
index b7472a9..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,4 @@
 #!/usr/bin/make -f
 
-P=	libmodule-extractuse-perl
-D=	$(CURDIR)/debian/$P
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	[ -f Build ] || rm -f Makefile
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --until dh_auto_install
-	find $D -type f -name .packlist -delete
-	find $D -type d -empty -delete
-	dh install --remaining
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Debian packaging of libmodule-extractuse-perl



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