[SCM] kleopatra packaging branch, debian/sid, updated. debian/16.04.2-2-2-g661fb92
Sandro Knauß
hefee at moszumanska.debian.org
Mon Dec 5 18:30:09 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kleopatra.git;a=commitdiff;h=661fb92
The following commit has been merged in the debian/sid branch:
commit 661fb9261d781f80ac38f822349bda07cea07d38
Author: Sandro Knauß <sknauss at kde.org>
Date: Mon Dec 5 19:14:48 2016 +0100
enable autotests
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 3 +--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e3a98fd..e9d585c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kleopatra (4:16.04.2-3~) UNRELEASED; urgency=medium
* Build against GpgME>=1.8.0, to get rid of gpgmepp
- Update Build-Deps (libgpgme11-dev-, libkf5gpgmepp-dev-, libgpgmepp-dev+)
- Add a patch remove_gpgmepp.patch to build with GpgME
+ * enable autotests
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 03 Dec 2016 19:55:30 +0100
diff --git a/debian/control b/debian/control
index 119dcd4..4c98407 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,9 @@ Build-Depends: cmake (>= 2.8.12~),
libkf5windowsystem-dev (>= 5.17.0~),
libkf5xmlgui-dev (>= 5.17.0~),
pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.4.0~)
+ qtbase5-dev (>= 5.4.0~),
+ xauth,
+ xvfb
Standards-Version: 3.9.8
Homepage: https://www.kde.org/applications/utilities/kleopatra/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kleopatra.git
diff --git a/debian/rules b/debian/rules
index a70b8f9..90cc19f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,4 @@ override_dh_auto_install:
$(overridden_command) --destdir=debian/tmp
override_dh_auto_test:
- # Disable dh_auto_test at build time
- :
+ xvfb-run -- dh_auto_test --no-parallel
--
kleopatra packaging
More information about the pkg-kde-commits
mailing list