r53892 - in /trunk/libgtk2-unique-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 7 17:30:30 UTC 2010


Author: gregoa
Date: Sun Mar  7 17:30:22 2010
New Revision: 53892

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53892
Log:
  Also remove dbus-x11/dbus-launch, tests pass without them.

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

Modified: trunk/libgtk2-unique-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/debian/changelog?rev=53892&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/debian/changelog (original)
+++ trunk/libgtk2-unique-perl/debian/changelog Sun Mar  7 17:30:22 2010
@@ -17,6 +17,7 @@
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
   * debian/{rules,control}: activate the test suite again, it seems fixed.
+    Also remove dbus-x11/dbus-launch, tests pass without them.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 22 Dec 2009 08:10:41 -0500
 

Modified: trunk/libgtk2-unique-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/debian/control?rev=53892&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/debian/control (original)
+++ trunk/libgtk2-unique-perl/debian/control Sun Mar  7 17:30:22 2010
@@ -4,7 +4,7 @@
 Build-Depends: perl, debhelper (>= 7.0.50),
  libextutils-depends-perl,
  libextutils-pkgconfig-perl, libgtk2-perl (>= 1.161), libunique-dev,
- xvfb, xauth, xfonts-base, dbus-x11
+ xvfb, xauth, xfonts-base
 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>,
  gregor herrmann <gregoa at debian.org>

Modified: trunk/libgtk2-unique-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-unique-perl/debian/rules?rev=53892&op=diff
==============================================================================
--- trunk/libgtk2-unique-perl/debian/rules (original)
+++ trunk/libgtk2-unique-perl/debian/rules Sun Mar  7 17:30:22 2010
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	dbus-launch xvfb-run dh_auto_test
+	xvfb-run dh_auto_test




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