summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control4
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index bddbaf14d..588835deb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-bcfg2 (1.0.0~1.0.0rc2-0.1) unstable; urgency=low
+bcfg2 (1.0.0~rc2-1) unstable; urgency=low
+ [ Narayan Desai ]
* new release candidate
- -- Narayan Desai <desai@mcs.anl.gov> Sat, 31 Oct 2009 21:38:35 -0500
-
-bcfg2 (1.0.0rc1-1) unstable; urgency=low
-
+ [ Sami Haahtinen ]
* Update packaging
* Switch to plain debhelper
* Switch from pycentral to python-support
* Move homepage to the dedicated Homepage field
* Update Standards-Version to 3.8.3.0
+ * Add python-m2crypto as dependency
+ * bcfg2-server needs python2.4+
-- Sami Haahtinen <ressu@debian.org> Sat, 24 Oct 2009 00:20:51 +0300
diff --git a/debian/control b/debian/control
index 3155fdfd9..b197459d4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ 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)
+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}
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/
Description: Configuration management client
@@ -21,8 +21,8 @@ Package: bcfg2-server
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), python-fam | python-gamin, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), openssl
Recommends: python-genshi (>= 0.4.4), graphviz, python-profiler
-XB-Python-Version: ${python:Versions}
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/
+XB-Python-Version: >= 2.4
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.