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, 0 insertions, 15 deletions
diff --git a/debian/patches/upstream/0001-debconf-includes.patch b/debian/patches/upstream/0001-debconf-includes.patch
deleted file mode 100644
index 1b5df4a..0000000
--- a/debian/patches/upstream/0001-debconf-includes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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' )