[SCM] Packaging of KVIrc branch, master, updated. debian/4%4.2.0-2-11-gab597e6

Andrey Rahmatullin wrar at moszumanska.debian.org
Fri Nov 4 15:11:05 UTC 2016


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

The following commit has been merged in the master branch:
commit ab597e6982be645844ac730fc15d60b6dbf00e20
Author: Andrey Rahmatullin <wrar at debian.org>
Date:   Fri Nov 4 20:07:26 2016 +0500

    Switch to debhelper compat level 10.
---
 debian/changelog | 3 ++-
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ace6aef..a1f3f4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kvirc (4:4.2.0-3) unstable; urgency=medium
 
   * Team upload.
+  * Switch to debhelper compat level 10.
   * Fix FTBFS in C++14 mode (Closes: #811908).
   * Build with libssl1.0-dev (Closes: #828370).
   * Drop explicit Pre-Depends: multiarch-support.
@@ -11,7 +12,7 @@ kvirc (4:4.2.0-3) unstable; urgency=medium
   * Migrate to automatic debug packages.
   * Bump Standards-Version to 3.9.8.
 
- -- Andrey Rahmatullin <wrar at debian.org>  Fri, 04 Nov 2016 19:54:15 +0500
+ -- Andrey Rahmatullin <wrar at debian.org>  Fri, 04 Nov 2016 20:03:49 +0500
 
 kvirc (4:4.2.0-2) unstable; urgency=low
 
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 b70836b..7eb26dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: kvirc
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
  cmake (>= 2.8.4+dfsg.1-3),
  kdelibs5-dev,
  libperl-dev,
diff --git a/debian/rules b/debian/rules
index bfdbc03..8c2f95b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ NOT_INSTALLED := \
 				usr/share/pixmaps/kvirc.png # this one is installed by a symlink
 
 override_dh_auto_configure:
-	dh_auto_configure --parallel -Skde -- -DWANT_COEXISTENCE=OFF \
+	dh_auto_configure -Skde -- -DWANT_COEXISTENCE=OFF \
 			-DWANT_ESD=OFF -DWANT_OSS=OFF \
 			-DWANT_STRIP=OFF \
 			-DMANUAL_REVISION=$(REV) \
@@ -35,6 +35,6 @@ override_dh_strip:
 	dh_strip --dbgsym-migration='kvirc-dbg (<< 4:4.2.0-3~)'
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --with kde
 
 .PHONY: override_dh_auto_configure override_dh_install override_dh_strip

-- 
Packaging of KVIrc



More information about the pkg-kde-commits mailing list