[libdata-flow-perl] 01/06: Update to debhelper compat level 10 and tiny debian/rules

ntyni at debian.org ntyni at debian.org
Sun Jan 14 19:35:57 UTC 2018


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

ntyni pushed a commit to branch master
in repository libdata-flow-perl.

commit abf208acff614337086e7083e8b2ee6c60668275
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Jan 14 21:29:07 2018 +0200

    Update to debhelper compat level 10 and tiny debian/rules
---
 debian/compat  |  2 +-
 debian/control |  2 +-
 debian/rules   | 21 +--------------------
 3 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index beeb65b..2c975a2 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 (>= 7)
+Build-Depends: debhelper (>= 10)
 Standards-Version: 3.8.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-flow-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-flow-perl.git
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

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



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