[Pkg-galago-commit] r400 - packages/experimental/pymsn/debian

Riccardo Setti giskard-guest at costa.debian.org
Mon Sep 25 16:26:55 UTC 2006


Author: giskard-guest
Date: 2006-09-25 16:26:54 +0000 (Mon, 25 Sep 2006)
New Revision: 400

Modified:
   packages/experimental/pymsn/debian/changelog
   packages/experimental/pymsn/debian/control
   packages/experimental/pymsn/debian/copyright
   packages/experimental/pymsn/debian/rules
Log:
fix pymsn

Modified: packages/experimental/pymsn/debian/changelog
===================================================================
--- packages/experimental/pymsn/debian/changelog	2006-09-24 12:59:06 UTC (rev 399)
+++ packages/experimental/pymsn/debian/changelog	2006-09-25 16:26:54 UTC (rev 400)
@@ -1,4 +1,4 @@
-telepathy-butterfly (0.1.0-1) experimental; urgency=low
+pymsn (0.2.1-1) experimental; urgency=low
 
   * First debian version, based on the ubuntu package 
 

Modified: packages/experimental/pymsn/debian/control
===================================================================
--- packages/experimental/pymsn/debian/control	2006-09-24 12:59:06 UTC (rev 399)
+++ packages/experimental/pymsn/debian/control	2006-09-25 16:26:54 UTC (rev 400)
@@ -1,15 +1,16 @@
-Source: telepathy-butterfly
+Source: pymsn
 Section: python
 Priority: optional
 XS-Python-Version: >= 2.4
 Maintainer: Riccardo Setti <giskard at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.3.5-11), pkg-config, python-central, libdbus-1-dev
+Build-Depends:cdbs, debhelper (>= 5)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.5)
 Standards-Version: 3.7.2
 
-Package: telepathy-butterfly
+Package: pymsn
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-dbus, python-gobject, python-telepathy, python-ctypes, pymsn
+Depends: ${misc:Depends}, ${python:Depends}, python-gobject
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}, telepathy-butterfly
-Description: MSN connection manager for telepathy 
- MSN connection manager for telepathy that handles presence, personal messages, and conversations.
+Description: python library behind the msn connection manager
+ pymsn is the library behind the msn connection manager

Modified: packages/experimental/pymsn/debian/copyright
===================================================================
--- packages/experimental/pymsn/debian/copyright	2006-09-24 12:59:06 UTC (rev 399)
+++ packages/experimental/pymsn/debian/copyright	2006-09-25 16:26:54 UTC (rev 400)
@@ -1,7 +1,7 @@
 This package was debianized by Samuel Maftoul <samuel.maftoul at gmail.com> on
 Thu, 21 Sep 2006 22:51:32 +0200.
 
-It was downloaded from http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-0.1.0.tar.gz
+It was downloaded from: http://telepathy.freedesktop.org/releases/pymsn/ 
 
 Upstream Author:  Ali Sabil <ali.sabil at gmail.com>
 

Modified: packages/experimental/pymsn/debian/rules
===================================================================
--- packages/experimental/pymsn/debian/rules	2006-09-24 12:59:06 UTC (rev 399)
+++ packages/experimental/pymsn/debian/rules	2006-09-25 16:26:54 UTC (rev 400)
@@ -11,6 +11,6 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-binary-install/telepathy-butterfly::
+binary-install/pymsn::
 	dh_pycentral
 	dh_python




More information about the Pkg-galago-commit mailing list