This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libauthen-simple-radius-perl.
commit da30963dccd3402f4ac393dd105a4c811d083c6e Author: Niko Tyni <[email protected]> Date: Sat Jun 6 19:09:07 2015 +0300 Switch to debhelper v9 tiny debian/rules --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 51 ++------------------------------------------------- 3 files changed, 4 insertions(+), 51 deletions(-) diff --git a/debian/compat b/debian/compat index 1e8b314..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +9 diff --git a/debian/control b/debian/control index c94254f..a8f40f1 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Xavier Oswald <[email protected]> Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 6), +Build-Depends: debhelper (>= 9), libmodule-build-perl Build-Depends-Indep: perl, libtest-pod-perl, diff --git a/debian/rules b/debian/rules index 64376e8..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,51 +1,4 @@ #!/usr/bin/make -f -PACKAGE=$(shell dh_listpackages) -TMP = $(CURDIR)/debian/$(PACKAGE) - -ifndef PERL -PERL = /usr/bin/perl -endif - -build: build-stamp -build-stamp: - dh_testdir - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) - touch $@ - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - TEST_POD=1 $(MAKE) test - $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 - touch $@ - -clean: - dh_testdir - dh_testroot - [ ! -f Makefile ] || $(MAKE) realclean - dh_clean build-stamp install-stamp - -binary-arch: build install - -binary: binary-indep binary-arch - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installchangelogs Changes - dh_compress - dh_fixperms - dh_strip - dh_installdeb - dh_perl - dh_gencontrol - dh_md5sums - dh_builddeb - -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-radius-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
