]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added missing dbconfig-common depends (Closes: #709126)
authorThomas Goirand <thomas@goirand.fr>
Tue, 21 May 2013 04:40:16 +0000 (12:40 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 21 May 2013 04:40:16 +0000 (12:40 +0800)
Rewritten-From: 8deabfd70ce912c99bb5666cc71d91e6e51de988

xenial/debian/changelog
xenial/debian/control

index d8f933dea1b4422d9e075ca70271e91132b70851..52043e0aa42d719fea28fc8e3505cb6da2d97b97 100644 (file)
@@ -1,3 +1,10 @@
+heat (2013.1-3) unstable; urgency=low
+
+  * Added missing dbconfig-common depends (Closes: #709126). Thanks to Andrea
+    Beckmann for the bug report.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 21 May 2013 12:38:11 +0800
+
 heat (2013.1-2) unstable; urgency=low
 
   * Uploading to unstable.
index a2df206d7c50a48a359ecf033970f68b5413078b..59ced9432e9441f59e579d4b40cd42bb6321438c 100644 (file)
@@ -97,7 +97,7 @@ Description: OpenStack orchestration service - Python files
 Package: heat-common
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${python:Depends}, ${misc:Depends}, python-heat (=${binary:Version}),
+Depends: dbconfig-common, ${python:Depends}, ${misc:Depends}, python-heat (=${binary:Version}),
  adduser
 Description: OpenStack orchestration service - common files
  Heat is a service to orchestrate multiple composite cloud applications using