[SCM] subtitlecomposer packaging branch, master, updated. debian/0.5.7-1-8-g9f88c0a
Pino Toscano
pino at moszumanska.debian.org
Sun Mar 27 07:14:49 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/subtitlecomposer.git;a=commitdiff;h=a282f1e
The following commit has been merged in the master branch:
commit a282f1e8f3943894907cb264d5223cc62c568685
Author: Pino Toscano <pino at debian.org>
Date: Sun Mar 27 09:08:11 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 18a48c9..9d63f09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ subtitlecomposer (0.6.2-0r1) UNRELEASED; urgency=medium
libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
libkf5i18n-dev, kio-dev, kross-dev, libkf5sonnet-dev,
libkf5textwidgets-dev, libkf5widgetsaddons-dev, 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> Sun, 27 Mar 2016 08:57:39 +0200
diff --git a/debian/control b/debian/control
index 056fd2f..eb749b1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: kde
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools,
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.15.16),
qtbase5-dev,
extra-cmake-modules (>= 1.2.0),
libkf5auth-dev,
diff --git a/debian/rules b/debian/rules
index ce2ea87..2732cd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with=kde,xine
+ dh $@ --parallel --with=kf5,xine
override_dh_install:
dh_install
--
subtitlecomposer packaging
More information about the pkg-kde-commits
mailing list