r75736 - in /trunk/libclutter-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 14 19:21:41 UTC 2011


Author: gregoa
Date: Tue Jun 14 19:21:39 2011
New Revision: 75736

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75736
Log:
Run tests under xvfb.

Modified:
    trunk/libclutter-perl/debian/changelog
    trunk/libclutter-perl/debian/control
    trunk/libclutter-perl/debian/rules

Modified: trunk/libclutter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/changelog?rev=75736&op=diff
==============================================================================
--- trunk/libclutter-perl/debian/changelog (original)
+++ trunk/libclutter-perl/debian/changelog Tue Jun 14 19:21:39 2011
@@ -1,6 +1,7 @@
 libclutter-perl (1.002-2) UNRELEASED; urgency=low
 
   * Use source format 3.0 (quilt).
+  * Run tests under xvfb.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 14:32:20 -0400
 

Modified: trunk/libclutter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/control?rev=75736&op=diff
==============================================================================
--- trunk/libclutter-perl/debian/control (original)
+++ trunk/libclutter-perl/debian/control Tue Jun 14 19:21:39 2011
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (>= 7.0.50), libcairo-perl (>= 1.000),
  libclutter-1.0-dev, libextutils-depends-perl (>= 0.300),
  libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1.220),
- libgstreamer-perl, libgtk2-perl, libpango-perl (>= 1.140), perl
+ libgstreamer-perl, libgtk2-perl, libpango-perl (>= 1.140), perl,
+ xvfb, xauth
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Clutter/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclutter-perl/

Modified: trunk/libclutter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/rules?rev=75736&op=diff
==============================================================================
--- trunk/libclutter-perl/debian/rules (original)
+++ trunk/libclutter-perl/debian/rules Tue Jun 14 19:21:39 2011
@@ -6,6 +6,9 @@
 %:
 	dh $@
 
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 




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