summaryrefslogtreecommitdiffstats
path: root/debian/patches/upstream/0001-debconf-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/upstream/0001-debconf-includes.patch')
-rw-r--r--debian/patches/upstream/0001-debconf-includes.patch15
1 files changed, 15 insertions, 0 deletions
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' )