[SCM] ktp-approver packaging branch, master, updated. upstream/0.4.0-1-g717c3f9

George Kiagiadakis gkiagia-guest at alioth.debian.org
Thu Jun 14 18:51:09 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-approver.git;a=commitdiff;h=717c3f9

The following commit has been merged in the master branch:
commit 717c3f926486b0ef97654a0652c6e0c48a99e263
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Thu Jun 14 21:50:35 2012 +0300

    Import 0.4 packaging
---
 debian/changelog                      |    5 ++
 debian/compat                         |    1 +
 debian/control                        |   32 ++++++++++++++++
 debian/copyright                      |   67 +++++++++++++++++++++++++++++++++
 debian/kde-telepathy-approver.install |    4 ++
 debian/rules                          |    7 +++
 debian/source/format                  |    1 +
 debian/watch                          |    3 +
 8 files changed, 120 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6150576
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ktp-approver (0.4.0-0r1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Thu, 01 Dec 2011 02:32:18 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6a8c5d5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: ktp-approver
+Section: kde
+Priority: optional
+Maintainer: George Kiagiadakis <kiagiadakis.george at gmail.com>
+Build-Depends: debhelper (>= 9),
+ pkg-kde-tools (>= 0.9),
+ libtelepathy-qt4-dev (>= 0.9.0),
+ kdelibs5-dev (>= 4:4.6),
+ cmake (>= 2.8)
+Standards-Version: 3.9.3
+Homepage: https://projects.kde.org/projects/extragear/network/telepathy/ktp-approver
+
+Package: kde-telepathy-approver
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kde-telepathy-data (>= 0.4)
+Recommends: kde-telepathy
+Description: KDED module for approving incoming conversations
+ This package provides a KDED module that starts together with the KDE
+ Plasma Desktop and shows a notification popup when someone from your
+ contacts starts chatting with you.
+ .
+ This package is not meant to be used standalone. It is recommended
+ to install the kde-telepathy metapackage instead.
+
+Package: kde-telepathy-approver-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: kde-telepathy-approver (= ${binary:Version}), ${misc:Depends}
+Description: KDED module for approving incoming conversations - debug symbols
+ This package provides the debug symbols for the telepathy approver
+ KDED module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7273ff8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,67 @@
+This package was debianized by George Kiagiadakis <kiagiadakis.george at gmail.com> on
+Mon, 02 May 2011 18:20:52 +0300.
+
+It was downloaded from:
+
+    https://projects.kde.org/projects/playground/network/telepathy/telepathy-approver
+
+Upstream Author:
+
+    George Kiagiadakis <george.kiagiadakis at collabora.com>
+
+Copyright:
+
+    © 2010-2011 Collabora Ltd. <http://www.collabora.co.uk>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Lesser General Public License as published
+    by the Free Software Foundation; either version 2.1 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Lesser General Public License for more details.
+
+    On Debian systems, the full text of the GNU Lesser General Public License
+    version 2.1 is available in /usr/share/common-licenses/LGPL-2.1.
+
+Files with different license and/or copyright:
+
+  Files under cmake/
+
+    Copyright: © 2008, Allen Winter <winter at kde.org>
+    Copyright: © 2009, Andre Moreira Magalhaes <andrunko at gmail.com>
+
+    These files are under this license:
+
+    | Redistribution and use in source and binary forms, with or without
+    | modification, are permitted provided that the following conditions
+    | are met:
+    |
+    | 1. Redistributions of source code must retain the copyright
+    |    notice, this list of conditions and the following disclaimer.
+    | 2. Redistributions in binary form must reproduce the copyright
+    |    notice, this list of conditions and the following disclaimer in the
+    |    documentation and/or other materials provided with the distribution.
+    | 3. The name of the author may not be used to endorse or promote products
+    |    derived from this software without specific prior written permission.
+    |
+    | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+    | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+    | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+    | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+    | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+    | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+    | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is
+
+    © 2011, George Kiagiadakis <kiagiadakis.george at gmail.com>
+
+and is licensed under the LGPL v2.1 or later, see `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/kde-telepathy-approver.install b/debian/kde-telepathy-approver.install
new file mode 100644
index 0000000..e265eb8
--- /dev/null
+++ b/debian/kde-telepathy-approver.install
@@ -0,0 +1,4 @@
+usr/lib/kde4/kded_ktp_approver.so
+usr/share/kde4/config/ktp_approverrc
+usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.Approver.service
+usr/share/locale/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..41ef9c5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --parallel --with kde --dbg-package=kde-telepathy-approver-dbg --list-missing
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DDBUS_SEND_PATH=/usr/bin/dbus-send
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..221b55a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+ftp://ftp.kde.org/pub/kde/unstable/kde-telepathy/([\d.]+)/src/ktp-approver-([\d.]+).tar.bz2

-- 
ktp-approver packaging



More information about the pkg-kde-commits mailing list