[libnet-rawip-perl] 02/12: Simplify debian/rules with dh(1).

gregor herrmann gregoa at debian.org
Sat Feb 22 18:22:02 UTC 2014


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

gregoa pushed a commit to branch master
in repository libnet-rawip-perl.

commit 3d301e123f2449b55e147d679e0b1e7000977772
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 19:04:40 2014 +0100

    Simplify debian/rules with dh(1).
---
 debian/rules | 24 +++---------------------
 1 file changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/rules b/debian/rules
index 215262e..8fb42c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	NONETWORK=1 dh 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:
+	NONETWORK=1 dh_auto_test

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



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