[SCM] ktp-auth-handler packaging branch, master, updated. upstream/0.4.0-1-g5058efb

George Kiagiadakis gkiagia-guest at alioth.debian.org
Fri Jun 15 09:58:07 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-auth-handler.git;a=commitdiff;h=5058efb

The following commit has been merged in the master branch:
commit 5058efb5ee8ae31d13264e4c1557d9bc874e3aca
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Fri Jun 15 12:57:49 2012 +0300

    Import 0.4 packaging.
---
 debian/changelog                          |    5 ++
 debian/compat                             |    1 +
 debian/control                            |   37 +++++++++++++++
 debian/copyright                          |   69 +++++++++++++++++++++++++++++
 debian/kde-telepathy-auth-handler.install |    4 ++
 debian/rules                              |    4 ++
 debian/source/format                      |    1 +
 7 files changed, 121 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..303eaf7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ktp-auth-handler (0.4.0-0r1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Thu, 01 Dec 2011 02:33:17 +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..0a7dbee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: ktp-auth-handler
+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),
+ libktpcommoninternalsprivate-dev (>= 0.4.0),
+ libqtwebkit-dev,
+ libqjson-dev
+Standards-Version: 3.9.3
+Homepage: https://projects.kde.org/projects/extragear/network/telepathy/ktp-auth-handler
+Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kde-telepathy/ktp-auth-handler.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/kde-telepathy/ktp-auth-handler.git
+
+Package: kde-telepathy-auth-handler
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: KDE Telepathy authentication handler
+ This package provides a Telepathy handler for the ServerAuthentication
+ and ServerTLSConnection Telepathy channel types, which means that it
+ provides passwords to connection managers (and stores them using KWallet)
+ and also handles SSL certificate errors in encrypted IM connections.
+ .
+ This package is not meant to be used standalone. It is recommended
+ to install the kde-telepathy metapackage instead.
+
+Package: kde-telepathy-auth-handler-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: kde-telepathy-auth-handler (= ${binary:Version}), ${misc:Depends}
+Description: KDE Telepathy authentication handler - debug symbols
+ This package provides the debug symbols for the KDE Telepathy authentication
+ handler module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6842757
--- /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 00:29:35 +0200.
+
+It was downloaded from:
+
+    http://download.kde.org/
+
+Upstream Author:
+
+    Andre Moreira Magalhaes <andre.magalhaes at collabora.co.uk>
+    David Edmundson <kde at davidedmundson.co.uk>
+
+Copyright:
+
+    © 2011 Collabora Ltd. <http://www.collabora.co.uk>
+    © 2011 David Edmundson <kde at davidedmundson.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-auth-handler.install b/debian/kde-telepathy-auth-handler.install
new file mode 100644
index 0000000..33ce23e
--- /dev/null
+++ b/debian/kde-telepathy-auth-handler.install
@@ -0,0 +1,4 @@
+usr/lib/kde4/libexec/ktp-auth-handler
+usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service
+usr/share/telepathy/clients/KTp.SASLHandler.client
+usr/share/locale/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..84e5864
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --parallel --with kde --dbg-package=kde-telepathy-auth-handler-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-auth-handler packaging



More information about the pkg-kde-commits mailing list