[arch-commits] Commit in debootstrap/trunk (PKGBUILD arch-detect.patch)
Felix Yan
felixonmars at archlinux.org
Thu Oct 6 07:38:31 UTC 2016
Date: Thursday, October 6, 2016 @ 07:38:31
Author: felixonmars
Revision: 191454
upgpkg: debootstrap 1.0.84-1
Modified:
debootstrap/trunk/PKGBUILD
debootstrap/trunk/arch-detect.patch
-------------------+
PKGBUILD | 4 ++--
arch-detect.patch | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-06 04:54:05 UTC (rev 191453)
+++ PKGBUILD 2016-10-06 07:38:31 UTC (rev 191454)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=debootstrap
-pkgver=1.0.83
+pkgver=1.0.84
pkgrel=1
pkgdesc="Bootstrap a basic Debian system"
arch=('any')
@@ -16,7 +16,7 @@
'debian-archive-keyring: check release signatures for Debian'
'ubuntu-keyring: check release signatures for Ubuntu')
md5sums=('SKIP'
- '60043aaeb9afc1c2d7d2a2d9888eca35')
+ 'af21c8c6e073dbedcd472d876f5a50c2')
prepare() {
cd debootstrap
Modified: arch-detect.patch
===================================================================
--- arch-detect.patch 2016-10-06 04:54:05 UTC (rev 191453)
+++ arch-detect.patch 2016-10-06 07:38:31 UTC (rev 191454)
@@ -1,6 +1,6 @@
--- a/debootstrap 2016-03-22 21:13:58.000000000 +0800
+++ b/debootstrap 2016-03-22 21:13:09.573621800 +0800
-@@ -419,6 +419,14 @@
+@@ -419,6 +419,15 @@
HOST_ARCH=`/usr/bin/udpkg --print-architecture`
elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
@@ -10,6 +10,7 @@
+ "i686") HOST_ARCH="i386" ;;
+ "x86_64") HOST_ARCH="amd64" ;;
+ "armv7h") HOST_ARCH="armhf" ;;
++ "aarch64") HOST_ARCH="arm64" ;;
+ *) echo "Unknown architecture: $CARCH" && exit 1
+ esac
fi
More information about the arch-commits
mailing list