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

gregoa pushed a commit to branch master
in repository libxml-validate-perl.

commit 4bfd1beec75b2eb099966893d91a5978955699ab
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Aug 8 17:51:25 2017 -0400

    Bump debhelper compatibility level to 9. Use dh(1).
---
 debian/compat  |  2 +-
 debian/control |  2 +-
 debian/rules   | 36 ++++++------------------------------
 3 files changed, 8 insertions(+), 32 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 30e097e..4baa0da 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jotam Jr. Trejo <jota...@debian.org.sv>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: perl,
                      libtest-pod-coverage-perl,
                      libtest-pod-perl,
diff --git a/debian/rules b/debian/rules
index 54a01b1..8328f71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,36 +1,12 @@
 #!/usr/bin/make -f
 
-USES_QUILT := $(shell if [ -f $(CURDIR)/debian/patches/series ]; then echo 
yes; else echo no; fi)
-ifeq ($(USES_QUILT),yes)
-       include /usr/share/quilt/quilt.make
-
-       PATCH_TARGET := $(QUILT_STAMPFN)
-       UNPATCH_TARGET := unpatch
-endif
+%:
+       dh $@
 
-build: build-stamp
-build-stamp: $(PATCH_TARGET)
+override_dh_auto_configure:
        mv $(CURDIR)/scripts/validxml.pl $(CURDIR)/scripts/validxml
-       dh build
-       touch $@
-
-clean: rename $(UNPATCH_TARGET)
-       dh $@
+       dh_auto_configure
 
-rename: 
+override_dh_clean:
        if [ -f $(CURDIR)/scripts/validxml ]; then mv 
$(CURDIR)/scripts/validxml $(CURDIR)/scripts/validxml.pl; fi
-
-install: install-stamp
-install-stamp: build-stamp
-       dh install
-       touch $@
-
-binary-arch: install
-       dh $@
-
-binary-indep: install
-       dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+       dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libxml-validate-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