r68980 - in /trunk/libthread-queue-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Feb 18 09:34:31 UTC 2011


Author: periapt-guest
Date: Fri Feb 18 09:34:06 2011
New Revision: 68980

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68980
Log:
Refreshed rules

Modified:
    trunk/libthread-queue-perl/debian/changelog
    trunk/libthread-queue-perl/debian/rules

Modified: trunk/libthread-queue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/changelog?rev=68980&op=diff
==============================================================================
--- trunk/libthread-queue-perl/debian/changelog (original)
+++ trunk/libthread-queue-perl/debian/changelog Fri Feb 18 09:34:06 2011
@@ -20,6 +20,7 @@
   * Upped standards version to 3.9.1
   * Simplify dependencies
   * Adding debian/source/format
+  * Refreshed rules
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 18 Feb 2011 09:14:07 +0000
 

Modified: trunk/libthread-queue-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/rules?rev=68980&op=diff
==============================================================================
--- trunk/libthread-queue-perl/debian/rules (original)
+++ trunk/libthread-queue-perl/debian/rules Fri Feb 18 09:34:06 2011
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	RUN_MAINTAINER_TESTS=1 dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	RUN_MAINTAINER_TESTS=1 dh $@




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