summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-04-13 08:30:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-04-13 08:30:28 +0000
commit77cf5ccd98e9a57ffe96e99171a6719825486655 (patch)
tree863e2f66f363e692d68fa4aa43db858aed7cf09c
parentReleasing debian version 20190413-1. (diff)
downloadopen-infrastructure-compute-tools-77cf5ccd98e9a57ffe96e99171a6719825486655.tar.xz
open-infrastructure-compute-tools-77cf5ccd98e9a57ffe96e99171a6719825486655.zip
Adding patch to correcting whitespace error in include handling that broke debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/upstream/0001-debconf-includes.patch15
2 files changed, 16 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org>
+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' )