[libauthen-simple-pam-perl] 06/07: Switch to debhelper v9 tiny debian/rules
Niko Tyni
ntyni at moszumanska.debian.org
Sat Jun 6 17:18:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository libauthen-simple-pam-perl.
commit 4aff7d0e6d58758d03388ffa1bd1b42cb334c6a7
Author: Niko Tyni <ntyni at debian.org>
Date: Sat Jun 6 20:14:21 2015 +0300
Switch to debhelper v9 tiny debian/rules
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 24 +++---------------------
3 files changed, 5 insertions(+), 23 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 2c71828..744d220 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Christian Kuelker <christian.kuelker at cipworx.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 9),
libmodule-build-perl
Build-Depends-Indep: perl,
libauthen-simple-perl,
diff --git a/debian/rules b/debian/rules
index b3cd4e7..fc7df0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,6 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- TEST_POD=1 dh build
- touch $@
+export TEST_POD=1
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-clean:
- dh clean
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-binary-indep: build install
- dh binary-indep
-
-binary: binary-indep binary-arch
-.PHONY: binary clean ibinary-indep binary-arch build clean install
+%:
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-simple-pam-perl.git
More information about the Pkg-perl-cvs-commits
mailing list