r60500 - in /trunk/libgtk2-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 23 12:24:28 UTC 2010


Author: gregoa
Date: Fri Jul 23 12:24:11 2010
New Revision: 60500

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60500
Log:
debian/{rules,control}: don't run tests that require an X server;
according to upstream they are not recommended for automated testing
(closes: #582410).

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

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=60500&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Fri Jul 23 12:24:11 2010
@@ -1,3 +1,11 @@
+libgtk2-perl (1:1.230-2) UNRELEASED; urgency=low
+
+  * debian/{rules,control}: don't run tests that require an X server;
+    according to upstream they are not recommended for automated testing
+    (closes: #582410).
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 23 Jul 2010 14:12:28 +0200
+
 libgtk2-perl (1:1.230-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libgtk2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/control?rev=60500&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/control (original)
+++ trunk/libgtk2-perl/debian/control Fri Jul 23 12:24:11 2010
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7.0.50), perl,
  libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03),
  libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 1:1.230), libcairo-perl (>= 1.00),
- xvfb, xauth, xfonts-base, hicolor-icon-theme, libpango-perl (>= 1.220),
+ hicolor-icon-theme, libpango-perl (>= 1.220),
  shared-mime-info
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,

Modified: trunk/libgtk2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/rules?rev=60500&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/rules (original)
+++ trunk/libgtk2-perl/debian/rules Fri Jul 23 12:24:11 2010
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	GTK_IM_MODULE= xvfb-run -a -s -noreset dh_auto_test
+	GTK_IM_MODULE= DISPLAY= dh_auto_test




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