summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 1 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index aee6f1c24..85b27fe99 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Sami Haahtinen <ressu@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python (>= 2.6),
python-setuptools,
- python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-lxml,
python-daemon,
python-boto,
@@ -15,9 +14,7 @@ Build-Depends: debhelper (>= 7.0.50~),
python-genshi,
python-pyinotify,
python-m2crypto,
- python-doc,
- python-mock,
- python-mock-doc
+ python-doc
Build-Depends-Indep: python-support (>= 0.5.3)
Standards-Version: 3.8.0.0
Homepage: http://bcfg2.org/
@@ -50,12 +47,3 @@ Description: Configuration management web interface
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.
bcfg2-web is the reporting server for bcfg2.
-
-Package: bcfg2-doc
-Section: doc
-Architecture: all
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: Configuration management system documentation
- Bcfg2 is a configuration management system that generates configuration sets
- for clients bound by client profiles.
- bcfg2-doc is the documentation for bcfg2.