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

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Feb 14 23:24:37 UTC 2011


    Date: Monday, February 14, 2011 @ 23:24:25
  Author: chaica-guest
Revision: 15713

  * New upstream release. (Closes: #595068)
  * debian/control
    - Removed python-support from Build-Depends
    - Bump the Build-Depends python version to 2.6.6-3
    - Replaced XS-Python-Version to X-Python-Version
    - Replaced the Standards-Version field to 3.9.1.0
    - Added Breaks: ${python:Breaks} to the binary package info
  * debian/rules
    - Added --with python2 to dh $@

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

Modified: packages/jabberbot/trunk/debian/changelog
===================================================================
--- packages/jabberbot/trunk/debian/changelog	2011-02-14 22:25:53 UTC (rev 15712)
+++ packages/jabberbot/trunk/debian/changelog	2011-02-14 23:24:25 UTC (rev 15713)
@@ -1,3 +1,17 @@
+jabberbot (0.12-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #595068)
+  * debian/control
+    - Removed python-support from Build-Depends
+    - Bump the Build-Depends python version to 2.6.6-3
+    - Replaced XS-Python-Version to X-Python-Version
+    - Replaced the Standards-Version field to 3.9.1.0
+    - Added Breaks: ${python:Breaks} to the binary package info
+  * debian/rules
+    - Added --with python2 to dh $@
+
+ -- Carl Chenet <chaica at ohmytux.com>  Tue, 15 Feb 2011 01:13:30 +0100
+
 jabberbot (0.10-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/jabberbot/trunk/debian/control
===================================================================
--- packages/jabberbot/trunk/debian/control	2011-02-14 22:25:53 UTC (rev 15712)
+++ packages/jabberbot/trunk/debian/control	2011-02-14 23:24:25 UTC (rev 15713)
@@ -1,11 +1,11 @@
 Source: jabberbot
 Priority: optional
 Section: python
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>
-Build-Depends: debhelper (>= 7.0.50~), python(>= 2.5), python-support, python-xmpp
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), python(>= 2.6.6-3), python-xmpp
+Standards-Version: 3.9.1.0
 Homepage: http://thpinfo.com/2007/python-jabberbot/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/jabberbot/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/jabberbot/trunk/
@@ -13,6 +13,7 @@
 Package: python-jabberbot
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-xmpp
+Breaks: ${python:Breaks}
 Description: easily write simple Jabber bots
  Python-jabberbot is a Jabber bot framework for Python that enables 
  you to easily write simple Jabber bots. 

Modified: packages/jabberbot/trunk/debian/rules
===================================================================
--- packages/jabberbot/trunk/debian/rules	2011-02-14 22:25:53 UTC (rev 15712)
+++ packages/jabberbot/trunk/debian/rules	2011-02-14 23:24:25 UTC (rev 15713)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 




More information about the Python-modules-commits mailing list