[robot-player] 06/08: Update and fixes in control file
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Sun Nov 15 00:26:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository robot-player.
commit 3f211b36c6ad9d866215e11d5ccdbee3969b5ed2
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Sun Nov 15 00:23:11 2015 +0000
Update and fixes in control file
* Update debhelper
* Specify python2 in module
* Use jquery package
* Split dependencies one per line
---
debian/control | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 39a28e5..af5a6cb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: player
Section: science
Priority: extra
Maintainer: Michael Janssen <jamuraa at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
autotools-dev,
libgsl0-dev,
libopencv-dev,
@@ -14,11 +14,11 @@ Build-Depends: debhelper (>= 7.0.50~),
libboost-thread-dev,
swig,
libjpeg-dev,
+ python-all,
dh-python,
doxygen,
linux-libc-dev | linux-kernel-headers,
libgnomecanvas2-dev,
- python-dev,
freeglut3-dev,
graphviz,
ruby,
@@ -33,7 +33,7 @@ Build-Depends: debhelper (>= 7.0.50~),
cmake,
libusb-dev,
libv4l-dev
-XS-Python-Version: all
+XS-Python-Version: >= 2.6
Standards-Version: 3.9.6
Homepage: http://playerstage.sourceforge.net/
@@ -53,7 +53,7 @@ Description: Networked server for robots and sensors
Package: robot-player-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
Description: Networked server for robots and sensors (documentation)
Player provides a common interface to a variety of robot and
sensor hardware. The client/server model allows robot programs to be
@@ -64,7 +64,11 @@ Description: Networked server for robots and sensors (documentation)
Package: robot-player-dev
Architecture: all
-Depends: libplayertcp3.0-dev (>= ${source:Version}), libplayerc++3.0-dev (>= ${source:Version}), libplayerdrivers3.0-dev (>= ${source:Version}), libplayerwkb3.0-dev (>= ${source:Version}), ${misc:Depends}
+Depends: libplayertcp3.0-dev (>= ${source:Version}),
+ libplayerc++3.0-dev (>= ${source:Version}),
+ libplayerdrivers3.0-dev (>= ${source:Version}),
+ libplayerwkb3.0-dev (>= ${source:Version}),
+ ${misc:Depends}
Description: Networked server for robots and sensors - development package
Player proovides a common interface to a variety of robot and}
sensor hardware. The client/server model allows robot programs to be
@@ -304,7 +308,7 @@ Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
-Description: Networked server for robots and sensors - Python wrapper
+Description: Networked server for robots and sensors - Python2 wrapper
Provides a network interface to a variety of robot and sensor
hardware. Player's client/server model allows robot control programs
to be written in any programming language and to run on any computer
@@ -312,7 +316,7 @@ Description: Networked server for robots and sensors - Python wrapper
concurrent client connections to devices, creating new possibilities
for distributed and collaborative sensing and control.
.
- This package contains the Python wrapper module.
+ This package contains the Python2 wrapper module.
Package: libpmap3.0
Section: libs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/robot-player.git
More information about the debian-science-commits
mailing list