[Python-modules-commits] r15538 - in packages/wokkel/trunk/debian (5 files)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Feb 8 10:46:58 UTC 2011


    Date: Tuesday, February 8, 2011 @ 10:46:57
  Author: angelabad-guest
Revision: 15538

* Switch to dh_python2
  - debian/control:
    + Remove python-support from B-D-I
    + Bump minimun python-all version to 2.6.6-3
    + Add Breaks: python:Breaks
    + Add X-Python-Version: >= 2.4
  - debian/rules
    + Add --with python2 to rules
  - debian/pyversions: Remove file
* Bump Standards-Version to 3.9.1 (no changes)
* Switch to dpkg-source format 3.0 (quilt)

Modified:
  packages/wokkel/trunk/debian/changelog
  packages/wokkel/trunk/debian/control
  packages/wokkel/trunk/debian/rules
  packages/wokkel/trunk/debian/source/format
Deleted:
  packages/wokkel/trunk/debian/pyversions

Modified: packages/wokkel/trunk/debian/changelog
===================================================================
--- packages/wokkel/trunk/debian/changelog	2011-02-08 10:31:05 UTC (rev 15537)
+++ packages/wokkel/trunk/debian/changelog	2011-02-08 10:46:57 UTC (rev 15538)
@@ -1,3 +1,19 @@
+wokkel (0.6.3-2) unstable; urgency=low
+
+  * Switch to dh_python2
+    - debian/control:
+      + Remove python-support from B-D-I
+      + Bump minimun python-all version to 2.6.6-3
+      + Add Breaks: python:Breaks
+      + Add X-Python-Version: >= 2.4
+    - debian/rules
+      + Add --with python2 to rules
+    - debian/pyversions: Remove file
+  * Bump Standards-Version to 3.9.1 (no changes)
+  * Switch to dpkg-source format 3.0 (quilt)
+
+ -- Angel Abad <angelabad at gmail.com>  Tue, 08 Feb 2011 11:46:35 +0100
+
 wokkel (0.6.3-1) unstable; urgency=low
 
   * Initial release (Closes: #535829)

Modified: packages/wokkel/trunk/debian/control
===================================================================
--- packages/wokkel/trunk/debian/control	2011-02-08 10:31:05 UTC (rev 15537)
+++ packages/wokkel/trunk/debian/control	2011-02-08 10:46:57 UTC (rev 15538)
@@ -3,18 +3,19 @@
 Priority: optional 
 Maintainer: Angel Abad <angelabad at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.4), python-setuptools
-Build-Depends-Indep: python-support (>= 0.5.3)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50), python-all (>= 2.6.6-3), python-setuptools
+Standards-Version: 3.9.1
 Homepage: http://wokkel.ik.nu/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/wokkel/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/wokkel/trunk/
+X-Python-Version: >= 2.4
 DM-Upload-Allowed: yes
 
 Package: python-wokkel
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 8.0.0),
  python (>= 2.5) | python-crypto
+Breaks: ${python:Breaks}
 Description: collection of enhancements for Twisted
  Wokkel is collection of enhancements on top of the  
  Twisted networking framework, written in Python. It 

Deleted: packages/wokkel/trunk/debian/pyversions
===================================================================
--- packages/wokkel/trunk/debian/pyversions	2011-02-08 10:31:05 UTC (rev 15537)
+++ packages/wokkel/trunk/debian/pyversions	2011-02-08 10:46:57 UTC (rev 15538)
@@ -1 +0,0 @@
-2.4-

Modified: packages/wokkel/trunk/debian/rules
===================================================================
--- packages/wokkel/trunk/debian/rules	2011-02-08 10:31:05 UTC (rev 15537)
+++ packages/wokkel/trunk/debian/rules	2011-02-08 10:46:57 UTC (rev 15538)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_clean:
 	rm -rf wokkel.egg-info

Modified: packages/wokkel/trunk/debian/source/format
===================================================================
--- packages/wokkel/trunk/debian/source/format	2011-02-08 10:31:05 UTC (rev 15537)
+++ packages/wokkel/trunk/debian/source/format	2011-02-08 10:46:57 UTC (rev 15538)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list