[SCM] Debian packaging of libanyevent-perl branch, master, updated. upstream/6.000-151-g868f882

Alessandro Ghedini al3xbio at gmail.com
Fri Aug 26 12:44:47 UTC 2011


The following commit has been merged in the master branch:
commit edba63ec6a0a7a3061e297c5b06c4fff78ae71a3
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Aug 26 12:43:11 2011 +0200

    Run tests under xvfb (due to Tk tests), update Build-Depends accordingly

diff --git a/debian/control b/debian/control
index 661152e..d707a2d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,10 @@ Build-Depends: debhelper (>= 8), perl,
  libnet-ssleay-perl,
  libpoe-perl,
  perl-tk,
- netbase
+ netbase,
+ shared-mime-info,
+ xauth,
+ xvfb
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  Ansgar Burchardt <ansgar at debian.org>, gregor herrmann <gregoa at debian.org>,
diff --git a/debian/rules b/debian/rules
index a021d7d..e533ba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 	dh $@
 
 override_dh_auto_test:
-	PERL_ANYEVENT_LOOP_TESTS=1 dh_auto_test
+	PERL_ANYEVENT_LOOP_TESTS=1 xvfb-run -a dh_auto_test
 
 override_dh_installexamples:
 	dh_installexamples

-- 
Debian packaging of libanyevent-perl



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