summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2009-11-05 18:04:11 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2009-11-05 18:04:11 +0000
commit06ae69c5d2951d78b95e55f0c6a2d12985135087 (patch)
tree9e2906d7a8bf32b92e4e99c5133cfbad5b8401de /debian/control
parentd8918ee23116b992db0f5aaf0275b5fd3c5c32f8 (diff)
downloadbcfg2-06ae69c5d2951d78b95e55f0c6a2d12985135087.tar.gz
bcfg2-06ae69c5d2951d78b95e55f0c6a2d12985135087.tar.bz2
bcfg2-06ae69c5d2951d78b95e55f0c6a2d12985135087.zip
1 Doc said python-support should go on Build-Depends-Indep line
2 Don't force install of python-m2crypto if python 2.6 or greater, which support ssl natively, are present 3 Use ">= 2.3" instead of "${python:Versions}" for bcfg2 XB-Python-Version - the later was setting this to every available python version, eg "2.5, 2.6", and then on install shebang lines were getting forced to older version in some cases. Now just "/usr/bin/python" will be used. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5543 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index b197459d4..227a0f579 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,15 @@ Source: bcfg2
Section: admin
Priority: optional
Maintainer: Sami Haahtinen <ressu@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-dev (>= 2.3.5-11), python-support
+Build-Depends: debhelper (>= 7.0.50~), python-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-support
Standards-Version: 3.8.3.0
XS-Python-Version: >= 2.3
Package: bcfg2
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9), python-m2crypto
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9), python-m2crypto | python (>= 2.6)
+XB-Python-Version: >= 2.3
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/
Description: Configuration management client
Bcfg2 is a configuration management system that generates configuration sets
@@ -28,3 +29,5 @@ Description: Configuration management server
for clients bound by client profiles.
bcfg2-server is the server for bcfg2 clients, which generates configuration
sets and stores statistics of client system states.
+
+