[Pkg-galago-commit] r375 - packages/experimental/telepathy-python/debian

Riccardo Setti giskard-guest at costa.debian.org
Fri Sep 22 17:26:08 UTC 2006


Author: giskard-guest
Date: 2006-09-22 17:26:07 +0000 (Fri, 22 Sep 2006)
New Revision: 375

Added:
   packages/experimental/telepathy-python/debian/changelog
   packages/experimental/telepathy-python/debian/compat
   packages/experimental/telepathy-python/debian/control
   packages/experimental/telepathy-python/debian/copyright
   packages/experimental/telepathy-python/debian/pycompat
   packages/experimental/telepathy-python/debian/rules
   packages/experimental/telepathy-python/debian/ubuntu/
Removed:
   packages/experimental/telepathy-python/debian/ubuntu/
Log:
* Rebuild to add support for python2.5.
* debian/copyright:
  - corrected two small issues, thanks Scott James Remnant for telling me.
* debian/control:
  - changed Packaging, thanks Dafydd Harries <daf at debian.org> and 
    Simon McVittie <simon.mcvittie at collabora.co.uk> for the heads-up.
* Initial release.

Added: packages/experimental/telepathy-python/debian/changelog
===================================================================
--- packages/experimental/telepathy-python/debian/changelog	                        (rev 0)
+++ packages/experimental/telepathy-python/debian/changelog	2006-09-22 17:26:07 UTC (rev 375)
@@ -0,0 +1,22 @@
+telepathy-python (0.13.2-0ubuntu3) edgy; urgency=low
+
+  * Rebuild to add support for python2.5.
+
+ -- Matthias Klose <doko at ubuntu.com>  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 <daf at debian.org> and 
+      Simon McVittie <simon.mcvittie at collabora.co.uk> for the heads-up.
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Wed, 30 Aug 2006 08:54:21 +0200
+
+telepathy-python (0.13.2-0ubuntu1) edgy; urgency=low
+
+  * Initial release.
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Thu, 24 Aug 2006 14:32:44 +0200
+

Added: packages/experimental/telepathy-python/debian/compat
===================================================================
--- packages/experimental/telepathy-python/debian/compat	                        (rev 0)
+++ packages/experimental/telepathy-python/debian/compat	2006-09-22 17:26:07 UTC (rev 375)
@@ -0,0 +1 @@
+5

Added: packages/experimental/telepathy-python/debian/control
===================================================================
--- packages/experimental/telepathy-python/debian/control	                        (rev 0)
+++ packages/experimental/telepathy-python/debian/control	2006-09-22 17:26:07 UTC (rev 375)
@@ -0,0 +1,21 @@
+Source: telepathy-python
+Section: python
+Priority: extra
+XS-Python-Version: all
+Maintainer: Dafydd Harries <daf at debian.org>
+Uploaders: Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.4.17), python-dbus
+Standards-Version: 3.7.2
+
+Package: python-telepathy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-dbus | python2.4-dbus
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}, 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. It's used in 
+ at least Cohoba and telepathy-msn.
+ .
+ Homepage: http://telepathy.freedesktop.org/wiki/TelepathyPython

Added: packages/experimental/telepathy-python/debian/copyright
===================================================================
--- packages/experimental/telepathy-python/debian/copyright	                        (rev 0)
+++ packages/experimental/telepathy-python/debian/copyright	2006-09-22 17:26:07 UTC (rev 375)
@@ -0,0 +1,43 @@
+This package was debianized by Daniel Holbach <daniel.holbach at ubuntu.com> on
+Thu, 24 Aug 2006 14:32:44 +0200.
+
+It was downloaded from http://telepathy.freedesktop.org/releases/telepathy-python/
+
+Upstream Author: 
+	Julien Gilli <jgilli at acm.org>
+	Rob Taylor <rob.taylor at collabora.co.uk>
+	Robert McQueen <robert.mcqueen at collabora.co.uk>
+
+
+Copyright: 
+   ./telepathy/{,server,client}:
+   	Copyright (C) 2005, 2006 Collabora Limited
+   	Copyright (C) 2005, 2006 Nokia Corporation
+
+   ./telepathy/server/{__init__.py,conn.py}:
+	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'.
+
+The Debian packaging is (C) 2006, Daniel Holbach <daniel.holbach at ubuntu.com> and
+is licensed under the GPL, see above.

Added: packages/experimental/telepathy-python/debian/pycompat
===================================================================
--- packages/experimental/telepathy-python/debian/pycompat	                        (rev 0)
+++ packages/experimental/telepathy-python/debian/pycompat	2006-09-22 17:26:07 UTC (rev 375)
@@ -0,0 +1 @@
+2

Added: packages/experimental/telepathy-python/debian/rules
===================================================================
--- packages/experimental/telepathy-python/debian/rules	                        (rev 0)
+++ packages/experimental/telepathy-python/debian/rules	2006-09-22 17:26:07 UTC (rev 375)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_CLEANUP_RCS            := yes
+DEB_PYTHON_SYSTEM 		:= pycentral
+  
+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
+	dh_python


Property changes on: packages/experimental/telepathy-python/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-galago-commit mailing list