--- telepathy-python-0.15.10.orig/debian/control +++ telepathy-python-0.15.10/debian/control @@ -0,0 +1,35 @@ +Source: telepathy-python +Section: python +Priority: optional +XS-Python-Version: >= 2.4 +Maintainer: Debian Telepathy maintainers +Uploaders: Dafydd Harries , + Simon McVittie , + Sjoerd Simons , + Laurent Bigonville , + Jonny Lamb +Build-Depends: cdbs (>= 0.4.43), + python-central (>= 0.5), + debhelper (>= 5.0.37.2), + python-all-dev (>= 2.3.5-11) +Build-Depends-Indep: python-dbus, xsltproc +Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-python.git +Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-python.git +Homepage: http://telepathy.freedesktop.org/wiki/TelepathyPython + +Package: python-telepathy +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-dbus +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides}, telepathy-python +Conflicts: telepathy-python +Replaces: telepathy-python +Description: Python language bindings for telepathy + telepathy-python is a Python package containing base classes for use in + connection managers, and proxy classes for use in clients. + . + 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. --- telepathy-python-0.15.10.orig/debian/rules +++ telepathy-python-0.15.10/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +DEB_AUTO_CLEANUP_RCS := yes +DEB_PYTHON_SYSTEM := pycentral +DEB_COMPRESS_EXCLUDE := .py + +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + + +binary-install/python-telepathy:: + dh_pycentral + +# List any files which are not installed +include /usr/share/cdbs/1/rules/utils.mk +common-binary-post-install-arch:: list-missing + +include $(CURDIR)/debian/update-patches.mk --- telepathy-python-0.15.10.orig/debian/README.source +++ telepathy-python-0.15.10/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-python + cd telepathy-python + 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-python + cd telepathy-python + 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-python-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-python.git + git fetch + git checkout debian-patches + git cherry-pick xxxxxxxxxxxxxx + git checkout debian + fakeroot debian/rules update-patches --- telepathy-python-0.15.10.orig/debian/gbp.conf +++ telepathy-python-0.15.10/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-python-0.15.10.orig/debian/python-telepathy.examples +++ telepathy-python-0.15.10/debian/python-telepathy.examples @@ -0,0 +1 @@ +examples/* --- telepathy-python-0.15.10.orig/debian/pycompat +++ telepathy-python-0.15.10/debian/pycompat @@ -0,0 +1 @@ +2 --- telepathy-python-0.15.10.orig/debian/compat +++ telepathy-python-0.15.10/debian/compat @@ -0,0 +1 @@ +5 --- telepathy-python-0.15.10.orig/debian/update-patches.mk +++ telepathy-python-0.15.10/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-python-0.15.10.orig/debian/python-telepathy.docs +++ telepathy-python-0.15.10/debian/python-telepathy.docs @@ -0,0 +1,3 @@ +README +AUTHORS +NEWS --- telepathy-python-0.15.10.orig/debian/watch +++ telepathy-python-0.15.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://telepathy.freedesktop.org/releases/telepathy-python/telepathy\-python\-(.*)\.tar\.gz --- telepathy-python-0.15.10.orig/debian/copyright +++ telepathy-python-0.15.10/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Daniel Holbach on +Thu, 24 Aug 2006 14:32:44 +0200. + +It was downloaded from http://darcs.collabora.co.uk/darcs/telepathy/telepathy-python/ + +Upstream Authors: + Julien Gilli + Rob Taylor + Robert McQueen + Dafydd Harries + Simon McVittie + Ole Andre Vadla Ravnaas + +Copyright: + Copyright (C) 2005, 2006 Collabora Limited + Copyright (C) 2005, 2006 Nokia Corporation + Copyright (C) 2006 INdT + +License: + + This package 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. + + You should have received a copy of the GNU Lesser General Public + License along with this package; 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'. --- telepathy-python-0.15.10.orig/debian/changelog +++ telepathy-python-0.15.10/debian/changelog @@ -0,0 +1,213 @@ +telepathy-python (0.15.10-1) experimental; urgency=low + + * New upstream release. + + -- Jonny Lamb Thu, 30 Jul 2009 15:53:27 +0200 + +telepathy-python (0.15.9-1) experimental; urgency=low + + * New upstream release. + + -- Jonny Lamb Tue, 28 Jul 2009 16:09:37 +0200 + +telepathy-python (0.15.8-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Change package priority to optional + - Bump Standards-Version to 3.8.1 (no further changes) + - Be more verbose in package extended description + + -- Laurent Bigonville Tue, 16 Jun 2009 11:23:44 +0200 + +telepathy-python (0.15.7-1) unstable; urgency=low + + * New upstream release. + * debian/control: Removed XS-Dm-Upload-Allowed. + * debian/gbp.conf: Removed no-create-orig field. + + -- Jonny Lamb Mon, 23 Feb 2009 11:15:10 +0000 + +telepathy-python (0.15.6-2) unstable; urgency=low + + * debian/control: Added myself to Uploaders. + + -- Jonny Lamb Mon, 16 Feb 2009 10:47:31 +0000 + +telepathy-python (0.15.6-1) experimental; urgency=low + + [ Simon McVittie ] + * Move packaging to git + + [ Laurent Bigonville ] + * New upstream release + + -- Laurent Bigonville Thu, 08 Jan 2009 13:44:43 +0100 + +telepathy-python (0.15.3-1) experimental; urgency=low + + * New upstream release + + -- Laurent Bigonville Wed, 22 Oct 2008 18:21:14 +0200 + +telepathy-python (0.15.2-1) experimental; urgency=low + + * New upstream release + + -- Laurent Bigonville Mon, 20 Oct 2008 15:28:30 +0200 + +telepathy-python (0.15.1-1) experimental; urgency=low + + [ Laurent Bigonville ] + * New upstream release + * debian/control: + - Bump Standards-Version to 3.8.0 + - Correct capitalization of "Python" + - Use my debian.org address in Uploaders + + [ Simon McVittie ] + * Use my debian.org address in Uploaders + * Wrap Uploaders, Build-Depends lines + + -- Laurent Bigonville Tue, 23 Sep 2008 18:50:18 +0200 + +telepathy-python (0.15.0-1) unstable; urgency=low + + * New upstream version 0.15.0 + * Don't mention Cohoba and telepathy-msn in description (-msn is now + -butterfly, and Cohoba is obsolete) + * Standards-Version: 3.7.3 (no changes) + * Add XS-Dm-Upload-Allowed: yes so I can upload it in future + + -- Simon McVittie Thu, 21 Feb 2008 10:42:31 +0000 + +telepathy-python (0.14.0-1) unstable; urgency=low + + * New upstream release + * Add myself as an Uploaders + * Add Vcs-Bzr field + * Add watch file + * Use new Homepage field instead of old pseudo-field + + -- Laurent Bigonville Thu, 08 Nov 2007 04:43:28 +0100 + +telepathy-python (0.13.13-1) unstable; urgency=low + + * New upstream version fixes various upstream bugs - telepathy-butterfly + works with Empathy again + * Don't compress Python examples (call.py.gz -> call.py) + * Don't install examples into .../python-telepathy/examples/examples/ - + one examples directory is plenty + + -- Simon McVittie Mon, 02 Jul 2007 17:39:18 +0100 + +telepathy-python (0.13.12-1) unstable; urgency=low + + [ Simon McVittie ] + * New upstream release + + [ Sjoerd Simons ] + * Don't compress the python example scripts + * Install examples in /u/s/d/python-telepathy/examples instead of + /u/s/d/python-telepathy/examples/examples/ + + -- Sjoerd Simons Mon, 04 Jun 2007 17:24:29 +0200 + +telepathy-python (0.13.11-2) unstable; urgency=low + + * Add examples to the package (Thanks Daniel Holbach) + + -- Sjoerd Simons Fri, 18 May 2007 16:21:39 +0200 + +telepathy-python (0.13.11-1) unstable; urgency=low + + * New upstream release + + -- Sjoerd Simons Wed, 16 May 2007 10:30:05 +0200 + +telepathy-python (0.13.10-1) unstable; urgency=low + + * New upstream release. + * Set Maintainer to the pkg-telepathy mailing list. Add Sjoerd as an + Uploader. + + -- Simon McVittie Tue, 15 May 2007 09:53:57 +0100 + +telepathy-python (0.13.9-1) unstable; urgency=low + + * New upstream release + - Build-Depends-Indep: xsltproc + * Merge Daf's unofficial Debian packaging with the Ubuntu packaging + + -- Simon McVittie Mon, 30 Apr 2007 15:37:11 +0100 + +telepathy-python (0.13.7-0ubuntu2) feisty; urgency=low + + * debian/rules: + - dropped dh_python call. + * debian/patches/01-remove-versioned-python-calls.patch: + - /usr/bin/python2.4 -> /usr/bin/env python + + -- Daniel Holbach Mon, 15 Jan 2007 13:25:06 +0100 + +telepathy-python (0.13.7-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Riccardo Setti Fri, 24 Nov 2006 19:23:15 +0100 + +telepathy-python (0.13.3-0ubuntu3) feisty; urgency=low + + * New upstream release. + + -- Riccardo Setti Fri, 24 Nov 2006 17:40:43 +0100 + +telepathy-python (0.13.3-0ubuntu2) edgy; urgency=low + + * Really dropped: + debian/patches/01-from-darcs_update-to-new-manager-format.patch + + -- Riccardo Setti Sun, 15 Oct 2006 17:08:57 +0000 + +telepathy-python (0.13.3-0ubuntu1) edgy; urgency=low + + * New upstream release. + * Dropped debian/patches/01-from-darcs_update-to-new-manager-format.patch + as the bug is fixed in this release. + + -- Riccardo Setti Tue, 10 Oct 2006 17:14:23 +0200 + +telepathy-python (0.13.2-0ubuntu4) edgy; urgency=low + + * debian/patches/01-from-darcs_update-to-new-manager-format.patch: + - change to new ew .manager format ignoring the [ConnectionManager] + stanza, and interpreting the filename for the bus path and bus name + arguments -- thanks Raphaƫl Slinckx for fixing and pointing to the fix + (Malone: #61945) + * debian/control: + - arch any -> all, changed python-all-dev to be in Build-Depends. + + -- Daniel Holbach Tue, 26 Sep 2006 15:43:20 +0200 + +telepathy-python (0.13.2-0ubuntu3) edgy; urgency=low + + * Rebuild to add support for python2.5. + + -- Matthias Klose Fri, 8 Sep 2006 18:28:31 +0000 + +telepathy-python (0.13.2-0ubuntu2) edgy; urgency=low + + * debian/copyright: + - corrected two small issues, thanks Scott James Remnant for telling me. + * debian/control: + - changed Packaging, thanks Dafydd Harries and + Simon McVittie for the heads-up. + + -- Daniel Holbach Wed, 30 Aug 2006 08:54:21 +0200 + +telepathy-python (0.13.2-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Daniel Holbach Thu, 24 Aug 2006 14:32:44 +0200 +