[Dev] [PATCH] debootstrap: bump version to 1.0.107

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Wed Oct 24 14:34:06 GMT 2018


The 1.0.108 and 1.0.109 versions both results in a non-working rootfs:
  # debootstrap flidas rootfs/ http://archive.trisquel.info/trisquel
  [...]
  # ls rootfs/
  debootstrap  var
whereas with the 1.0.107 version we have:
  # ls rootfs/
  bin  boot  dev  etc  home  lib  media  mnt  opt  proc  root  run  sbin  srv  sys  tmp  usr  var

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 libre/debootstrap/PKGBUILD          |  6 +++---
 libre/debootstrap/arch-detect.patch | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD
index 91dfe9496..916e380fe 100644
--- a/libre/debootstrap/PKGBUILD
+++ b/libre/debootstrap/PKGBUILD
@@ -4,8 +4,8 @@
 
 pkgname=debootstrap
 
-pkgver=1.0.93
-pkgrel=4.parabola1
+pkgver=1.0.107
+pkgrel=1.parabola1
 arch=(any)
 
 pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support"
@@ -24,7 +24,7 @@ source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver"
         gnewsense
         trisquel)
 sha512sums=('SKIP'
-            '824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1'
+            'fb1101bcbbb2525e12c717ef0dbb4652b8c98e167b538127f0735690d588aa63d864115eca43a109b2b4305540b45a97ca410b5ea8265ec724af33ec11071e2a'
             '0b3507756b8f29d19146df3201143ccbd71cfd1f7ef865d184079180612b90c046cabab59fe42d246bfe476ae8fd5c43e81ee2fc3ee06bbc1fc3e75d9f1382ca'
             '968ef005bf1f399b3400080b2ba65f1b32c067c49faadc1caa7ee524a85980f0a6625c7b06838e01bbd8b99a496492da77a38f0e17f0a81fc029ee611fe639b6'
             'b192dcbd0d85923ddd97d1094bbcf36edb36a095bfe06e0971707651524f6712c7ab21f733ba6f24e5cbc2e977aec7c52645e41b78d04e45fca65971f89a47a7')
diff --git a/libre/debootstrap/arch-detect.patch b/libre/debootstrap/arch-detect.patch
index 821580358..50368a6e7 100644
--- a/libre/debootstrap/arch-detect.patch
+++ b/libre/debootstrap/arch-detect.patch
@@ -1,11 +1,11 @@
 diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
+index bc5e522..894dec4 100755
 --- a/debootstrap
 +++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
- 	HOST_ARCH=`/usr/bin/udpkg --print-architecture`
- elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
- 	HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
+@@ -506,6 +506,16 @@ elif in_path udpkg && \
+ 	HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
+ elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
+ 	HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
 +elif in_path pacman; then
 +	# pacman 5.1 will have `pacman-conf Architecture`
 +	CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-- 
2.19.0




More information about the Dev mailing list