--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Dear release team,
Since net-tools is not an essential package anymore, cloud-init must
depend on it otherwise, a cloud image may simply fail to boot without
fixing the image geneartion tool. This is what the -2 release of the
cloud-init package fixes (see diff attached).
Please unblock cloud-init/0.7.9-2
Cheers,
Thomas Goirand (zigo)
diff --git a/debian/changelog b/debian/changelog
index 3060397..2e63258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cloud-init (0.7.9-2) unstable; urgency=medium
+
+ * Add net-tools as runtime depends (Closes: #853926).
+ * Add depends: on lsb-base.
+
+ -- Thomas Goirand <zigo@debian.org> Thu, 02 Feb 2017 13:23:41 +0000
+
cloud-init (0.7.9-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index c0c855a..bb8a85e 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,9 @@ Package: cloud-init
Architecture: all
Depends:
gdisk,
+ lsb-base,
lsb-release,
+ net-tools,
ifupdown,
procps,
${misc:Depends},
--- End Message ---
--- Begin Message ---
Thomas Goirand:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
>
> Dear release team,
>
> Since net-tools is not an essential package anymore, cloud-init must
> depend on it otherwise, a cloud image may simply fail to boot without
> fixing the image geneartion tool. This is what the -2 release of the
> cloud-init package fixes (see diff attached).
>
> Please unblock cloud-init/0.7.9-2
>
> Cheers,
>
> Thomas Goirand (zigo)
>
Unblocked, thanks.
~Niels
--- End Message ---