diff options
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/patches/upstream/0001-debconf-includes.patch | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index c5e165c..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -upstream/0001-debconf-includes.patch 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' ) |