[SCM] charmtimetracker packaging branch, master, updated. debian/1.11.1-1-7-g572660b

Sandro Knauß hefee at moszumanska.debian.org
Thu Nov 10 08:23:53 UTC 2016


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

The following commit has been merged in the master branch:
commit a3efea2617e589a11753a3a9624b15be61a1cff1
Author: Sandro Knauß <hefee at debian.org>
Date:   Thu Nov 10 09:15:28 2016 +0100

    Bump to debhelper 10
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 8820ad9..479329a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sandro Knauß <hefee at debian.org>
 Build-Depends: cmake,
-               debhelper (>= 9),
+               debhelper (>= 10),
                libqt5sql5-sqlite,
                qt5keychain-dev,
                qtbase5-dev,
diff --git a/debian/rules b/debian/rules
index 7a1c31a..acbebc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,11 @@ include /usr/share/dpkg/default.mk
 export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG -DQT_NO_DEBUG_OUTPUT -fPIC
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	-DCharm_VERSION=$(DEB_VERSION_UPSTREAM)
 
 override_dh_auto_test:
-	xvfb-run dh_auto_test
+	xvfb-run dh_auto_test --no-parallel

-- 
charmtimetracker packaging



More information about the pkg-kde-commits mailing list