[SCM] Debian packaging of libcoat-perl branch, master, updated. debian/0.334-2

Ansgar Burchardt ansgar at debian.org
Sat Sep 17 12:42:17 UTC 2011


The following commit has been merged in the master branch:
commit eeb7cdf1a1a19eeb4c6d857d61cf9c7f6b7ff997
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Sep 17 14:37:20 2011 +0200

    Use tiny debian/rules with debhelper 8.

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 7335c1c..48b69c8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libcoat-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl (>= 5.8.8-12), libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexis Sukrieh <sukria at debian.org>,
diff --git a/debian/rules b/debian/rules
index 9e41a30..2fe7442 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh clean --before dh_clean
-	dh_clean -X011_metaclass_attributes_inheritance.t.orig
-
-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
+override_dh_clean:
+	dh_clean -X011_metaclass_attributes_inheritance.t.orig

-- 
Debian packaging of libcoat-perl



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