[SCM] ktp-text-ui packaging branch, master, updated. debian/0.9.0+dfsg-1-11-ga1c2a80

Diane Trout diane at moszumanska.debian.org
Thu Jul 23 04:27:51 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-text-ui.git;a=commitdiff;h=3597f5c

The following commit has been merged in the master branch:
commit 3597f5ca7e39d0df60467106da12e0e976653cd2
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 22 21:10:34 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     | 12 +++++-------
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b5bf311..405393b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ ktp-text-ui (15.04.3-1) UNRELEASED; urgency=medium
     - Remove Files-Excluded, upstream fixed
     - Remove cmake/* as it was removed
     - Remove all of the po/* blocks
+  * 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 21:15:11 -0700
 
diff --git a/debian/control b/debian/control
index 216b977..62c88d7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ktp-text-ui
 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 3cb28b9..8ea2715 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,12 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --parallel --with kde --dbg-package=kde-telepathy-text-ui-dbg
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_strip:
+	$(overridden_command) --dbg-package=kde-telepathy-text-ui-dbg
 
 override_dh_install:
-	rm "debian/tmp/usr/share/kde4/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Renkoo LICENSE.txt"
-	rm "debian/tmp/usr/share/kde4/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/README"
-	rm "debian/tmp/usr/share/kde4/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/LICENSE"
-	rm "debian/tmp/usr/lib/libktpchat.so"
-	dh_install --list-missing
+	$(overridden_command) --fail-missing
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compression xz

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list