[SCM] KTorrent library Debian packaging branch, experimental, updated. debian/1.3.1-5-15-geaa9fc1

Pino Toscano pino at moszumanska.debian.org
Sat Jul 2 21:18:30 UTC 2016


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

The following commit has been merged in the experimental branch:
commit d51ca9294e7f083499e157620ada5d4b20706264
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jul 2 20:06:53 2016 +0200

    use the right dh addon:
    
    - switch from kde to kf5 dh addon
    - bump the pkg-kde-tools build dependency to >= 0.15.16
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b36b32..ec832a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ libktorrent (2.0.1-0r1) UNRELEASED; urgency=medium
     - remove kdelibs5-dev and libqca2-dev
     - add extra-cmake-modules, qtbase5-dev, libkf5archive-dev, libkf5crash-dev,
       libkf5i18n-dev, kio-dev, libkf5solid-dev, and libqca-qt5-2-dev
+  * Use the right dh addon:
+    - switch from kde to kf5 dh addon
+    - bump the pkg-kde-tools build dependency to >= 0.15.16
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 02 Jul 2016 19:57:23 +0200
 
diff --git a/debian/control b/debian/control
index c183b46..09b8dbb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Modestas Vainius <modax at debian.org>
-Build-Depends: cmake, debhelper (>= 9~), pkg-kde-tools (>= 0.6~),
+Build-Depends: cmake, debhelper (>= 9~), pkg-kde-tools (>= 0.15.16),
  extra-cmake-modules (>= 1.0.0),
  qtbase5-dev,
  libkf5archive-dev (>= 5.15),
diff --git a/debian/rules b/debian/rules
index d54d805..fd9f6a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,13 @@ export DEB_CPPFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
 export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
 
 override_dh_auto_configure:
-	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON
+	dh_auto_configure -Skf5 -- -DCMAKE_USE_RELATIVE_PATHS=ON
 
 override_dh_shlibdeps:
 	dh_shlibdeps
 	dh_sameversiondep
 
 %:
-	dh $@ --parallel --with kde -- --dbg-package=libktorrent-dbg 
+	dh $@ --parallel --with kf5 -- --dbg-package=libktorrent-dbg
 
 .PHONY: override_dh_auto_test

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list