summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-05-18 16:13:21 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-05-18 16:13:21 -0500
commitf7cc894d0278f6a36fab1a9c44eb2d8bdb02d403 (patch)
tree80654a570fc2dbb51011b1d618279ebfabbb19d7 /debian
parentfad4f0016f072365605d58a29f1a0b07ad18fe5c (diff)
downloadbcfg2-f7cc894d0278f6a36fab1a9c44eb2d8bdb02d403.tar.gz
bcfg2-f7cc894d0278f6a36fab1a9c44eb2d8bdb02d403.tar.bz2
bcfg2-f7cc894d0278f6a36fab1a9c44eb2d8bdb02d403.zip
debian: Clean up python dependencies
We no longer support any versions of Debian or Ubuntu with python < 2.6. In addition, the XB-Python-Version tag is deprecated. http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-specifying_versions Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 6c7278e4e..3d03d7f75 100644
--- a/debian/control
+++ b/debian/control
@@ -16,13 +16,11 @@ Build-Depends: debhelper (>= 7.0.50~),
python-mock-doc
Build-Depends-Indep: python-support (>= 0.5.3)
Standards-Version: 3.8.0.0
-XS-Python-Version: >= 2.3
Homepage: http://bcfg2.org/
Package: bcfg2
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, ucf, lsb-base (>= 3.1-9), python-m2crypto | python-ssl | python2.6 | python3.0 | python3.1 | python3.2
-XB-Python-Version: >= 2.3
+Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, ucf, lsb-base (>= 3.1-9), python (>= 2.6)
Description: Configuration management client
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.
@@ -31,8 +29,7 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python-ssl | python2.6 | python3.0 | python3.1 | python3.2, python-pyinotify | python-gamin, python-daemon
-XB-Python-Version: >= 2.4
+Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python (>= 2.6), python-pyinotify | python-gamin, python-daemon
Recommends: graphviz, patch
Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-sqlalchemy (>= 0.5.0), python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
Description: Configuration management server
@@ -45,7 +42,6 @@ Package: bcfg2-web
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, bcfg2-server (= ${binary:Version}), python-django,
Suggests: python-mysqldb, python-psycopg2, python-sqlite, libapache2-mod-wsgi
-XB-Python-Version: >= 2.4
Description: Configuration management web interface
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.