[SCM] ktp-send-file packaging branch, master, updated. debian/0.7.0-1-72-g738b777

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 27 19:50:04 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=4c5cfce

The following commit has been merged in the master branch:
commit 4c5cfced6baf880a1215d06e22cea1a738927776
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 22 20:07:52 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 paths for new KF5 locations.
---
 debian/changelog                       | 4 ++++
 debian/control                         | 2 +-
 debian/kde-telepathy-send-file.install | 3 +--
 debian/rules                           | 9 +++++++--
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d289da..959f54b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ ktp-send-file (15.04.3-1) UNRELEASED; urgency=medium
   * Update build-depends for move to KF5 and rename of
     libktpcommoninternalsprivate-dev to libktp-dev
   * Update copyright file, remove po/* block
+  * Use dhmk from pkg-kde-tools to build ktp.
+    - Change maintainer to debian-qt-kde
+    - Update debian/rules
+    - Update paths for new KF5 locations.
 
  -- Diane Trout <diane at debian.org>  Sun, 12 Jul 2015 20:18:24 -0700
 
diff --git a/debian/control b/debian/control
index 539450e..8110dfe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ktp-send-file
 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/kde-telepathy-send-file.install b/debian/kde-telepathy-send-file.install
index 527da8d..19a3fa2 100644
--- a/debian/kde-telepathy-send-file.install
+++ b/debian/kde-telepathy-send-file.install
@@ -1,3 +1,2 @@
 usr/bin/ktp-send-file
-usr/share/kde4/services/ServiceMenus/ktp-send-file.desktop
-usr/share/locale/*
+usr/share/kservices5/ServiceMenus/ktp-send-file.desktop
diff --git a/debian/rules b/debian/rules
index 376461a..4caec3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --parallel --with kde --dbg-package=kde-telepathy-send-file-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-send-file-dbg
+
+override_dh_install:
+	$(overridden_command) --fail-missing

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list