[Python-modules-commits] r19774 - in packages/pymodbus/trunk/debian (changelog control rules)
debacle at users.alioth.debian.org
debacle at users.alioth.debian.org
Wed Dec 28 23:58:43 UTC 2011
Date: Wednesday, December 28, 2011 @ 23:58:42
Author: debacle
Revision: 19774
New version 0.9.0+r175-2.
Modified:
packages/pymodbus/trunk/debian/changelog
packages/pymodbus/trunk/debian/control
packages/pymodbus/trunk/debian/rules
Modified: packages/pymodbus/trunk/debian/changelog
===================================================================
--- packages/pymodbus/trunk/debian/changelog 2011-12-28 23:57:55 UTC (rev 19773)
+++ packages/pymodbus/trunk/debian/changelog 2011-12-28 23:58:42 UTC (rev 19774)
@@ -1,3 +1,10 @@
+pymodbus (0.9.0+r175-2) unstable; urgency=low
+
+ * Set correct python dependencies (Closes: #642460).
+ Thanks to Thomas Bechtold <thomasbechtold at jpberlin.de>.
+
+ -- W. Martin Borgert <debacle at debian.org> Wed, 28 Dec 2011 22:02:00 +0000
+
pymodbus (0.9.0+r175-1) unstable; urgency=low
* Update from trunk to get a number of upstream fixes.
Modified: packages/pymodbus/trunk/debian/control
===================================================================
--- packages/pymodbus/trunk/debian/control 2011-12-28 23:57:55 UTC (rev 19773)
+++ packages/pymodbus/trunk/debian/control 2011-12-28 23:58:42 UTC (rev 19774)
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle at debian.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~),
- python-setuptools, python-twisted-core, python-nose
+Build-Depends: debhelper (>= 7), python, python-setuptools, python-nose
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymodbus/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymodbus/trunk/
@@ -12,7 +11,7 @@
Package: python-pymodbus
Architecture: all
-Depends: python (>= 2.6.6-7~), python (<< 2.8)
+Depends: ${python:Depends}
Recommends: python-twisted-core, python-serial
Provides: ${python:Provides}
Description: full Modbus protocol implementation
Modified: packages/pymodbus/trunk/debian/rules
===================================================================
--- packages/pymodbus/trunk/debian/rules 2011-12-28 23:57:55 UTC (rev 19773)
+++ packages/pymodbus/trunk/debian/rules 2011-12-28 23:58:42 UTC (rev 19774)
@@ -9,3 +9,6 @@
override_dh_installdocs:
dh_installdocs -Xtest/
+
+override_dh_python2:
+ dh_python2 --no-guessing-deps
More information about the Python-modules-commits
mailing list