r24129 - in /packages/unstable/gnome-color-manager/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 29 23:31:29 UTC 2010


Author: biebl
Date: Thu Apr 29 23:31:28 2010
New Revision: 24129

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24129
Log:
Don't run test suite as it requires a running X session and ressources
from the installed package. Drop the related Build-Depends accordingly.

Modified:
    packages/unstable/gnome-color-manager/debian/changelog
    packages/unstable/gnome-color-manager/debian/control
    packages/unstable/gnome-color-manager/debian/rules

Modified: packages/unstable/gnome-color-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/changelog?rev=24129&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/changelog [utf-8] Thu Apr 29 23:31:28 2010
@@ -20,6 +20,8 @@
     - Add Build-Depends on libx11-dev.
     - Add Build-Depends on libnotify-dev.
     - Add Build-Depends on libsane-dev.
+  * Don't run test suite as it requires a running X session and ressources
+    from the installed package. Drop the related Build-Depends accordingly.
 
  -- Roland Mas <lolando at debian.org>  Tue, 02 Mar 2010 15:11:21 +0100
 

Modified: packages/unstable/gnome-color-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/control?rev=24129&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/control [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/control [utf-8] Thu Apr 29 23:31:28 2010
@@ -8,10 +8,6 @@
                autoconf,
                automake,
                libtool,
-               xvfb,
-               xauth,
-               xfonts-base,
-               hwdata (>= 0.227-1~),
                libgconf2-dev,
                gnome-pkg-tools,
                gnome-doc-utils,

Modified: packages/unstable/gnome-color-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/rules?rev=24129&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/rules [utf-8] Thu Apr 29 23:31:28 2010
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
+# Don't run test suite as it requires a running X session
+# and ressources from the installed package.
 override_dh_auto_test:
-	# This fails because we lack icc profiles in main
-	-xvfb-run -s -noreset $(MAKE) check
 
 # For everything else, there's Debhelper
 %:




More information about the pkg-gnome-commits mailing list