[SCM] kget packaging branch, master, updated. debian/4%17.08.3-1-11-g27b08bb

Pino Toscano pino at moszumanska.debian.org
Sat Feb 10 11:56:36 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kget.git;a=commitdiff;h=7e9db36

The following commit has been merged in the master branch:
commit 7e9db36915e84220a10b0a7ee63fac042ac223e6
Author: Pino Toscano <pino at debian.org>
Date:   Sat Feb 10 12:10:07 2018 +0100

    update rules
---
 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 e378c4a..a15c220 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ kget (4:17.12.2-0r1) UNRELEASED; urgency=medium
   * Update the other build dependencies:
     - add libgpgmepp-dev, and libktorrent-dev, used by the new version
     - add libgpgme-dev to workaround a missing dependency in libgpgmepp-dev
+  * Use the right makefile class:
+    - use debian-qt-kde.mk v3
+    - bump the pkg-kde-tools build dependency to >= 0.15.16
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 10 Feb 2018 11:55:53 +0100
 
diff --git a/debian/control b/debian/control
index 00dfd82..c3ea7eb 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Build-Depends: cmake (>= 2.8.9~),
                libqt5svg5-dev (>= 5.2.0~),
                libsqlite3-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
+               pkg-kde-tools (>= 0.15.16),
                qtbase5-dev (>= 5.2.0~),
 Standards-Version: 4.1.3
 Homepage: http://www.kde.org/
diff --git a/debian/rules b/debian/rules
index d701283..f8f9b92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/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_configure:
 	$(overridden_command) -- -DKDE4_BUILD_TESTS=OFF

-- 
kget packaging



More information about the pkg-kde-commits mailing list