From: Thomas Goirand Date: Tue, 3 Jun 2014 07:46:50 +0000 (+0800) Subject: Added missing dbconfig-common dependency. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=656d67024e267ddafa962171797666c1418055d9;p=openstack-build%2Fneutron-build.git Added missing dbconfig-common dependency. Change-Id: Ie97b19b17857b3c026a08dffd97420ef9a1c9114 --- diff --git a/debian/changelog b/debian/changelog index 98e50a5dc..1e64a0dad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +neutron (2014.1-7) unstable; urgency=medium + + * Added missing dbconfig-common dependency. + + -- Thomas Goirand Tue, 03 Jun 2014 15:46:32 +0800 + neutron (2014.1-6) unstable; urgency=high * Adds Install_SNAT_rules_for_ipv4_only.patch. Note that without this patch, diff --git a/debian/control b/debian/control index 59f4b4ab3..2bfac89f3 100644 --- a/debian/control +++ b/debian/control @@ -165,6 +165,7 @@ Package: neutron-common Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: adduser, + dbconfig-common, debconf, dpkg-dev, python-cliff,