]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added missing po-debconf build-dep and debconf dep for the dashboard-apache package.
authorThomas Goirand <thomas@goirand.fr>
Fri, 16 Nov 2012 17:36:52 +0000 (17:36 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 16 Nov 2012 17:36:52 +0000 (17:36 +0000)
Rewritten-From: bc5c65e4abc67e49a5da6bea8e73c31d4c6c81b3

trusty/debian/control

index 746e3fa1a7fecbecbcb22c67a4b28513ab07d681..1c3ab6cca35ded0351ea750abcea11c98253dc4d 100644 (file)
@@ -8,6 +8,7 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
            Ghe Rivero <ghe.rivero@stackops.com>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
+ po-debconf,
  python-all (>= 2.6.6-3~),
  python-setuptools
 Build-Depends-Indep: openstack-pkg-tools,
@@ -79,7 +80,8 @@ Description: OpenStack Dashboard
 Package: openstack-dashboard-apache
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: libapache2-mod-wsgi (>=2.3),
+Depends: debconf,
+ libapache2-mod-wsgi (>=2.3),
  openstack-dashboard,
  ${misc:Depends}
 Description: OpenStack Dashboard - Apache support