[SCM] krecipes packaging branch, master, updated. upstream/2.0_beta2-30-g8dd0c62

Pino Toscano pino at moszumanska.debian.org
Sun Nov 29 09:47:04 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/krecipes.git;a=commitdiff;h=8dd0c62

The following commit has been merged in the master branch:
commit 8dd0c6226f8b59107e7027f46ec3a16f45786f99
Author: Pino Toscano <pino at debian.org>
Date:   Sun Nov 29 10:46:29 2015 +0100

    tests: run under xvfb-run
    
    add the xvfb and xauth build dependencies for this
---
 debian/changelog | 2 ++
 debian/control   | 3 ++-
 debian/rules     | 3 +++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 547e7ef..a906d46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ krecipes (2.1.0-0r1) UNRELEASED; urgency=medium
     - use the dh sequencer in rules, using the kde addon, with parallel build,
       and in as-needed mode
     - drop the cdbs build dependency
+    - run the tests under xvfb-run: add the xvfb and xauth build dependencies
+      for this
   * Update the Vcs-* headers.
   * Bump Standards-Version to 3.9.6, no changes required.
   * Update watch file to look also on download.kde.org.
diff --git a/debian/control b/debian/control
index fbf4b9c..929647c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Matthias Julius <mdeb at julius-net.net>,
  José Manuel Santamaría Lema <panfaust at gmail.com>
 Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools, pkg-config,
  kdelibs5-dev, libxml2-dev, libxslt1-dev,
- libqtwebkit-dev, shared-mime-info
+ libqtwebkit-dev, shared-mime-info,
+ xvfb, xauth,
 Standards-Version: 3.9.6
 Homepage: http://krecipes.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/krecipes.git
diff --git a/debian/rules b/debian/rules
index 7a55b72..4a10e43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 override_dh_strip:
 	dh_strip --dbg-package=krecipes-dbg
 
+override_dh_auto_test:
+	xvfb-run dh_auto_test
+
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]

-- 
krecipes packaging



More information about the pkg-kde-commits mailing list