[libsys-gamin-perl] 02/08: debian/rules: use short-form dh(1) version.

gregor herrmann gregoa at debian.org
Sat Feb 22 17:36:58 UTC 2014


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

gregoa pushed a commit to branch master
in repository libsys-gamin-perl.

commit bb1e996089c75561ec4c5299e290e574a5e9b16e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 18:28:27 2014 +0100

    debian/rules: use short-form dh(1) version.
---
 debian/rules | 28 +++-------------------------
 1 file changed, 3 insertions(+), 25 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4393bd3..486ec1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,8 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh $@
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	# we need to touch Makefile, otherwise Makefile.PL is newer after unpatching
-	[ ! -f Makefile ] || touch Makefile
-	dh clean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@ --before dh_shlibdeps
+override_dh_shlibdeps:
 	# Ensure dependency on libgamin0, not libfam0.
 	dh_shlibdeps -- -xlibfam0
-	dh $@ --remaining
-
-binary-indep:
-
-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/libsys-gamin-perl.git



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