[SCM] Debian packaging of libenv-sanctify-perl branch, master, updated. e19d8f17058024d1156e8f21730f4f3cc89cbbb6

gregor herrmann gregoa at debian.org
Sun Mar 18 18:23:11 UTC 2012


The following commit has been merged in the master branch:
commit d023ba557af6a086617b2c52dd07101ff11f38aa
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 18 19:14:48 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 b3e243d..55ded28 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libenv-sanctify-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl,
   perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 47a0b22..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	TEST_AUTHOR=1 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 libenv-sanctify-perl



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