[SCM] Debian packaging of libuser-simple-perl branch, master, updated. 66fdee76249ec8711bf2ff7d636fe40628ad9f33
gregor herrmann
gregoa at debian.org
Sun Jun 16 16:50:12 UTC 2013
The following commit has been merged in the master branch:
commit 3a67c41ef441ba361b9c09ced1a50ee1b19108c7
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 16 18:47:26 2013 +0200
Use dh(1) in debian/rules and debhelper compatibility level 8.
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 2562e3c..357e7d1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libdate-calc-perl,
libdbi-perl,
diff --git a/debian/rules b/debian/rules
index 0108844..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,29 +1,4 @@
#!/usr/bin/make -f
-PERL ?= /usr/bin/perl
-
-build: build-stamp
-build-stamp:
- dh build --before dh_auto_configure
- # we run Build.PL explicitly; otherwise both Makefile.PL and
- # Build.PL get run, and somehow we end up with /usr/usr ...
- $(PERL) Build.PL installdirs=vendor
- dh build --after dh_auto_configure
- 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
--
Debian packaging of libuser-simple-perl
More information about the Pkg-perl-cvs-commits
mailing list