[SCM] Packaging for padre-plugin-perltidy branch, master, updated. upstream/0.07-16-g033f6a1

Ryan Niebur ryanryan52 at gmail.com
Tue Jun 16 08:59:22 UTC 2009


The following commit has been merged in the master branch:
commit 033f6a14d9a53f1ee1dd977df10a0ee2de89ba6f
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Tue Jun 16 01:59:00 2009 -0700

    simplify d/rules

diff --git a/debian/rules b/debian/rules
index 1510761..3bc20b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,7 @@
 %:
 	dh $@
 
-override_dh_auto_build:
-	xvfb-run dh_auto_build
+CMD=$(shell echo $@ | sed 's/override_//')
 
-override_dh_auto_test:
-	xvfb-run dh_auto_test
-
-override_dh_auto_configure:
-	xvfb-run dh_auto_configure
+override_dh_auto_build override_dh_auto_test override_dh_auto_configure:
+	xvfb-run $(CMD)

-- 
Packaging for padre-plugin-perltidy



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