[libtest-mocktime-perl] 04/09: Use dh(1) and debhelper 8.
gregor herrmann
gregoa at debian.org
Tue Aug 12 16:32:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-mocktime-perl.
commit 2239f9a01fb1fcfc54ade21540f8918231a0b983
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Aug 12 18:23:40 2014 +0200
Use dh(1) and debhelper 8.
---
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..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 1a4e66c..4eff0c3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libtest-mocktime-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar at debian.org>, Rene Mayorga <rmayorga at debian.org>
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/libtest-mocktime-perl.git
More information about the Pkg-perl-cvs-commits
mailing list