r40537 - /trunk/libopengl-perl/debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Jul 22 23:37:48 UTC 2009


Author: ryan52-guest
Date: Wed Jul 22 23:37:43 2009
New Revision: 40537

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40537
Log:
don't use xvfb

Modified:
    trunk/libopengl-perl/debian/rules

Modified: trunk/libopengl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/rules?rev=40537&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/rules (original)
+++ trunk/libopengl-perl/debian/rules Wed Jul 22 23:37:43 2009
@@ -25,7 +25,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor NO_DISPLAY PERL=$(PERL) INC="" LIBS="-lGLU -lglut -lGL -lX11"
 	$(MAKE) LD_RUN_PATH=
-	xvfb-run $(PERL) -I blib/arch/ -I blib/lib test.pl
+	$(PERL) -I blib/arch/ -I blib/lib test.pl
 	touch $@
 
 clean:	checkroot unpatch




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