r41633 - in /trunk/libhtml-stripscripts-perl/debian: changelog rules

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


Author: diocles-guest
Date: Mon Aug 10 22:51:00 2009
New Revision: 41633

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

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

Modified: trunk/libhtml-stripscripts-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/changelog?rev=41633&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/changelog (original)
+++ trunk/libhtml-stripscripts-perl/debian/changelog Mon Aug 10 22:51:00 2009
@@ -7,6 +7,9 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
+  [ Tim Retout ]
+  * debian/rules: Switch to short format rules file.
+
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:36 +0100
 
 libhtml-stripscripts-perl (1.04-1) unstable; urgency=low

Modified: trunk/libhtml-stripscripts-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/rules?rev=41633&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/rules (original)
+++ trunk/libhtml-stripscripts-perl/debian/rules Mon Aug 10 22:51:00 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