r41631 - in /trunk/libhtml-stripscripts-parser-perl/debian: changelog rules

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Mon Aug 10 22:39:23 UTC 2009


Author: diocles-guest
Date: Mon Aug 10 22:39:17 2009
New Revision: 41631

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41631
Log:
debian/rules: Switch to short format rules file.

Modified:
    trunk/libhtml-stripscripts-parser-perl/debian/changelog
    trunk/libhtml-stripscripts-parser-perl/debian/rules

Modified: trunk/libhtml-stripscripts-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/debian/changelog?rev=41631&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/debian/changelog (original)
+++ trunk/libhtml-stripscripts-parser-perl/debian/changelog Mon Aug 10 22:39:17 2009
@@ -10,6 +10,7 @@
   [ Tim Retout ]
   * debian/control: Bump Standards-Version to 3.8.2. (No changes needed.)
   * debian/copyright: Update information for debian/*
+  * debian/rules: Switch to short format rules file.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:35 +0100
 

Modified: trunk/libhtml-stripscripts-parser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/debian/rules?rev=41631&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/debian/rules (original)
+++ trunk/libhtml-stripscripts-parser-perl/debian/rules Mon Aug 10 22:39:17 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	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




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