[SCM] kaffeine packaging branch, master, updated. debian/1.2.2-4-8-gb3f84d0

Pino Toscano pino at moszumanska.debian.org
Wed Jun 8 19:29:21 UTC 2016


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

The following commit has been merged in the master branch:
commit 32681cbf2d96f6e934e770d3d4c061c7fa204c14
Author: Pino Toscano <pino at debian.org>
Date:   Wed Jun 8 20:39:39 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     | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6c269b3..a6d958b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ kaffeine (2.0.2-0r1) UNRELEASED; urgency=medium
       libkf5coreaddons-dev, kdoctools-dev, libkf5dbusaddons-dev,
       libkf5i18n-dev, libkf5idletime-dev, kio-dev, libkf5notifications-dev,
       libkf5solid-dev, libkf5widgetsaddons-dev, and libkf5xmlgui-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>  Wed, 08 Jun 2016 20:25:35 +0200
 
diff --git a/debian/control b/debian/control
index aeb3300..ce73a5b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>, Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.9.0),
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.15.16),
  extra-cmake-modules (>= 1.0.0),
  qtbase5-dev (>= 5.4.0),
  libqt5x11extras5-dev (>= 5.4.0),
diff --git a/debian/rules b/debian/rules
index c6be770..6c99eae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with kde --with xine
+	dh $@ --parallel --with kf5 --with xine
 
 override_dh_xine:
 	dh_xine -pkaffeine x ffmpeg

-- 
kaffeine packaging



More information about the pkg-kde-commits mailing list