[SCM] ktp-contact-list packaging branch, master, updated. debian/0.9.0-1-12-g241a7ed

Diane Trout diane at moszumanska.debian.org
Wed Jul 22 05:09:11 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-contact-list.git;a=commitdiff;h=241a7ed

The following commit has been merged in the master branch:
commit 241a7edefa5dc39d5f723b01439ff3be46c5a6ad
Author: Diane Trout <diane at ghic.org>
Date:   Tue Jul 21 22:08:59 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
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 debian/rules     | 9 +++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b771a91..fea248f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ ktp-contact-list (15.04.3-1) UNRELEASED; urgency=medium
   * Update copyright file, a few modules are now LGPL, the po/* files
     are somewhere else and I added myself to the debian/ block
   * Update install paths for ktp-contactlist
+  * Use dhmk from pkg-kde-tools to build ktp.
+    - Change maintainer to debian-qt-kde
+    - Update debian/rules
 
  -- Diane Trout <diane at debian.org>  Sun, 12 Jul 2015 15:12:30 -0700
 
diff --git a/debian/control b/debian/control
index d2f9580..29abb27 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ktp-contact-list
 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),
  pkg-kde-tools (>= 0.9),
diff --git a/debian/rules b/debian/rules
index b39dad9..87d769d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --parallel --with kde --dbg-package=kde-telepathy-contact-list-dbg --fail-missing
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_strip:
+	$(overridden_command) --dbg-package=kde-telepathy-contact-list-dbg
+
+override_dh_install:
+	$(overridden_command) --fail-missing

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list