r41361 - in /trunk/dh-make-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Aug 5 07:07:24 UTC 2009


Author: dmn
Date: Wed Aug  5 07:07:15 2009
New Revision: 41361

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41361
Log:
debian/rules: compact to (almost) 3 lines

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=41361&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Aug  5 07:07:15 2009
@@ -1,3 +1,9 @@
+dh-make-perl (0.59) UNRELEASED; urgency=low
+
+  * debian/rules: compact to (almost) 3 lines
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 05 Aug 2009 10:06:33 +0300
+
 dh-make-perl (0.58) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=41361&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Wed Aug  5 07:07:15 2009
@@ -1,23 +1,10 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-INST  = $(CURDIR)/debian/dh-make-perl
-PERL ?= /usr/bin/perl
-
-build: build-stamp
-build-stamp:
-	NO_NETWORK=1 dh build
-	touch $@
+%:
+	dh $@
 
 clean:
 	dh clean
-	#rm -f build-stamp
 
 	# clean after test packages
 	for i in Strange-0.1 Strange-2.1; do\
@@ -30,18 +17,3 @@
 		    ) \
 		fi \
 	done
-
-install: build
-	dh $@
-
-
-# Build architecture-independent files here.
-binary-arch: build install
-# We have nothing to do
-
-# Build architecture-dependent files here.
-binary-indep: build install
-	dh $@
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary




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