--- telepathy-haze-0.3.6.orig/debian/telepathy-haze.8.in +++ telepathy-haze-0.3.6/debian/telepathy-haze.8.in @@ -0,0 +1,30 @@ +.TH TELEPATHY-HAZE "8" "October 2007" "Telepathy" "D-Bus services" +\" This man page was written by Simon McVittie for the Debian project, +\" but may be used by others. +\" Copyright © 2007 Collabora Ltd. +\" It may be distributed under the same terms as telepathy-haze itself. +.SH NAME +telepathy-haze \- Telepathy connection manager using libpurple +.SH SYNOPSIS +\fB@libexecdir@/telepathy\-haze\fR +.SH DESCRIPTION +Haze implements the Telepathy D-Bus specification using libpurple, +allowing Telepathy clients like +.BR empathy (1) +to connect to any protocol supported by +.BR pidgin (1). +.PP +It is a D-Bus service which runs on the session bus, and should usually be +started automatically by D-Bus activation. However, it might be useful to +start it manually for debugging. +.SH OPTIONS +There are no command-line options. +.SH ENVIRONMENT +.TP +\fBHAZE_DEBUG\fR=\fItype\fR +May be set to "all" for full debug output, or various undocumented options +(which may change from release to release) to filter the output. +.SH SEE ALSO +.IR http://telepathy.freedesktop.org/ , +.BR empathy (1), +.BR pidgin (1) --- telepathy-haze-0.3.6.orig/debian/update-patches.mk +++ telepathy-haze-0.3.6/debian/update-patches.mk @@ -0,0 +1,10 @@ +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 --- telepathy-haze-0.3.6.orig/debian/README.source +++ telepathy-haze-0.3.6/debian/README.source @@ -0,0 +1,59 @@ +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-haze + cd telepathy-haze + 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-haze + cd telepathy-haze + 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-haze-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-haze.git + git fetch + git checkout debian-patches + git cherry-pick xxxxxxxxxxxxxx + git checkout debian + fakeroot debian/rules update-patches --- telepathy-haze-0.3.6.orig/debian/watch +++ telepathy-haze-0.3.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-(.*).tar.gz --- telepathy-haze-0.3.6.orig/debian/changelog +++ telepathy-haze-0.3.6/debian/changelog @@ -0,0 +1,140 @@ +telepathy-haze (0.3.6-1) unstable; urgency=low + + * New upstream release. + + -- Jonny Lamb Mon, 19 Jul 2010 12:33:29 +0100 + +telepathy-haze (0.3.5-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Upped Standards-Version. (no changes) + + Upped build-dep version on tp-glib and added versioned build-dep on + glib. + + -- Jonny Lamb Tue, 22 Jun 2010 18:02:22 +0100 + +telepathy-haze (0.3.4-1) unstable; urgency=low + + * New upstream release. + + Links against libraries it uses. (Closes: #556487) + * debian/control: Add xsltproc build-dep. + + -- Jonny Lamb Fri, 05 Mar 2010 12:09:21 +0000 + +telepathy-haze (0.3.3-1) unstable; urgency=low + + * New upstream release. + + -- Jonny Lamb Mon, 25 Jan 2010 15:29:22 +0000 + +telepathy-haze (0.3.2-2) unstable; urgency=low + + * Bump Standards-Version to 3.8.3 (no further changes) + * Stop shipping .manager file (Closes: #553085) + + -- Laurent Bigonville Wed, 11 Nov 2009 23:57:13 +0100 + +telepathy-haze (0.3.2-1) unstable; urgency=low + + * New upstream release. + + -- Jonny Lamb Tue, 25 Aug 2009 19:22:05 +0100 + +telepathy-haze (0.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Laurent Bigonville Sun, 14 Jun 2009 11:12:57 +0200 + +telepathy-haze (0.3.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Added myself to Uploaders. + + Removed XS-Dm-Upload-Allowed field. + + Upped Standards-Version. + + Upped build-dep version on libtelepathy-glib-dev. + + Added libdbus-glib-1-dev build-dep. + + Removed unnecessary duplicate Section line. + * debian/gbp.conf: Removed no-create-orig line. + * debian/copyright: Added copyright, updated Will's email address, + and made common-licenses copyrights point to versioned files. + + -- Jonny Lamb Sat, 04 Apr 2009 13:56:08 +0100 + +telepathy-haze (0.2.1-2) unstable; urgency=low + + [ Simon McVittie ] + * Move packaging to git + * Standards-Version: 3.8.0 (add README.source) + * Use Laurent's debian.org address in Uploaders + + [ Laurent Bigonville ] + * Upload to unstable. + + -- Laurent Bigonville Wed, 18 Feb 2009 20:23:28 +0100 + +telepathy-haze (0.2.1-1) experimental; urgency=low + + [ Laurent Bigonville ] + * Bump Standards-Version (no further changes) + + [ Simon McVittie ] + * New upstream release + - Avoids crashing on connection errors like an incorrect password (closes: + #495199) + - Avoids crashing if the server parameter is blank or contains spaces + (closes: #495201) + * Add myself to Uploaders + + -- Simon McVittie Mon, 18 Aug 2008 19:01:02 +0100 + +telepathy-haze (0.2.0-1) unstable; urgency=low + + * New upstream release + * debian/control: Add Dm-Upload-Allowed: yes + * Bump libpurple-dev and libtelepathy-glib-dev build-dep version + + -- Laurent Bigonville Fri, 08 Feb 2008 00:25:45 +0100 + +telepathy-haze (0.1.3-1) unstable; urgency=low + + [ Simon McVittie ] + * Set libexecdir to /usr/lib/telepathy/ in debian/rules - future upstream + releases will install to libexecdir, and for Debian we've decided to put + all Telepathy D-Bus services in the same directory, since each source + package generally only installs one service + * Set bindir to /usr/lib/telepathy too, so the current version gets moved + to that directory too + * Provide a man page + * Update watch file to point to telepathy.freedesktop.org, now that the + upstream author can make uploads there (Closes: #450246) + + [ Laurent Bigonville ] + * New upstream release (0.1.3) + * Remove debian/telepathy-haze.8 on clean + * Use now official Vcs-* field + + -- Laurent Bigonville Wed, 14 Nov 2007 23:24:35 +0100 + +telepathy-haze (0.1.2-1) unstable; urgency=low + + * New upstream release + * Fix watch file url + * Add Provides: telepathy-connection-manager + + -- Laurent Bigonville Fri, 28 Sep 2007 20:20:41 +0200 + +telepathy-haze (0.1.1-2) unstable; urgency=low + + * Use libpurple-dev instead of pidgin-dev as build-dep + + -- Laurent Bigonville Mon, 03 Sep 2007 14:26:26 +0200 + +telepathy-haze (0.1.1-1) unstable; urgency=low + + [ Laurent Bigonville ] + * Initial release. (Closes: #438729) + + -- Sjoerd Simons Fri, 24 Aug 2007 14:59:07 +0200 --- telepathy-haze-0.3.6.orig/debian/control +++ telepathy-haze-0.3.6/debian/control @@ -0,0 +1,28 @@ +Source: telepathy-haze +Section: net +Priority: optional +Maintainer: Debian Telepathy maintainers +Uploaders: Laurent Bigonville , + Simon McVittie , + Jonny Lamb +Build-Depends: cdbs, + debhelper (>= 5), + pkg-config (>= 0.9.0), + libpurple-dev (>= 2.1.1), + libtelepathy-glib-dev (>= 0.9.2), + libdbus-glib-1-dev (>= 0.73), + libglib2.0-dev (>= 2.22), + xsltproc +Standards-Version: 3.8.4 +Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-haze.git +Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-haze.git + +Package: telepathy-haze +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Provides: telepathy-connection-manager +Description: A telepathy connection manager that use libpurple + Haze is a telepathy connection manager based on libpurple. + This allow telepathy based application to connect all protocols + supported by libpurple (pidgin). --- telepathy-haze-0.3.6.orig/debian/gbp.conf +++ telepathy-haze-0.3.6/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +debian-branch = debian +upstream-branch = upstream +pristine-tar = True + +[git-buildpackage] +tarball-dir = ../tarballs/ +export-dir = ../build-area/ --- telepathy-haze-0.3.6.orig/debian/copyright +++ telepathy-haze-0.3.6/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Laurent Bigonville on +Sat, 18 Aug 2007 12:45:27 +0200 + +It was downloaded from http://salami.ox.compsoc.net/~resiak/haze/ + +Upstream Authors: + + Will Thompson + +Copyright: + + Copyright (C) 2007 Will Thompson + Copyright (C) 2007-2008 Collabora Ltd. + +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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GPL can be found in +/usr/share/common-licenses/GPL-2. + +The Debian packaging is copyright 2007, Laurent Bigonville and +is licensed under the GPL-2+, see `/usr/share/common-licenses/GPL-2+'. --- telepathy-haze-0.3.6.orig/debian/rules +++ telepathy-haze-0.3.6/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +# List any files which are not installed +include /usr/share/cdbs/1/rules/utils.mk +common-binary-post-install-arch:: list-missing + +#Don't ship .manager file +common-install-arch:: + rm -rf debian/telepathy-haze/usr/share/telepathy/ + +# Man page +common-post-build-arch:: + sed -e s!@libexecdir@!/usr/lib/telepathy! \ + < debian/telepathy-haze.8.in \ + > debian/telepathy-haze.8 +DEB_INSTALL_MANPAGES_telepathy-haze := debian/telepathy-haze.8 + +clean:: + -rm debian/telepathy-haze.8 + +# Upstream releases are going to move CMs to libexecdir soon... +DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy" +# but haven't done so yet, so let's give Debian a head start +DEB_CONFIGURE_EXTRA_FLAGS := --bindir=$(DEB_CONFIGURE_LIBEXECDIR) + +include $(CURDIR)/debian/update-patches.mk --- telepathy-haze-0.3.6.orig/debian/compat +++ telepathy-haze-0.3.6/debian/compat @@ -0,0 +1 @@ +5