debootstrap: Update from 1.0.99 to 1.0.102

This commit is contained in:
Fredrik Fornwall 2018-06-21 22:32:14 +02:00
parent 09b12bba65
commit 836bf993d4
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://wiki.debian.org/Debootstrap TERMUX_PKG_HOMEPAGE=https://wiki.debian.org/Debootstrap
TERMUX_PKG_DESCRIPTION="Bootstrap a basic Debian system" TERMUX_PKG_DESCRIPTION="Bootstrap a basic Debian system"
TERMUX_PKG_VERSION=1.0.99 TERMUX_PKG_VERSION=1.0.102
TERMUX_PKG_SHA256=4bb36de163b0799f40ba289d39f3630275664198b2e873646bd347f8fe289cde TERMUX_PKG_SHA256=09675c7338ff0a328a1d67d84af93af46716a618d6c8cdb8c76d1ce07cb70ec5
TERMUX_PKG_SRCURL=http://http.debian.net/debian/pool/main/d/debootstrap/debootstrap_${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SRCURL=http://http.debian.net/debian/pool/main/d/debootstrap/debootstrap_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_DEPENDS="wget, proot, perl" TERMUX_PKG_DEPENDS="wget, proot, perl"

View File

@ -1,7 +1,7 @@
diff -u -r ../debootstrap-1.0.97/functions ./functions diff -u -r ../debootstrap-1.0.102/functions ./functions
--- ../debootstrap-1.0.97/functions 2018-04-17 04:06:32.000000000 +0200 --- ../debootstrap-1.0.102/functions 2018-06-13 13:00:11.000000000 +0000
+++ ./functions 2018-04-30 03:18:01.010494588 +0200 +++ ./functions 2018-06-21 20:30:41.301533374 +0000
@@ -906,7 +906,7 @@ @@ -910,7 +910,7 @@
extract_dpkg_deb_data () { extract_dpkg_deb_data () {
local pkg="$1" local pkg="$1"
@ -10,7 +10,7 @@ diff -u -r ../debootstrap-1.0.97/functions ./functions
} }
# Raw .deb extractors # Raw .deb extractors
@@ -946,7 +946,7 @@ @@ -950,7 +950,7 @@
esac esac
if in_path "$cat_cmd"; then if in_path "$cat_cmd"; then
@ -19,10 +19,10 @@ diff -u -r ../debootstrap-1.0.97/functions ./functions
else else
error 1 UNPACKCMDUNVL "Extracting %s requires the %s command, which is not available" "$pkg" "$cat_cmd" error 1 UNPACKCMDUNVL "Extracting %s requires the %s command, which is not available" "$pkg" "$cat_cmd"
fi fi
@@ -1171,7 +1171,6 @@ @@ -1165,7 +1165,6 @@
hurd*) return 0
;; fi
*)
- setup_devices_simple - setup_devices_simple
;; ;;
esac esac