r1477 - packages/libtk-pod-perl/trunk/debian

Carlo Segre segre-guest at costa.debian.org
Wed Nov 9 16:24:52 UTC 2005


Author: segre-guest
Date: 2005-11-09 16:24:52 +0000 (Wed, 09 Nov 2005)
New Revision: 1477

Modified:
   packages/libtk-pod-perl/trunk/debian/control
   packages/libtk-pod-perl/trunk/debian/rules
Log:
Had to remove "make test" as it still fails in pbuilder.


Modified: packages/libtk-pod-perl/trunk/debian/control
===================================================================
--- packages/libtk-pod-perl/trunk/debian/control	2005-11-09 16:16:05 UTC (rev 1476)
+++ packages/libtk-pod-perl/trunk/debian/control	2005-11-09 16:24:52 UTC (rev 1477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at iit.edu>, Gustavo Franco <stratus at debian.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), perl, perl-doc, perl-tk, libtext-english-perl, libtk-histentry-perl, libpod-simple-perl, xvfb, xbase-clients
+Build-Depends-Indep: debhelper (>= 4.0.0), perl, perl-doc, perl-tk, libtext-english-perl, libtk-histentry-perl, libpod-simple-perl, xvfb
 Standards-Version: 3.6.2
 
 Package: libtk-pod-perl

Modified: packages/libtk-pod-perl/trunk/debian/rules
===================================================================
--- packages/libtk-pod-perl/trunk/debian/rules	2005-11-09 16:16:05 UTC (rev 1476)
+++ packages/libtk-pod-perl/trunk/debian/rules	2005-11-09 16:24:52 UTC (rev 1477)
@@ -30,7 +30,10 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	xvfb-run $(MAKE) test
+#	test suite will not work under pbuilder with xvfb
+#	this may be related to xvfb not properly finding xauth
+#	as per Bug #296876
+#	xvfb-run $(MAKE) test
 	$(MAKE) PREFIX=$(debtmp)/usr install
 	rm -rf $(debtmp)/usr/lib
 




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