This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxray-scattering-perl.

commit cfcc261dedaaaf5fd05c44bfcdfea2da1103d959
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jul 28 18:05:09 2015 +0200

    Bump debhelper compatibility level to 9. Use dh(1).
---
 debian/compat  |  2 +-
 debian/control |  2 +-
 debian/rules   | 82 ++--------------------------------------------------------
 3 files changed, 4 insertions(+), 82 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 a63101e..6a8e269 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Carlo Segre <se...@debian.org>
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 9), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.8), libchemistry-elements-perl,
        libmath-spline-perl, libxray-absorption-perl
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index c63b432..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,82 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for perl packages 
-# using the Module::Build system.  It was written by Carlo Segre and 
-# may be freely used.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-
-build-stamp:
-       dh_testdir
-
-       # Generate the Build script and run it
-       $(PERL) Build.PL destdir=$(TMP)
-       ./Build build
-       ./Build test
-       touch $@
-
-# Use "clean: unpatch" if patches required
-clean:
-       dh_testdir
-       dh_testroot
-
-       dh_clean build-stamp install-stamp
-
-       # Clean up all directories and the Build script
-       [ ! -f Build ] || ./Build realclean
-
-install: install-stamp
-install-stamp: build-stamp
-       dh_testdir
-       dh_testroot
-       dh_prep
-
-       # Install package in temporary directory
-       ./Build install --installdirs vendor
-       # remove .packlist
-       rm -rf $(TMP)/$(ARCHLIB)/auto
-       # remove empty dirs if they exist
-       [ ! -d $(TMP)/usr/bin ] || rmdir --parents --ignore-fail-on-non-empty 
--verbose $(TMP)/usr/bin
-       [ ! -d $(TMP)/$(ARCHLIB) ] || rmdir --parents 
--ignore-fail-on-non-empty --verbose $(TMP)/$(ARCHLIB)
-
-       touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-dependent package
-
-binary-indep: build install
-       dh_testdir
-       dh_testroot
-       dh_installexamples
-       dh_installdocs
-       dh_installchangelogs
-       dh_perl
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-source diff:
-       @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+       dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libxray-scattering-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to