[SCM] skanlite packaging branch, master, updated. debian/1.0-2-13-g46aad96

Pino Toscano pino at moszumanska.debian.org
Fri Jun 10 07:22:47 UTC 2016


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

The following commit has been merged in the master branch:
commit 19577e36c42cda94f581a05250eef4a949df29a4
Author: Pino Toscano <pino at debian.org>
Date:   Fri Jun 10 09:09:02 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 6c7efae..0a2169a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ skanlite (2.0-0r1) UNRELEASED; urgency=medium
     - add qtbase5-dev, extra-cmake-modules, libkf5coreaddons-dev,
       kdoctools-dev, libkf5i18n-dev, kio-dev, libkf5sane-dev,
       libkf5textwidgets-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>  Fri, 10 Jun 2016 08:53:06 +0200
 
diff --git a/debian/control b/debian/control
index e22e487..3d632f5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kai Wasserbäch <curan at debian.org>
 Build-Depends: debhelper (>= 9),
  cmake,
- pkg-kde-tools (>= 0.9),
+ pkg-kde-tools (>= 0.15.16),
  qtbase5-dev,
  extra-cmake-modules (>= 1.2.0),
  libkf5coreaddons-dev (>= 5.1.0),
diff --git a/debian/rules b/debian/rules
index a25f8aa..7dd1c6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,6 @@ override_dh_install:
 	dh_install --list-missing
 
 %:
-	dh $@ --parallel --dbg-package=skanlite-dbg --with kde
+	dh $@ --parallel --dbg-package=skanlite-dbg --with kf5
 
 .PHONY: override_dh_install

-- 
skanlite packaging



More information about the pkg-kde-commits mailing list