[SCM] kdesdk-thumbnailers packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-2-gb974bcf

Clive Johnston clivejo-guest at moszumanska.debian.org
Tue Jan 5 22:04:03 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdesdk-thumbnailers.git;a=commitdiff;h=b974bcf

The following commit has been merged in the kubuntu_xenial_archive branch:
commit b974bcf1bb674fede6ce2250ceaa7744f08f82c1
Author: Clive Johnston <clivejo at aol.com>
Date:   Tue Jan 5 22:03:43 2016 +0000

    Updating packaging for KF5 port
    
    - Adding new build deps
    - Updating pkg-kde-tools to version 3
---
 debian/changelog | 1 +
 debian/control   | 9 ++++++---
 debian/rules     | 4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1bf5c73..2b25ab1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kdesdk-thumbnailers (4:15.12.0-0ubuntu1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Adding new build deps for KF5 port
 
  -- Clive Johnston <clivejo at aol.com>  Sat, 02 Jan 2016 13:50:17 +0000
 
diff --git a/debian/control b/debian/control
index 460ac6f..86d64c0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,10 +9,13 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper (>= 9),
-               kde-sc-dev-latest (>= 4:4.12),
+               extra-cmake-modules,
                kdelibs5-dev,
-               libgettextpo-dev,
-               pkg-kde-tools (>= 0.12)
+               kio-dev,
+               libkf5config-dev,
+               libkf5i18n-dev,
+               pkg-kde-tools (>= 0.12),
+               qtbase5-dev
 Standards-Version: 3.9.6
 Homepage: http://www.kde.org/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-applications/kdesdk-thumbnailers.git/
diff --git a/debian/rules b/debian/rules
index 14818f5..8605656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
 override_dh_auto_install:
 	$(overridden_command) --destdir=debian/tmp
 
 override_dh_strip:
-	$(overridden_command) --dbg-package=kdesdk-thumbnailers-dbg
\ No newline at end of file
+	$(overridden_command) --dbg-package=kdesdk-thumbnailers-dbg

-- 
kdesdk-thumbnailers packaging



More information about the pkg-kde-commits mailing list