summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/bcfg2.install1
-rw-r--r--debian/control4
2 files changed, 3 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/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.