r22462 - /trunk/libtest-mocktime-perl/debian/rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 29 13:54:18 UTC 2008


Author: ansgar-guest
Date: Sun Jun 29 13:54:18 2008
New Revision: 22462

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22462
Log:
refresh debian/rules for debhelper 7

Modified:
    trunk/libtest-mocktime-perl/debian/rules

Modified: trunk/libtest-mocktime-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/rules?rev=22462&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/rules (original)
+++ trunk/libtest-mocktime-perl/debian/rules Sun Jun 29 13:54:18 2008
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
@@ -17,7 +6,7 @@
 	touch $@
 
 clean:
-	dh clean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
@@ -25,10 +14,10 @@
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
 binary-indep: install
-	dh binary-indep
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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