[SCM] Debian packaging of kephra branch, master, updated. upstream/0.4.3.32-11-ge86b90a

Fabrizio Regalli fabreg at fabreg.it
Wed Sep 7 19:41:47 UTC 2011


The following commit has been merged in the master branch:
commit e86b90aaff31bebd4522c05296f8a488f708e577
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Wed Sep 7 21:41:39 2011 +0200

    Changed order of commands in d/rules

diff --git a/debian/rules b/debian/rules
index de6c801..c410048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-override_dh_auto_test:
-	xvfb-run -a dh_auto_test
-
 %:
 	dh $@
+
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test

-- 
Debian packaging of kephra



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