[SCM] kscreen packaging branch, master, updated. 26c31f92d851fd2085c162e3e0bdb0ec30aff23a

Maximiliano Curia maxy at moszumanska.debian.org
Mon Dec 16 15:47:31 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kscreen.git;a=commitdiff;h=10551d7

The following commit has been merged in the master branch:
commit 10551d7cc86efcfbf89fa6cac81996d11fde2f59
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 5 23:27:46 2013 +0100

    Revert "Add xvfb to run auto test"
    
    This reverts commit f0f41206feda2adfdb7257c2412d319efbc64b74.
---
 debian/control | 3 +--
 debian/rules   | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index eabfa1c..8f4619e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Build-Depends: debhelper (>= 9),
                kdelibs5-dev,
                libkscreen-dev (>= 1.0.2),
                libqjson-dev (>= 0.8),
-               libxrandr-dev,
-               xvfb
+               libxrandr-dev
 Standards-Version: 3.9.5
 Homepage: https://projects.kde.org/projects/extragear/base/kscreen
 Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging/kscreen
diff --git a/debian/rules b/debian/rules
index 7dce325..c4b6cea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,11 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 %:
 	dh $@ --with kde --parallel
 
-override_dh_strip:
-	dh_strip --dbg-package=kscreen-dbg
-
 override_dh_auto_test:
-	xvfb-run dh_auto_test
+	# requires an X server
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/kscreen/
+
+override_dh_strip:
+	dh_strip --dbg-package=kscreen-dbg

-- 
kscreen packaging



More information about the pkg-kde-commits mailing list