[SCM] ktp-contact-runner packaging branch, master, updated. debian/0.7.0-1-78-g883f8d1

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 27 19:51:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=f39b61e

The following commit has been merged in the master branch:
commit f39b61e04c73db2fede0e6e6ded3c29dd6ea2528
Author: Diane Trout <diane at ghic.org>
Date:   Tue Jul 21 22:10:11 2015 -0700

    Use dhmk from pkg-kde-tools to build ktp.
    
    * Use dhmk from pkg-kde-tools to build ktp.
      - Change maintainer to debian-qt-kde
      - Update debian/rules
      - Update plugins path to qt5/plugins.
---
 debian/changelog                               | 4 ++++
 debian/control                                 | 2 +-
 debian/plasma-runner-telepathy-contact.install | 2 +-
 debian/rules                                   | 9 +++++++--
 4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 874aee3..ef528e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ ktp-contact-runner (15.04.3-1) UNRELEASED; urgency=medium
     libktp-dev and a few other kf5-dev packages.
   * Update install paths for plasma-runner-telepathy-contact
   * Use --fail-missing to make it easier to find not installed files.
+  * Use dhmk from pkg-kde-tools to build ktp.
+    - Change maintainer to debian-qt-kde
+    - Update debian/rules
+    - Update plugins path to qt5/plugins.
 
  -- Diane Trout <diane at debian.org>  Sun, 12 Jul 2015 17:04:09 -0700
 
diff --git a/debian/control b/debian/control
index 75cb0c6..ebaf5b3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ktp-contact-runner
 Section: kde
 Priority: optional
-Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Diane Trout <diane at debian.org>, Michał Zając <quintasan at kubuntu.org>, Mark Purcell <msp at debian.org>
 Build-Depends: debhelper (>= 9),
  cmake,
diff --git a/debian/plasma-runner-telepathy-contact.install b/debian/plasma-runner-telepathy-contact.install
index 57c72a2..8686a8c 100644
--- a/debian/plasma-runner-telepathy-contact.install
+++ b/debian/plasma-runner-telepathy-contact.install
@@ -1,2 +1,2 @@
-usr/lib/*/plugins/krunner_ktp_contacts.so
+usr/lib/*/qt5/plugins/krunner_ktp_contacts.so
 usr/share/kservices5/plasma-runner-ktp-contact.desktop
diff --git a/debian/rules b/debian/rules
index 0cace80..2313082 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --parallel --dbg-package=plasma-runner-telepathy-contact-dbg --fail-missing
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_strip:
+	$(overridden_command) --dbg-package=plasma-runner-telepathy-contact-dbg
+
+override_dh_install:
+	$(overridden_command) --fail-missing

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list