summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/bcfg2.install1
-rw-r--r--debian/changelog12
-rw-r--r--debian/control4
3 files changed, 15 insertions, 2 deletions
diff --git a/debian/bcfg2.install b/debian/bcfg2.install
index fc43c3ecb..a240dac53 100644
--- a/debian/bcfg2.install
+++ b/debian/bcfg2.install
@@ -1,6 +1,7 @@
debian/tmp/usr/bin/bcfg2 usr/sbin
debian/tmp/usr/lib/python*/*-packages/Bcfg2/*.py
debian/tmp/usr/lib/python*/*-packages/Bcfg2/Client/*
+debian/tmp/usr/lib/python*/*-packages/Bcfg2/Options/*
debian/tmp/usr/share/man/man1/*
debian/tmp/usr/share/man/man5/*
examples/bcfg2.conf usr/share/bcfg2
diff --git a/debian/changelog b/debian/changelog
index 7f6e2f637..e30fba546 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+bcfg2 (1.4.0pre1-0.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sol Jerome <sol.jerome@gmail.com> Mon, 16 Jun 2014 09:36:13 -0500
+
+bcfg2 (1.3.4-0.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sol Jerome <sol.jerome@gmail.com> Tue, 25 Feb 2014 13:25:16 -0600
+
bcfg2 (1.3.3-0.0) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 1b1ca8f61..8eb4343c7 100644
--- a/debian/control
+++ b/debian/control
@@ -33,9 +33,9 @@ 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 (>= 2.6), python-pyinotify | python-gamin, python-daemon
+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, python-genshi (>= 0.4.4)
Recommends: graphviz, patch
-Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
+Suggests: python-cheetah, python-profiler, python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.