source: trunk/debian/control

Last change on this file was 295, checked in by dennis, 11 years ago

Bumped version number to 4.3.6, modified debian/control file to ensure a dependicy
for python-argparse when your are using Python 2.6 or lower.

File size: 522 bytes
Line 
1Source: pbs-python
2Section: misc
3Priority: optional
4Maintainer: Bas van der Vlies <basv@sara.nl>
5Build-Depends: debhelper (>> 4.0.0), cdbs, chrpath, python, torque
6Standards-Version: 3.5.8
7
8Package: pbs-python
9Section: misc
10Architecture: any
11Depends: libtorque2, ${python:Depends}, ${python:Provides}, python-argparse | python (>= 2.7)
12Description: python API for the Torque library
13 PBS_PYTHON interface is a wrapper class for the OPENPBS/TORQUE C LIB API.
14 Now you can write utilities/extensions in Python instead of C.
Note: See TracBrowser for help on using the repository browser.