[libsvn-svnlook-perl] 07/13: Bump debhelper compatibility level to 9 and dh(1).
gregor herrmann
gregoa at debian.org
Sun Jun 7 22:26:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libsvn-svnlook-perl.
commit 17ad49519e07ce14960497fd8ef95bf4666be5f8
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 8 00:18:37 2015 +0200
Bump debhelper compatibility level to 9 and dh(1).
Skip installation of boilerplate README.
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 46 ++--------------------------------------------
3 files changed, 4 insertions(+), 46 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index d4cd5da..b9cfdf3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 5),
+Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Build-Depends-Indep: perl
diff --git a/debian/rules b/debian/rules
index bcd423c..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,46 +1,4 @@
#!/usr/bin/make -f
-export PERL_MM_USE_DEFAULT=1
-PERL ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
- dh_testdir
- $(PERL) Build.PL installdirs=vendor
- $(PERL) Build
- $(PERL) Build test
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- [ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- $(PERL) Build install destdir=$(TMP) create_packlist=0
- touch $@
-
-binary-arch:
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsvn-svnlook-perl.git
More information about the Pkg-perl-cvs-commits
mailing list