debootstrap: Update from 1.0.97 to 1.0.99

This commit is contained in:
Fredrik Fornwall 2018-05-19 00:17:00 +02:00
parent 6ff640723a
commit f1921582cb
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://wiki.debian.org/Debootstrap
TERMUX_PKG_DESCRIPTION="Bootstrap a basic Debian system"
TERMUX_PKG_VERSION=1.0.97
TERMUX_PKG_SHA256=d3e6bef403dbabade11d098214030d5063c6b238d3751b159f727af7556c5cf0
TERMUX_PKG_VERSION=1.0.99
TERMUX_PKG_SHA256=4bb36de163b0799f40ba289d39f3630275664198b2e873646bd347f8fe289cde
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_DEPENDS="wget, proot, perl"

View File

@ -1,6 +1,6 @@
diff -u -r ../debootstrap-1.0.97/scripts/debian-common ./scripts/debian-common
--- ../debootstrap-1.0.97/scripts/debian-common 2018-04-17 04:06:32.000000000 +0200
+++ ./scripts/debian-common 2018-04-30 03:21:24.616305825 +0200
diff -u -r ../debootstrap-1.0.99/scripts/debian-common ./scripts/debian-common
--- ../debootstrap-1.0.99/scripts/debian-common 2018-05-17 01:57:52.000000000 +0000
+++ ./scripts/debian-common 2018-05-18 22:15:13.894769189 +0000
@@ -52,7 +52,7 @@
setup_etc
if [ ! -e "$TARGET/etc/fstab" ]; then
@ -10,15 +10,15 @@ diff -u -r ../debootstrap-1.0.97/scripts/debian-common ./scripts/debian-common
fi
setup_devices
@@ -92,7 +92,6 @@
if doing_variant fakechroot; then
setup_proc_fakechroot
else
@@ -94,7 +94,6 @@
}
if ! doing_variant fakechroot; then
- setup_proc
in_target /sbin/ldconfig
fi
@@ -162,6 +161,20 @@
@@ -164,6 +163,20 @@
echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/start-stop-daemon"
chmod 755 "$TARGET/sbin/start-stop-daemon"