From 77cf5ccd98e9a57ffe96e99171a6719825486655 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2019 10:30:28 +0200 Subject: Adding patch to correcting whitespace error in include handling that broke debconf container create script. Signed-off-by: Daniel Baumann --- debian/patches/series | 1 + debian/patches/upstream/0001-debconf-includes.patch | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 debian/patches/series create mode 100644 debian/patches/upstream/0001-debconf-includes.patch diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..c5e165c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +upstream/0001-debconf-includes.patch diff --git a/debian/patches/upstream/0001-debconf-includes.patch b/debian/patches/upstream/0001-debconf-includes.patch new file mode 100644 index 0000000..1b5df4a --- /dev/null +++ b/debian/patches/upstream/0001-debconf-includes.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Correcting whitespace error in include handling that broke debconf container create script. + +diff -Naurp open-infrastructure-compute-tools.orig/share/scripts/debconf open-infrastructure-compute-tools/share/scripts/debconf +--- open-infrastructure-compute-tools.orig/share/scripts/debconf ++++ open-infrastructure-compute-tools/share/scripts/debconf +@@ -359,7 +359,7 @@ Debootstrap () + INCLUDE="dbus" + + # apt repositories +- INCLUDE="${INCLUDE} gnupg" ++ INCLUDE="${INCLUDE},gnupg" + + if ( echo "${MIRROR}" | grep -qs '^https' ) || \ + ( echo "${PARENT_MIRROR}" | grep -qs '^https' ) -- cgit v1.2.3