From 2adf3508676c52fa5efaaa5deaeb1cc00d1b0c57 Mon Sep 17 00:00:00 2001 From: David Rabel Date: Sat, 18 Mar 2017 19:38:32 +0100 Subject: [PATCH] Missing dependency added net-tools is needed for the installation, but was not a dependency. See [0] for more information. [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858123 Change-Id: I0f898cb103266027829ee486c65f918bf928496b --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 09a9e359..1904e3e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +glance (2:13.0.0-3) unstable; urgency=medium + + * Team upload. + * Added dependency: net-tools ( Closes: #858123 ) + + -- David Rabel Sat, 18 Mar 2017 19:06:26 +0100 + glance (2:13.0.0-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 4930af23..41f9dce2 100644 --- a/debian/control +++ b/debian/control @@ -206,6 +206,7 @@ Depends: adduser, glance-common (= ${source:Version}), python-openstackclient, q-text-as-data, + net-tools, ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends},