[SCM] ktp-contact-applet packaging branch, master, updated. debian/0.7.0-1-80-g44af4f4

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 1 10:12:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=25f95d9

The following commit has been merged in the master branch:
commit 25f95d9c79509d6204e40ad1065515fbdfe4aa26
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 22 19:08:17 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 e7277e2..3f1bd60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ ktp-desktop-applets (15.04.3-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update build dependencies for move to Qt5 and rename of
     libktpcommoninternalsprivate-dev to libktp-dev
+  * Use dhmk from pkg-kde-tools to build ktp.
+    - Change maintainer to debian-qt-kde
+    - Update debian/rules
 
  -- Diane Trout <diane at debian.org>  Wed, 27 May 2015 23:08:00 -0700
 
diff --git a/debian/control b/debian/control
index ccd39e7..185370d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ktp-desktop-applets
 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 d037c0f..db82709 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --parallel --with kde --dbg-package=kde-telepathy-desktop-applets-dbg --list-missing
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_strip:
+	$(overridden_command) --dbg-package=kde-telepathy-desktop-applets-dbg
+
+override_dh_install:
+	$(overridden_command) --fail-missing

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list