X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 13C91DD6816 for ; Tue, 10 Nov 2015 02:01:46 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id DA0FADC011B for ; Tue, 10 Nov 2015 02:01:44 +0000 (UTC) Received: by pasz6 with SMTP id z6so224320426pas.2 for ; Mon, 09 Nov 2015 18:01:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=SaKWkrF/PJGW7RG9mexgvYzbIEdGFF3pL2aMXQYj34w=; b=E00L/aV9/dn524CpK1LtyrbdAM+/z/mevjTFtVBNwubhC2ulV00kZq3QwaiwjpIIzV LryPg4ctvFOJbkcFvsvxfMZoAyQ8r7j3qlBd7rxS1ucRQ9fB7raLG59pwVra3EABsP9W bq2hu1QtItoB/xycMdIhr4nXtEoS6bO+IsICalTskD7p/6KSqwsUBkjzLQhP/OCI0/dl XiWK+EWCg3jM5ZjOktwbtCFbkv8i4eQtHrj2tiKYLa7w50dTZzYCZZqjm3VlVCmaTMKs x+c4imlbyK7uzQQnszCEXLjYok9z103gJp7r1GQPA0jKnIyElyMr71MwHmlO3SXCwuEp DSWw== X-Received: by 10.68.137.36 with SMTP id qf4mr1681463pbb.11.1447120903441; Mon, 09 Nov 2015 18:01:43 -0800 (PST) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id vg7sm702735pbc.2.2015.11.09.18.01.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 18:01:43 -0800 (PST) Date: Mon, 9 Nov 2015 18:01:37 -0800 From: Isaac Dunham To: =?iso-8859-1?Q?S=F6ren?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 2/2] main/debootstrap: upgrade to 1.0.74 Message-ID: <20151110020135.GA408@newbook> References: <1447063649-4056-1-git-send-email-soeren+git@soeren-tempel.net> <1447063649-4056-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1447063649-4056-2-git-send-email-soeren+git@soeren-tempel.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Nov 09, 2015 at 11:07:29AM +0100, S=F6ren Tempel wrote: > Also depend on debian-archive-keyring therefore enabling signature > verification of the downloaded packages. Without this you will always > get a warning when trying to install a package inside the chroot using > apt. > --- > main/debootstrap/APKBUILD | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD > index c83dca4..45aa7b5 100644 > --- a/main/debootstrap/APKBUILD > +++ b/main/debootstrap/APKBUILD > @@ -1,17 +1,17 @@ > # Contributor: S=F6ren Tempel > # Maintainer: Natanael Copa > pkgname=3Ddebootstrap > -pkgver=3D1.0.72 > -pkgrel=3D2 > +pkgver=3D1.0.74 > +pkgrel=3D0 > pkgdesc=3D"Debian/Ubuntu bootstrap scripts" > url=3D"http://packages.qa.debian.org/d/debootstrap.html" > arch=3D"noarch" > license=3D"GPL2" > -depends=3D"dpkg tar" > +depends=3D"debian-archive-keyring dpkg tar" > makedepends=3D"" > install=3D"" > subpackages=3D"$pkgname-doc" > -source=3D"http://ftp.de.debian.org/debian/pool/main/d/$pkgname/${pkgname= }_${pkgver}.tar.gz > +source=3D"ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_= ${pkgver}.tar.gz Any chance of adding this patch: https://git.devuan.org/d-i/debootstrap/blob/master/debian/patches/init-free= dom-668001.patch ? It would make debootstrap more useful to some of us. ;-) Thanks, Isaac Dunham --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---