[libgnome2-wnck-perl] 02/08: Shrink debian/rules, thanks dh(1).

gregor herrmann gregoa at debian.org
Sat Feb 22 22:05:13 UTC 2014


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

gregoa pushed a commit to branch master
in repository libgnome2-wnck-perl.

commit d0c3984f714fe69ca15a8efaea2d2139c2327b15
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 22:58:08 2014 +0100

    Shrink debian/rules, thanks dh(1).
---
 debian/rules | 26 +++-----------------------
 1 file changed, 3 insertions(+), 23 deletions(-)

diff --git a/debian/rules b/debian/rules
index ccb4174..6deb86b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh --before dh_auto_test build
-	# skip tests, they are borked
-	dh --after dh_auto_test build
-	touch $@
-
-clean: unpatch
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	# skip tests, they are borked

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



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