~ubuntu-branches/ubuntu/raring/pymodbus/raring-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert
  • Date: 2011-12-28 22:02:00 UTC
  • Revision ID: package-import@ubuntu.com-20111228220200-0e6dign1g9cer1pf
Tags: 0.9.0+r175-2
Set correct python dependencies (Closes: #642460).
Thanks to Thomas Bechtold <thomasbechtold@jpberlin.de>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
5
Uploaders: W. Martin Borgert <debacle@debian.org>, Maximiliano Curia <maxy@debian.org>
6
 
Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~),
7
 
               python-setuptools, python-twisted-core, python-nose
 
6
Build-Depends: debhelper (>= 7), python, python-setuptools, python-nose
8
7
Standards-Version: 3.9.2
9
8
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymodbus/trunk/
10
9
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymodbus/trunk/
12
11
 
13
12
Package: python-pymodbus
14
13
Architecture: all
15
 
Depends: python (>= 2.6.6-7~), python (<< 2.8)
 
14
Depends: ${python:Depends}
16
15
Recommends: python-twisted-core, python-serial
17
16
Provides: ${python:Provides}
18
17
Description: full Modbus protocol implementation