debian/0000775000000000000000000000000012265460024007171 5ustar debian/rules0000775000000000000000000000172012265431453010255 0ustar #!/usr/bin/make -f export AUTOMAKE=automake-1.11 export ACLOCAL=aclocal-1.11 include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk # List any files which are not installed include /usr/share/cdbs/1/rules/utils.mk common-binary-post-install-arch:: list-missing # cdbs defaults to a subdirectory per source package, which is overkill for us DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy" DEB_CONFIGURE_EXTRA_FLAGS := --enable-olpc --disable-static DEB_DH_MAKESHLIBS_ARGS := -Xusr/lib/telepathy/salut-0/lib/ include $(CURDIR)/debian/update-patches.mk install/telepathy-salut:: rm -f debian/telepathy-salut/usr/lib/telepathy/salut-0/lib/libsalut-plugins.la rm -f debian/telepathy-salut/usr/lib/telepathy/salut-0/lib/libwocky.la rm -f debian/telepathy-salut/usr/lib/telepathy/salut-0/lib/libsalut-plugins.so rm -f debian/telepathy-salut/usr/lib/telepathy/salut-0/lib/libwocky.so debian/watch0000664000000000000000000000014412053153610010214 0ustar version=3 http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy\-salut\-(.*)\.tar\.gz debian/update-patches.mk0000664000000000000000000000055412053153610012430 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/copyright0000664000000000000000000000241212053153610011116 0ustar This package was debianized by Sjoerd Simons It was downloaded from: http://telepathy.freedesktop.org/releases/telepathy-salut/ Authors: Sjoerd Sjoerd Robert McQueen Ole Andre Vadla Ravnaas Senko Rasic Copyright: * Copyright (C) 2006-2008 Collabora Ltd. * Copyright (C) 2005-2008 Nokia Corporation License: 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 can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/README.source0000664000000000000000000000350312053153610011344 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-salut cd telepathy-salut 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-salut cd telepathy-salut 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-salut-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-salut.git git fetch git checkout debian-patches git cherry-pick xxxxxxxxxxxxxx git checkout debian fakeroot debian/rules update-patches debian/gbp.conf0000664000000000000000000000023312053153610010601 0ustar [DEFAULT] debian-branch = debian upstream-branch = upstream pristine-tar = True [git-buildpackage] tarball-dir = ../tarballs/ export-dir = ../build-area/ debian/source/0000775000000000000000000000000012053153610010464 5ustar debian/source/format0000664000000000000000000000001412053153610011672 0ustar 3.0 (quilt) debian/autoreconf0000664000000000000000000000002012265457746011272 0ustar . lib/ext/wocky debian/compat0000664000000000000000000000000212053153610010362 0ustar 5 debian/changelog0000664000000000000000000002371112265460024011047 0ustar telepathy-salut (0.8.1-1ubuntu3) trusty; urgency=medium * Run dh-autoreconf in lib/ext/wocky too. -- Matthias Klose Wed, 15 Jan 2014 11:16:27 +0100 telepathy-salut (0.8.1-1ubuntu2) trusty; urgency=medium * Build-depend on gtk-doc-tools. -- Matthias Klose Wed, 15 Jan 2014 08:17:47 +0100 telepathy-salut (0.8.1-1ubuntu1) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Wed, 15 Jan 2014 08:05:37 +0100 telepathy-salut (0.8.1-1) unstable; urgency=low * New upstream release - interoperates with iChat again (Closes: #693880) - no longer crashes when you "Join Room...", then close the dialog, in Empathy (Closes: #693881) -- Simon McVittie Wed, 21 Nov 2012 13:30:35 +0000 telepathy-salut (0.8.0-2) unstable; urgency=low * Release to unstable -- Simon McVittie Fri, 27 Apr 2012 17:35:36 +0100 telepathy-salut (0.8.0-1) experimental; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.3 (no further changes) - Add python-avahi and python-twisted-words to the build-dependencies - Add uuid-dev to the build-dependencies * debian/rules: - Remove the development symlinks for our private (plugin) libraries - Remove the .la for the plugins - Disable build of static libraries - Don't generate shared library dependencies for private libraries -- Laurent Bigonville Fri, 13 Apr 2012 17:16:06 +0200 telepathy-salut (0.7.0-1) experimental; urgency=low * New upstream release. * debian/control: Up build-dep version on libtelepathy-glib-dev. -- Jonny Lamb Wed, 16 Nov 2011 19:18:50 +0000 telepathy-salut (0.6.0-1) unstable; urgency=low * New upstream release. -- Jonny Lamb Wed, 19 Oct 2011 10:39:08 +0100 telepathy-salut (0.5.2-1) unstable; urgency=low * New upstream release. * debian/patches/: Removed all old patches. * debian/control: Removed xmldiff build-dep. -- Jonny Lamb Wed, 05 Oct 2011 12:13:29 +0100 telepathy-salut (0.5.0-3) unstable; urgency=low * d/p/0002-Cope-with-the-default-value-of-handle-type-being-cha.patch * Added. Fix some more assertions with newer tp-glib -- Sjoerd Simons Sat, 25 Jun 2011 00:59:39 +0200 telepathy-salut (0.5.0-2) unstable; urgency=low * debian/update-patches.mk: Fix git usage * d/p/0001-contact-channel-treat-TP_UNKNOWN_HANDLE_TYPE-has-uns.patch - Added. Fix assertion with newer tp-glib -- Sjoerd Simons Fri, 24 Jun 2011 21:52:57 +0200 telepathy-salut (0.5.0-1) experimental; urgency=low * New upstream release. * debian/control: + Update build-deps for new release. + Add gnutls and sqlite3 as build-deps for Wocky. -- Jonny Lamb Tue, 03 May 2011 15:29:21 +0100 telepathy-salut (0.4.0-1) experimental; urgency=low * New upstream release * debian/control: - Bump Standards-Version to 3.9.1 - Add Homepage field * Switch to dpkg-source 3.0 (quilt) format -- Laurent Bigonville Sun, 21 Nov 2010 00:11:05 +0100 telepathy-salut (0.3.13-1) experimental; urgency=low * New(ish) upstream release -- Simon McVittie Thu, 16 Sep 2010 15:43:51 +0100 telepathy-salut (0.3.12-1) unstable; urgency=low * New upstream release - no longer tries to do Linux credentials-passing on kFreeBSD (closes: #565154) -- Simon McVittie Thu, 20 May 2010 12:08:02 +0100 telepathy-salut (0.3.11-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Tue, 30 Mar 2010 11:12:10 +0100 telepathy-salut (0.3.10-1) unstable; urgency=low * New upstream release * Bump build-dependency versions to Python 2.5 and telepathy-glib 0.7.36 * Standards-Version: 3.8.3 (no changes) -- Simon McVittie Thu, 10 Sep 2009 10:50:03 +0100 telepathy-salut (0.3.9-1) unstable; urgency=low * New upstream release. * debian/control: Upped Standards-Version. (no changes) -- Jonny Lamb Sun, 05 Apr 2009 14:04:48 +0100 telepathy-salut (0.3.8-1) unstable; urgency=low * New upstream release. * debian/control: + Removed XS-Dm-Upload-Allowed field. + Upped build-dep on telepathy-glib-dev to 0.7.23. + Added ${misc:Depends} to telepathy-salut depends. * debian/copyright: + Link to versioned LGPL file in common-licenses. + Updated copyright years. * debian/gbp.conf: Removed no-create-orig field. -- Jonny Lamb Sun, 22 Feb 2009 14:57:26 +0000 telepathy-salut (0.3.7-2) unstable; urgency=low * Upload to unstable -- Laurent Bigonville Tue, 17 Feb 2009 11:53:33 +0100 telepathy-salut (0.3.7-1) experimental; urgency=low [ Simon McVittie ] * Move packaging to git * Add README.source * Wrap Build-Depends and Uploaders [ Sjoerd Simons ] * New Upstream Version * Bump libsoup build-dep to libsoup2.4 -- Sjoerd Simons Mon, 05 Jan 2009 23:14:55 +0000 telepathy-salut (0.3.6-1) experimental; urgency=low * New upstream release - Add libglib2.0-dev and libsoup2.2 build-dep - Bump libtelepathy-glib-dev build-dep -- Laurent Bigonville Tue, 02 Dec 2008 19:37:47 +0100 telepathy-salut (0.3.5-2) experimental; urgency=low * debian/control: + Depend on avahi-daemon. + Use my debian.org email address. -- Jonny Lamb Sun, 19 Oct 2008 19:17:14 +0100 telepathy-salut (0.3.5-1) experimental; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Laurent Bigonville Wed, 17 Sep 2008 19:21:12 +0200 telepathy-salut (0.3.4-1) experimental; urgency=low * New upstream release * debian/control: Update requirement on telepathy-glib to (>= 0.7.14) -- Sjoerd Simons Tue, 26 Aug 2008 17:24:41 +0100 telepathy-salut (0.3.3-2) unstable; urgency=low * Use my debian.org address in Uploaders * debian/patches/fix-activity-announce.patch: - Only announce OLPC activity we actually joined (dev.laptop.org #8441) -- Laurent Bigonville Wed, 17 Sep 2008 19:03:47 +0200 telepathy-salut (0.3.3-1) unstable; urgency=low [ Simon McVittie ] * Use my debian.org address in Uploaders [ Sjoerd Simons ] * debian/control: Remove build-depend on libavahi-glib-dev, libavahi-gobject-dev pulls it in. * New upstream release * debian/control: update libdbus and telepathy-glib build-depends to match the configure.ac -- Sjoerd Simons Thu, 05 Jun 2008 12:54:59 +0100 telepathy-salut (0.3.1-1) unstable; urgency=low [ Jonny Lamb ] * debian/control: Added myself to Uploaders. * debian/copyright: Updated release URL. [ Laurent Bigonville ] * New upstream release * Bump Standards-Version to 3.7.3 -- Laurent Bigonville Sun, 17 Feb 2008 14:35:00 +0100 telepathy-salut (0.3.0-1) unstable; urgency=low * New upstream release * debian/control: Replace libavahi-client by libavahi-gobject in the build-depends. -- Sjoerd Simons Tue, 08 Jan 2008 17:19:05 +0100 telepathy-salut (0.2.0-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Sat, 08 Dec 2007 14:09:00 +0100 telepathy-salut (0.1.11-1) unstable; urgency=low [ Simon McVittie ] * New upstream release (0.1.10) * Set XS-Dm-Upload-Allowed: yes so I can upload it myself in future [ Sjoerd Simons ] * New upstream release (0.1.11) * Add Simon McVittie to Uploaders -- Sjoerd Simons Sat, 01 Dec 2007 12:35:38 +0100 telepathy-salut (0.1.9-1) unstable; urgency=low [ Laurent Bigonville ] * New upstream release (0.1.9) - Bump libtelepathy-glib-dev build-dep [ Sjoerd Simons ] * Upgrade telepathy-glib dependency to 0.6.1 to get predictable behaviour of debug vs persist (note to backporters: 0.5.14 should be sufficient to build this version if you don't want 0.6.1) -- Sjoerd Simons Fri, 16 Nov 2007 21:44:55 +0100 telepathy-salut (0.1.7-1) unstable; urgency=low [ Simon McVittie ] * New upstream release (0.1.6) - Note that chatroom functionality in this version does not interoperate with earlier versions - the multicast chatroom protocol has been replaced by an improved protocol, called Clique - Installs to libexecdir, so set libexecdir to /usr/lib/telepathy/ in debian/rules (we're standardizing on this directory for all Telepathy CMs in Debian) - Has a man page (which was briefly in the Debian packaging, but has now gone upstream) [ Laurent Bigonville ] * Use now official Vcs-* field [ Sjoerd Simons ] * New upstream release (0.1.7) * debian/rules: Enable OLPC support code. Not used unless a client explicitely requests them. -- Sjoerd Simons Mon, 12 Nov 2007 12:17:19 +0100 telepathy-salut (0.1.5-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Wed, 26 Sep 2007 17:39:18 +0200 telepathy-salut (0.1.4-1) unstable; urgency=low [ Sjoerd Simons ] * New upstream release [ Laurent Bigonville ] * Add watch file * Add XS-Vcs-Bzr field * Add myself as an Uploaders * Add versioning for libtelepathy-glib-dev and libdbus-glib-1-dev build-dep -- Sjoerd Simons Fri, 07 Sep 2007 19:46:45 +0200 telepathy-salut (0.1.3-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Wed, 13 Jun 2007 10:54:25 +0200 telepathy-salut (0.1.2-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Mon, 23 Apr 2007 11:00:21 +0200 telepathy-salut (0.1.1-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Sat, 17 Mar 2007 22:37:27 +0100 telepathy-salut (0.1.0-1) unstable; urgency=low * First upload -- Sjoerd Simons Wed, 17 Jan 2007 22:55:22 +0100 debian/control0000664000000000000000000000263712265433027010607 0ustar Source: telepathy-salut Standards-Version: 3.9.3 Maintainer: Debian Telepathy maintainers Uploaders: Sjoerd Simons , Laurent Bigonville , Simon McVittie , Jonny Lamb Section: net Priority: optional Build-Depends: cdbs, debhelper (>= 5), dh-autoreconf, automake1.11, gtk-doc-tools, libglib2.0-dev (>= 2.24.0), libdbus-1-dev (>= 1.1.0), libxml2-dev, libavahi-gobject-dev, libtelepathy-glib-dev (>= 0.17.1), xsltproc, python (>= 2.5), python-avahi, python-twisted-words, libsoup2.4-dev, libgnutls-dev (>= 2.8.2), libsqlite3-dev, uuid-dev Homepage: http://telepathy.freedesktop.org/wiki/ Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-salut.git Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-salut.git Package: telepathy-salut Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, avahi-daemon Provides: telepathy-connection-manager Description: Link-local XMPP connection manager for the Telepathy framework Telepathy is a real time communications framework. Salut provides Link-local Jabber functionality for Telepathy.