r29195 - /trunk/libgtk2-perl/debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jan 4 08:55:39 UTC 2009


Author: ryan52-guest
Date: Sun Jan  4 08:55:37 2009
New Revision: 29195

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29195
Log:
run tests under xvfb-run, so that most of the tests are actually ran

Modified:
    trunk/libgtk2-perl/debian/rules

Modified: trunk/libgtk2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/rules?rev=29195&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/rules (original)
+++ trunk/libgtk2-perl/debian/rules Sun Jan  4 08:55:37 2009
@@ -2,7 +2,9 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	dh --before dh_auto_test build
+	xvfb-run dh_auto_test
+	dh --after dh_auto_test build
 	touch $@
 
 clean:




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