[pkg-perl-tools] 04/06: Bump debhelper compatibility level to 10.

gregor herrmann gregoa at debian.org
Wed Dec 27 05:08:42 UTC 2017


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

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit d7ff3a54a9a69d8be1661dc794e957fe33a1c31c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 27 05:56:49 2017 +0100

    Bump debhelper compatibility level to 10.
---
 Makefile       | 2 +-
 debian/compat  | 2 +-
 debian/control | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index a591b44..e0fb51e 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ $(DESTDIR)/$(PREFIX)/share/pkg-perl-autopkgtest/heavy-deps.d :
 $(INSTALLED_SCRIPTS): $(DESTDIR)/$(PREFIX)/share/pkg-perl-tools/% : scripts/%
 	$(INSTALL_BIN) $< $@
 
-$(DESTDIR)/$(MAN_DIR)/dpt-co.1:
+$(DESTDIR)/$(MAN_DIR)/dpt-co.1: $(DESTDIR)/$(MAN_DIR)/dpt-checkout.1
 	ln -s dpt-checkout.1 $@
 
 $(INSTALLED_SCRIPT_MANUALS) : $(DESTDIR)/$(MAN_DIR)/dpt-%.1 : scripts/% $(DESTDIR)/$(MAN_DIR)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 82413f2..c3fa859 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
 Section: devel
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9~)
+Build-Depends: debhelper (>= 10~)
 Build-Depends-Indep: dpkg-dev (>= 1.17.0),
                      git,
                      libconfig-model-perl,

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



More information about the Pkg-perl-cvs-commits mailing list