[SCM] Debian packaging of libhash-withdefaults-perl branch, master, updated. 6b5a1f6527345bb406f575b77b04a2cc8c59eb07

gregor herrmann gregoa at debian.org
Sat May 26 15:04:52 UTC 2012


The following commit has been merged in the master branch:
commit c3800bd25052be5bd21ba875d530f00f7fa0ab0e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 26 16:53:22 2012 +0200

    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 e3c0e73..5e8ccb3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libhash-withdefaults-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl (>= 5.8.8-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carl Fürstenberg <azatoth at gmail.com>, Damyan Ivanov <dmn at debian.org>
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-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

-- 
Debian packaging of libhash-withdefaults-perl



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