[SCM] ktp-auth-handler packaging branch, master, updated. debian/0.9.0-1-14-g611ca29
Diane Trout
diane at moszumanska.debian.org
Wed Jul 22 05:05:04 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-auth-handler.git;a=commitdiff;h=611ca29
The following commit has been merged in the master branch:
commit 611ca294d4d5db6afcc391308d4328a3917ca5d3
Author: Diane Trout <diane at ghic.org>
Date: Tue Jul 21 21:27:40 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/rules | 9 +++++++--
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e2de9af..4eb1f1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ ktp-auth-handler (15.04.3-1) UNRELEASED; urgency=medium
* Update kde-telepathy-auth-handler for new KF5 locations.
* Use --fail-missing to make it easier to find not installed files.
* Update for rename of ktpcommoninternalsprivate-dev to libktp-dev
+ * 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 ghic.org> Wed, 27 May 2015 22:57:29 -0700
diff --git a/debian/control b/debian/control
index 28b7147..f3fbca6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: ktp-auth-handler
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 ghic.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 757ca8c..cb9b53e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
#!/usr/bin/make -f
-%:
- dh $@ --parallel --with kde --dbg-package=kde-telepathy-auth-handler-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-auth-handler-dbg
+
+override_dh_install:
+ $(overridden_command) --fail-missing
--
ktp-auth-handler packaging
More information about the pkg-kde-commits
mailing list