[SCM] ktp-call-ui packaging branch, master, updated. upstream/0.4.0-1-gf37319f
George Kiagiadakis
gkiagia-guest at alioth.debian.org
Fri Jun 15 13:28:26 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-call-ui.git;a=commitdiff;h=f37319f
The following commit has been merged in the master branch:
commit f37319fb42d8fb06ffcd7ce0e6bd8989bc60fb5d
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date: Fri Jun 15 16:28:13 2012 +0300
Initial 0.4 packaging
---
debian/changelog | 5 ++
debian/compat | 1 +
debian/control | 42 +++++++++++++++++
debian/copyright | 85 ++++++++++++++++++++++++++++++++++
debian/kde-telepathy-call-ui.install | 5 ++
debian/rules | 4 ++
debian/source/format | 1 +
7 files changed, 143 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..81177aa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ktp-call-ui (0.4.0-0r1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- George Kiagiadakis <kiagiadakis.george at gmail.com> Fri, 15 Jun 2012 13:02:51 +0300
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..0b743ae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: ktp-call-ui
+Section: kde
+Priority: optional
+Maintainer: George Kiagiadakis <kiagiadakis.george at gmail.com>
+Build-Depends: debhelper (>= 9),
+ cmake,
+ kdelibs5-dev,
+ libtelepathy-qt4-dev (>= 0.9.1),
+ libqtgstreamer-dev (>= 0.10.2),
+ pkg-config,
+ libktpcommoninternalsprivate-dev (>= 0.4.0),
+ libtelepathy-farstream-dev (>= 0.4.0),
+ libfarstream-0.1-dev (>= 0.1.1)
+Standards-Version: 3.9.3
+Homepage: https://projects.kde.org/projects/extragear/network/telepathy/ktp-call-ui
+Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kde-telepathy/ktp-call-ui.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/kde-telepathy/ktp-call-ui.git
+
+Package: kde-telepathy-call-ui
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ gstreamer0.10-plugins-base,
+ gstreamer0.10-plugins-good,
+ gstreamer0.10-x,
+ gstreamer0.10-pulseaudio [linux-any] | gstreamer0.10-alsa [linux-any],
+ pulseaudio [linux-any] | gstreamer0.10-alsa [linux-any]
+Recommends: gstreamer0.10-plugins-ugly,
+ gstreamer0.10-ffmpeg
+Description: KDE Telepathy UI for audio/video calls
+ This package provides the KDE Telepathy component that enables doing
+ audio/video calls on XMPP/Jingle and SIP.
+ .
+ This package is not meant to be used standalone. It is recommended
+ to install the kde-telepathy metapackage instead.
+
+Package: kde-telepathy-call-ui-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: kde-telepathy-call-ui (= ${binary:Version}), ${misc:Depends}
+Description: KDE Telepathy UI for audio/video calls - debug symbols
+ This package provides the debug symbols for the KDE Telepathy Call UI module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ecabe2d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,85 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ktp-call-ui
+Source: ftp://ftp.kde.org/pub/kde/unstable/kde-telepathy/
+License: GPL-2+
+
+Files: *
+Copyright: 2009-2012 George Kiagiadakis <kiagiadakis.george at gmail.com>
+ 2010-2011 Collabora Ltd.
+License: GPL-2+
+
+Files: src/approver.*
+ src/call-manager.*
+ src/dtmf-widget.*
+ src/status-area.*
+ libqtf/*
+ libktpcall/*
+Copyright: 2009-2012 George Kiagiadakis <kiagiadakis.george at gmail.com>
+ 2010-2011 Collabora Ltd.
+ 2006-2008 Matthias Kretz <kretz at kde.org>
+License: LGPL-2.1+
+
+Files: cmake/*
+Copyright: 2011 Dario Freddi <drf at kde.org>
+License: BSD-3-clause
+ 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.
+
+Files: debian/*
+Copyright: 2012 George Kiagiadakis <kiagiadakis.george at gmail.com>
+License: LGPL-2.1+
+
+License: GPL-2+
+ This package 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 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: LGPL-2.1+
+ This library 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 library 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.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License v2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/kde-telepathy-call-ui.install b/debian/kde-telepathy-call-ui.install
new file mode 100644
index 0000000..0ce6c51
--- /dev/null
+++ b/debian/kde-telepathy-call-ui.install
@@ -0,0 +1,5 @@
+usr/lib/kde4/libexec/ktp-call-ui
+usr/share/kde4/apps/ktp-call-ui/callwindowui.rc
+usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service
+usr/share/telepathy/clients/KTp.CallUi.client
+usr/share/locale/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..28a21fa
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with kde --dbg-package=kde-telepathy-call-ui-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-call-ui packaging
More information about the pkg-kde-commits
mailing list