r18231 - in /trunk/libgtk2-imageview-perl/debian: control rules

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Mon Mar 31 20:40:31 UTC 2008


Author: ra28145-guest
Date: Mon Mar 31 20:40:31 2008
New Revision: 18231

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18231
Log:
+ xvfb to get tests to run

Modified:
    trunk/libgtk2-imageview-perl/debian/control
    trunk/libgtk2-imageview-perl/debian/rules

Modified: trunk/libgtk2-imageview-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/control?rev=18231&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/control (original)
+++ trunk/libgtk2-imageview-perl/debian/control Mon Mar 31 20:40:31 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
-Build-Depends: debhelper (>= 5), libgtk2-perl, libgtkimageview-dev (>= 1.6.0), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03)
+Build-Depends: debhelper (>= 5), libgtk2-perl, libgtkimageview-dev (>= 1.6.0), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), xvfb
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Gtk2-ImageView/
 XS-Vcs-svn: svn://svn.debian.org/svn/pkg-perl/trunk/libgtk2-imageview-perl/

Modified: trunk/libgtk2-imageview-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/rules?rev=18231&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/rules (original)
+++ trunk/libgtk2-imageview-perl/debian/rules Mon Mar 31 20:40:31 2008
@@ -30,7 +30,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	make test
+	xvfb-run $(MAKE) test
 	touch $@
 
 clean:




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