[Python-modules-commits] r11206 - in packages/jabberbot/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jan 18 21:48:29 UTC 2010


    Date: Monday, January 18, 2010 @ 21:48:26
  Author: piotr
Revision: 11206

Add python-support to Build-Depends (dh will pick it up and pysupport will
take care of byte compilation of .py files, closes: #565726)

Modified:
  packages/jabberbot/trunk/debian/changelog
  packages/jabberbot/trunk/debian/control

Modified: packages/jabberbot/trunk/debian/changelog
===================================================================
--- packages/jabberbot/trunk/debian/changelog	2010-01-18 21:24:08 UTC (rev 11205)
+++ packages/jabberbot/trunk/debian/changelog	2010-01-18 21:48:26 UTC (rev 11206)
@@ -1,3 +1,11 @@
+jabberbot (0.8-2) unstable; urgency=low
+
+  [ Piotr Ożarowski ]
+  * Add python-support to Build-Depends (dh will pick it up and pysupport will
+    take care of byte compilation of .py files, closes: #565726)
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Mon, 18 Jan 2010 22:31:32 +0100
+
 jabberbot (0.8-1) unstable; urgency=low
 
   * Initial release. (Closes: #554243)

Modified: packages/jabberbot/trunk/debian/control
===================================================================
--- packages/jabberbot/trunk/debian/control	2010-01-18 21:24:08 UTC (rev 11205)
+++ packages/jabberbot/trunk/debian/control	2010-01-18 21:48:26 UTC (rev 11206)
@@ -4,7 +4,7 @@
 XS-Python-Version: >= 2.5
 Maintainer: Carl Chenet <chaica at ohmytux.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python(>= 2.5), python-xmpp
+Build-Depends: debhelper (>= 7.0.50~), python(>= 2.5), python-xmpp, python-support (>= 0.90)
 Standards-Version: 3.8.3
 Homepage: http://thpinfo.com/2007/python-jabberbot/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/jabberbot/trunk/




More information about the Python-modules-commits mailing list