r30093 - in /trunk/libgtk2-gladexml-perl/debian: changelog control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jan 25 08:32:58 UTC 2009


Author: ryan52-guest
Date: Sun Jan 25 08:32:49 2009
New Revision: 30093

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30093
Log:
use xvfb-run to run the tests

Modified:
    trunk/libgtk2-gladexml-perl/debian/changelog
    trunk/libgtk2-gladexml-perl/debian/control
    trunk/libgtk2-gladexml-perl/debian/rules

Modified: trunk/libgtk2-gladexml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-gladexml-perl/debian/changelog?rev=30093&op=diff
==============================================================================
--- trunk/libgtk2-gladexml-perl/debian/changelog (original)
+++ trunk/libgtk2-gladexml-perl/debian/changelog Sun Jan 25 08:32:49 2009
@@ -15,8 +15,9 @@
   * debhelper 7
   * install NEWS
   * policy 3.8.0
+  * use xvfb-run to run the tests
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 04 Jan 2009 00:31:15 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 25 Jan 2009 00:32:15 -0800
 
 libgtk2-gladexml-perl (1.006-1) unstable; urgency=low
 

Modified: trunk/libgtk2-gladexml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-gladexml-perl/debian/control?rev=30093&op=diff
==============================================================================
--- trunk/libgtk2-gladexml-perl/debian/control (original)
+++ trunk/libgtk2-gladexml-perl/debian/control Sun Jan 25 08:32:49 2009
@@ -1,7 +1,7 @@
 Source: libgtk2-gladexml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl (>= 1.00), libglib-perl (>= 1.02), libgtk2-perl (>= 1.00), libglade2-dev
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl (>= 1.00), libglib-perl (>= 1.02), libgtk2-perl (>= 1.00), libglade2-dev, xvfb, xauth, xfonts-base
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

Modified: trunk/libgtk2-gladexml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-gladexml-perl/debian/rules?rev=30093&op=diff
==============================================================================
--- trunk/libgtk2-gladexml-perl/debian/rules (original)
+++ trunk/libgtk2-gladexml-perl/debian/rules Sun Jan 25 08:32:49 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