summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-14 01:02:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-14 01:04:14 +0200
commit0c80b1a2144aac8bb8282b129e8453e7bc31a9d1 (patch)
tree99fed5146aabdb556a206e2f5f7f0ebc5a4ecda0
parentb19f93f8c41caf5800e7de0405c7270ba6944af8 (diff)
downloadbcfg2-debian/1.2.3-13.tar.gz
bcfg2-debian/1.2.3-13.tar.bz2
bcfg2-debian/1.2.3-13.zip
debian/control: allow python2.7 as dependsdebian/1.2.3-13
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 18118c970..7fe225224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.2.3-13) unstable; urgency=low
+
+ * debian/control: allow python2.7 as depends
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Tue, 14 May 2013 01:04:04 +0200
+
bcfg2 (1.2.3-12) unstable; urgency=low
* SSHbase: support for ipv6 addresses in known_hosts file
diff --git a/debian/control b/debian/control
index 63137dabf..39271a027 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ 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
+Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, ucf, lsb-base (>= 3.1-9), python-m2crypto | python-ssl | python2.6 | python2.7 | python3.0 | python3.1 | python3.2
XB-Python-Version: >= 2.3
Description: Configuration management client
Bcfg2 is a configuration management system that generates configuration sets
@@ -21,7 +21,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-gamin
+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 | bython2.7 | python3.0 | python3.1 | python3.2, python-gamin
XB-Python-Version: >= 2.4
Recommends: graphviz, patch
Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-sqlalchemy (>= 0.5.0), python-django, mail-transport-agent