[Python-modules-commits] r22267 - in packages/pymodbus/trunk/debian (changelog clean control)
maxy at users.alioth.debian.org
maxy at users.alioth.debian.org
Sat Jun 23 23:19:05 UTC 2012
Date: Saturday, June 23, 2012 @ 23:19:01
Author: maxy
Revision: 22267
New debian package, version 0.9.0+r175-3
Added:
packages/pymodbus/trunk/debian/clean
Modified:
packages/pymodbus/trunk/debian/changelog
packages/pymodbus/trunk/debian/control
Modified: packages/pymodbus/trunk/debian/changelog
===================================================================
--- packages/pymodbus/trunk/debian/changelog 2012-06-23 16:23:54 UTC (rev 22266)
+++ packages/pymodbus/trunk/debian/changelog 2012-06-23 23:19:01 UTC (rev 22267)
@@ -1,3 +1,11 @@
+pymodbus (0.9.0+r175-3) unstable; urgency=low
+
+ * Add ${misc:Depends} to avoid lintian warnings.
+ * Update debhelper dependency version.
+ * Clean egg files (Closes: #671416).
+
+ -- Maximiliano Curia <maxy at debian.org> Sat, 23 Jun 2012 18:29:11 -0300
+
pymodbus (0.9.0+r175-2) unstable; urgency=low
* Set correct python dependencies (Closes: #642460).
Added: packages/pymodbus/trunk/debian/clean
===================================================================
--- packages/pymodbus/trunk/debian/clean (rev 0)
+++ packages/pymodbus/trunk/debian/clean 2012-06-23 23:19:01 UTC (rev 22267)
@@ -0,0 +1 @@
+pymodbus.egg-info/*
Modified: packages/pymodbus/trunk/debian/control
===================================================================
--- packages/pymodbus/trunk/debian/control 2012-06-23 16:23:54 UTC (rev 22266)
+++ packages/pymodbus/trunk/debian/control 2012-06-23 23:19:01 UTC (rev 22267)
@@ -3,15 +3,15 @@
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, python-setuptools, python-nose
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-nose
+Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymodbus/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymodbus/trunk/
Homepage: http://code.google.com/p/pymodbus
Package: python-pymodbus
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-twisted-core, python-serial
Provides: ${python:Provides}
Description: full Modbus protocol implementation
More information about the Python-modules-commits
mailing list