debian/0000775000000000000000000000000012307310763007172 5ustar debian/README.source0000664000000000000000000000353312307310653011353 0ustar Patches ======= This package occasionally uses cdbs simple-patch-system to store modifications to the upstream source, although in most uploads no patches are needed. To get the fully patched source: make -f debian/rules patch To revert to what's in git: make -f debian/rules unpatch To add a patch: obtain a diff and put it in debian/patches, or see below To remove an existing patch: delete it from debian/patches Packaging using git =================== The repository contains an appropriate debian/gbp.conf to build this package using git-buildpackage. The debian branch contains the latest upstream versions (for unstable, or experimental while a freeze is in progress). The debian-lenny branch contains versions targeted for lenny, etc. Here's how to build it: git clone git://git.debian.org/git/pkg-telepathy/telepathy-farstream cd telepathy-farstream git checkout debian git-buildpackage -us -uc or for testing/stable branches like debian-lenny: git clone git://git.debian.org/git/pkg-telepathy/telepathy-farstream cd telepathy-farstream git checkout debian-lenny git-buildpackage -us -uc --git-debian-branch=debian-lenny The branch 'upstream' is a copy of the contents of upstream tarballs. To import upstream tarballs use: git checkout debian git-import-orig ~/telepathy-farstream-0.0.x.tar.gz The branch 'debian-patches' is 'upstream' plus any patches needed for Debian. It should be rebased on upstream after each upstream release: git checkout debian-patches git rebase upstream The preferred way of adding patches is to cherry pick from an upstream repository: git remote add collabora \ git+ssh://git.collabora.co.uk/git/telepathy-farstream.git git fetch git checkout debian-patches git cherry-pick xxxxxxxxxxxxxx git checkout debian fakeroot debian/rules update-patches debian/copyright0000664000000000000000000000440412307310653011125 0ustar This package was debianized by Sjoerd Simons on Fri, 05 Dec 2008 19:02:32 +0000. It was downloaded from: http://telepathy.freedesktop.org/releases/telepathy-farstream/ Upstream Authors: Olivier Crete Files: * Copyright: Copyright (C) 2006-2011 Collabora Ltd. Copyright (C) 2006-2008 Nokia Corporation 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. On Debian systems the full text of the LGPL 2.1 can be found in the `/usr/share/common-licenses/LGPL-2.1' file. File: python/common.h Copyright: Copyright 2004 Johan Dahlin License: LGPL-2+ On Debian systems the full text of the LGPL 2 can be found in the `/usr/share/common-licenses/LGPL-2' file. File: python/pygstminiobject.* Copyright: Copyright 1998-2003 James Henstridge License: LGPL-2.1+ On Debian systems the full text of the LGPL 2.1 can be found in the `/usr/share/common-licenses/LGPL-2.1' file. File: python/codegen/reversewrapper.py Copyright: Copyright (C) 2004 Gustavo Carneiro License: LGPL-2.1+ On Debian systems the full text of the LGPL 2.1 can be found in the `/usr/share/common-licenses/LGPL-2.1' file. File: python/codegen/h2def.py Copyright: Copyright Toby D. Reeves License: GPL-2 On Debian systems the full text of the GPL 2 can be found in the `/usr/share/common-licenses/GPL-2' file. Files: python/codegen/* Copyright: Copyright (C) 2002, 2004 David I. Lehn Copyright (C) 2004 Johan Dahlin License: LGPL-2.1+ On Debian systems the full text of the LGPL 2.1 can be found in the `/usr/share/common-licenses/LGPL-2.1' file. Files: debian/* Copyright: Copyright 2008 Sjoerd Simons License: GPL-2 On Debian systems the full text of the GPL 2 can be found in the `/usr/share/common-licenses/GPL-2' file. debian/update-patches.mk0000664000000000000000000000055412307310653012434 0ustar update-patches: mkdir -p $(CURDIR)/debian/patches rm -f $(CURDIR)/debian/patches/*.patch git format-patch -o $(CURDIR)/debian/patches debian-patches ^upstream for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \ do \ lines=$$(cat $$patch | wc -l) ; \ head -n $$(($$lines - 3)) $$patch > $${patch}.chomped ; \ mv $${patch}.chomped $$patch ; \ done debian/python-tpfarstream.install0000664000000000000000000000006512307310653014430 0ustar debian/tmp/usr/lib/python*/*-packages/tpfarstream.so debian/changelog0000664000000000000000000000634212307310653011047 0ustar telepathy-farstream (0.6.1-0ubuntu1) trusty; urgency=medium * New upstream release. -- Jackson Doak Sun, 09 Mar 2014 09:35:58 +1100 telepathy-farstream (0.6.0-3) unstable; urgency=medium * Team upload. * Use dh-autoreconf for better portability to new architectures (Closes: #733881) - build-depend on gobject-introspection for introspection.m4 * Standards-Version: 3.9.5 (no changes needed) -- Simon McVittie Wed, 29 Jan 2014 09:56:50 +0000 telepathy-farstream (0.6.0-2ubuntu2) trusty; urgency=medium * Build-depend on gobject-introspection. -- Matthias Klose Wed, 15 Jan 2014 08:29:26 +0100 telepathy-farstream (0.6.0-2ubuntu1) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Wed, 15 Jan 2014 07:47:23 +0100 telepathy-farstream (0.6.0-2) unstable; urgency=low * Team upload. * Upload to unstable. * Drop debian revision from symbols file * Add autotools-dev build dependency - fixes outdated config.guess/config.sub files (via cdbs) -- Andreas Henriksson Tue, 17 Sep 2013 22:34:26 +0200 telepathy-farstream (0.6.0-1) experimental; urgency=low * New upstream release -- Sjoerd Simons Mon, 08 Oct 2012 09:13:01 +0200 telepathy-farstream (0.5.0-1) experimental; urgency=low * New upstream release * debian/patches/Set-RemoteContact-when-accepting-updating-media-desc.patch + Removed. merged upstream -- Sjoerd Simons Fri, 21 Sep 2012 22:20:07 +0200 telepathy-farstream (0.4.0-3) unstable; urgency=low * debian/patches/Set-RemoteContact-when-accepting-updating-media-desc.patch + Added. Fix updating media scriptions, fixes Theora video calling (Closes: #686564) -- Sjoerd Simons Mon, 03 Sep 2012 13:56:07 +0200 telepathy-farstream (0.4.0-2) unstable; urgency=low * Upload to unstable -- Laurent Bigonville Sun, 29 Apr 2012 22:11:28 +0200 telepathy-farstream (0.4.0-1) experimental; urgency=low * New upstream release - Bump libglib2.0-dev build-dependency * Build for multiarch * debian/control: - Add Uploaders field - Bump Standards-Version to 3.9.3 (no further changes) - Bump debhelper to 9 - Bump cdbs build-dependency - Fix Description: s/Farsight2/Farstream/ -- Laurent Bigonville Wed, 11 Apr 2012 21:35:55 +0200 telepathy-farstream (0.2.3-1) experimental; urgency=low * New upstream release -- Sjoerd Simons Thu, 22 Mar 2012 21:46:47 +0100 telepathy-farstream (0.2.2-1) experimental; urgency=low * New upstream release * Sync with ubuntu packaging from Ken VanDine * Target experimental -- Sjoerd Simons Sat, 10 Mar 2012 14:19:08 +0100 telepathy-farstream (0.1.2-1) experimental; urgency=low [ Laurent Bigonville ] * debian/control: - Add Vcs- fields [ Sjoerd Simons ] * New upstream release -- Sjoerd Simons Fri, 18 Nov 2011 17:32:23 +0000 telepathy-farstream (0.1.1-1) experimental; urgency=low * Initial release, based on telepathy-farsight. Closes: #634345. -- Emilio Pozuelo Monfort Mon, 18 Jul 2011 20:11:36 +0100 debian/rules0000775000000000000000000000114512307310653010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/utils.mk common-binary-post-install-arch:: list-missing export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 DEB_CONFIGURE_EXTRA_FLAGS = --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --enable-gtk-doc \ --disable-python ifneq (,$(findstring coverage,$(DEB_BUILD_OPTIONS))) DEB_CONFIGURE_EXTRA_FLAGS += --enable-coverage endif include $(CURDIR)/debian/update-patches.mk debian/libtelepathy-farstream3.symbols0000664000000000000000000000105512307310653015336 0ustar libtelepathy-farstream.so.3 libtelepathy-farstream3 #MINVER# * Build-Depends-Package: libtelepathy-farstream-dev tf_channel_bus_message@Base 0.5.0 tf_channel_get_type@Base 0.5.0 tf_channel_new_async@Base 0.5.0 tf_channel_new_finish@Base 0.5.0 tf_content_error@Base 0.5.0 tf_content_error_literal@Base 0.5.0 tf_content_get_type@Base 0.5.0 tf_content_iterate_src_pads@Base 0.5.0 tf_content_receiving_failed@Base 0.5.0 tf_content_receiving_failed_literal@Base 0.5.0 tf_content_sending_failed@Base 0.5.0 tf_content_sending_failed_literal@Base 0.5.0 debian/source/0000775000000000000000000000000012307310763010472 5ustar debian/source/format0000664000000000000000000000001412307310653011676 0ustar 3.0 (quilt) debian/gbp.conf0000664000000000000000000000023312307310653010605 0ustar [DEFAULT] debian-branch = debian upstream-branch = upstream pristine-tar = True [git-buildpackage] tarball-dir = ../tarballs/ export-dir = ../build-area/ debian/libtelepathy-farstream-dev.install0000664000000000000000000000015312307310653016003 0ustar usr/lib/*/libtelepathy-farstream.so usr/lib/*/libtelepathy-farstream.a usr/lib/*/pkgconfig/* usr/include/* debian/libtelepathy-farstream-doc.install0000664000000000000000000000002412307310653015767 0ustar usr/share/gtk-doc/* debian/control0000664000000000000000000000775712307310653010613 0ustar Source: telepathy-farstream Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Telepathy maintainers Uploaders: Sjoerd Simons , Laurent Bigonville Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), dh-autoreconf, libglib2.0-dev (>= 2.30), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libgstreamer1.0-dev, libfarstream-0.2-dev (>= 0.2.0), libtelepathy-glib-dev (>= 0.19.0), gobject-introspection, gtk-doc-tools Standards-Version: 3.9.5 Homepage: http://telepathy.freedesktop.org/ Vcs-Git: git://anonscm.debian.org/pkg-telepathy/telepathy-farstream.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-telepathy/telepathy-farstream.git Package: libtelepathy-farstream3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Glue library between telepathy and farstream Telepathy-farstream is a helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farstream. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farstream is a framework for media streaming in audio/video conferences. . This package contains the core telepathy-farstream library. Package: libtelepathy-farstream3-dbg Section: debug Architecture: any Priority: extra Depends: libtelepathy-farstream3 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Glue library between telepathy and farstream (debug symbols) Telepathy-farstream is a helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farstream. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farstream is a framework for media streaming in audio/video conferences. . This package contains debugging symbols for the telepathy-farstream library. Package: libtelepathy-farstream-dev Section: libdevel Architecture: any Depends: libtelepathy-farstream3 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev (>= 2.16), libdbus-glib-1-dev (>= 0.60), libfarstream-0.2-dev (>= 0.1.1), libtelepathy-glib-dev (>= 0.13.4), libgstreamer1.0-dev Description: Glue library between telepathy and farstream (development files) A helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farstream . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farstream is a framework for media streaming in audio/video conferences. . This package contains development files for the telepathy-farstream library. Package: libtelepathy-farstream-doc Section: doc Architecture: all Depends: lynx | www-browser, ${misc:Depends} Suggests: devhelp Description: Glue library between telepathy and farstream (documentation) A helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farstream . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farstream is a framework for media streaming in audio/video conferences. . This package contains HTML documentation for the telepathy-farstream library. debian/libtelepathy-farstream3.install0000664000000000000000000000004612307310653015313 0ustar usr/lib/*/libtelepathy-farstream.so.* debian/compat0000664000000000000000000000000212307310653010366 0ustar 9 debian/watch0000664000000000000000000000015412307310653010221 0ustar version=3 http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy\-farstream\-(.*)\.tar\.gz