[SCM] ktp-contact-applet packaging branch, master, updated. upstream/0.4.0-1-gb30a99e

George Kiagiadakis gkiagia-guest at alioth.debian.org
Wed Jul 11 14:12:04 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-contact-applet.git;a=commitdiff;h=b30a99e

The following commit has been merged in the master branch:
commit b30a99e0e51fc51ae78f971b0f657fd858c4fc32
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Wed Jul 11 17:11:46 2012 +0300

    Import 0.4.0 packaging
---
 debian/changelog                               |    5 ++
 debian/compat                                  |    1 +
 debian/control                                 |   34 ++++++++++++
 debian/copyright                               |   69 ++++++++++++++++++++++++
 debian/patches/01_no_kdeworkspace_dep.diff     |   11 ++++
 debian/patches/series                          |    1 +
 debian/plasma-widget-telepathy-contact.install |    1 +
 debian/rules                                   |    4 ++
 debian/source/format                           |    1 +
 9 files changed, 127 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..baca64b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ktp-contact-applet (0.4.0-0r1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Thu, 01 Dec 2011 13:14:34 +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..c3b1ef2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: ktp-contact-applet
+Section: kde
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: George Kiagiadakis <kiagiadakis.george at gmail.com>
+Build-Depends: debhelper (>= 9),
+ pkg-kde-tools (>= 0.9),
+ libtelepathy-qt4-dev (>= 0.9.1),
+ kdelibs5-dev (>= 4:4.6),
+ cmake (>= 2.8),
+ libktpcommoninternalsprivate-dev (>= 0.4.0)
+Standards-Version: 3.9.3
+Homepage: https://projects.kde.org/projects/extragear/network/telepathy/ktp-contact-applet
+Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kde-telepathy/ktp-contact-applet.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/kde-telepathy/ktp-contact-applet.git
+
+Package: plasma-widget-telepathy-contact
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: KDE Telepathy contact plasmoid
+ This package provides a plasma widget that allows you to have any
+ of your IM contacts easily accessible as an icon on your desktop.
+ .
+ This package is not meant to be used standalone. It is recommended
+ to install the kde-telepathy metapackage instead.
+
+Package: plasma-widget-telepathy-contact-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: plasma-widget-telepathy-contact (= ${binary:Version}), ${misc:Depends}
+Description: KDE Telepathy contact plasmoid - debug symbols
+ This package provides the debug symbols for the KDE Telepathy contact
+ plasmoid.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0f8b38c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,69 @@
+This package was debianized by George Kiagiadakis <kiagiadakis.george at gmail.com> on
+Thu, 01 Dec 2011 12:54:50 +0200.
+
+It was downloaded from:
+
+    http://download.kde.org/
+
+Upstream Authors:
+
+    Francesco Nwokeka <francesco.nwokeka at gmail.com>
+    Martin Klapetek <martin.klapetek at gmail.com>
+
+Copyright:
+
+    © 2011 Francesco Nwokeka <francesco.nwokeka at gmail.com>
+    © 2011 Martin Klapetek <martin.klapetek at gmail.com>
+
+License:
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 2 of the License, or
+    (at your option) any later version.
+
+    This program 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 General Public License for more details.
+
+    On Debian systems, the full text of the GNU General Public License
+    version 2 is available in /usr/share/common-licenses/GPL-2.
+
+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/patches/01_no_kdeworkspace_dep.diff b/debian/patches/01_no_kdeworkspace_dep.diff
new file mode 100644
index 0000000..7084ce4
--- /dev/null
+++ b/debian/patches/01_no_kdeworkspace_dep.diff
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -8,7 +8,7 @@
+ set(KDE_MIN_VERSION "4.7.0")
+ 
+ find_package(KDE4 ${KDE_MIN_VERSION} REQUIRED)
+-find_package(KDE4Workspace REQUIRED)
++#find_package(KDE4Workspace REQUIRED)
+ find_package(TelepathyQt4 0.8.90 REQUIRED)
+ find_package(KTp REQUIRED)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8e91fd4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_no_kdeworkspace_dep.diff
diff --git a/debian/plasma-widget-telepathy-contact.install b/debian/plasma-widget-telepathy-contact.install
new file mode 100644
index 0000000..097923b
--- /dev/null
+++ b/debian/plasma-widget-telepathy-contact.install
@@ -0,0 +1 @@
+usr/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c957c26
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --parallel --with kde --dbg-package=plasma-widget-telepathy-contact-dbg --list-missing
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)

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list