[Python-modules-commits] r8401 - in packages/pyxmpp/trunk/debian (changelog control)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri May 8 22:09:38 UTC 2009
Date: Friday, May 8, 2009 @ 22:09:37
Author: bzed
Revision: 8401
* Adding Section: doc for python-pyxmpp-doc.
* Adding missing ${misc:Depends} and ${shlibs:Depends}
Modified:
packages/pyxmpp/trunk/debian/changelog
packages/pyxmpp/trunk/debian/control
Modified: packages/pyxmpp/trunk/debian/changelog
===================================================================
--- packages/pyxmpp/trunk/debian/changelog 2009-05-08 22:03:34 UTC (rev 8400)
+++ packages/pyxmpp/trunk/debian/changelog 2009-05-08 22:09:37 UTC (rev 8401)
@@ -12,8 +12,10 @@
as Build-Deps.
* Adding watch file.
* Adding debian/pyversions, limiting to 2.4 and later.
+ * Adding Section: doc for python-pyxmpp-doc.
+ * Adding missing ${misc:Depends} and ${shlibs:Depends}
- -- Bernd Zeimetz <bzed at debian.org> Sat, 09 May 2009 00:05:51 +0200
+ -- Bernd Zeimetz <bzed at debian.org> Sat, 09 May 2009 00:11:19 +0200
pyxmpp (1.0.0-4) unstable; urgency=medium
Modified: packages/pyxmpp/trunk/debian/control
===================================================================
--- packages/pyxmpp/trunk/debian/control 2009-05-08 22:03:34 UTC (rev 8400)
+++ packages/pyxmpp/trunk/debian/control 2009-05-08 22:09:37 UTC (rev 8401)
@@ -4,12 +4,13 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>
Build-Depends: debhelper (>= 7.0), python-dnspython, python-m2crypto, python-libxml2,
- libxml2-dev, python-all-dev (>= 2.4.2-1), python-support (>= 0.7.1)
+ libxml2-dev, python-all-dev (>= 2.4), python-support (>= 0.7.1)
Standards-Version: 3.8.1
Package: python-pyxmpp
Architecture: any
-Depends: ${python:Depends}, python-dnspython, python-m2crypto, python-libxml2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python-dnspython, python-m2crypto, python-libxml2
Provides: ${python:Provides}
Conflicts: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1)
Replaces: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1)
@@ -39,6 +40,8 @@
Package: python-pyxmpp-doc
Architecture: all
+Section: doc
+Depends: ${misc:Depends}
Description: XMPP and Jabber implementation for Python (documentation)
PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber
(http://www.jabber.org/protocol/) implementation. It is based on libxml2 --
More information about the Python-modules-commits
mailing list