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 9E239DC0249 for ; Tue, 29 Mar 2016 11:10:40 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.117]) by mail.alpinelinux.org (Postfix) with ESMTP id 7A5F1DC00D7 for ; Tue, 29 Mar 2016 11:10:40 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (229.63.200.37.customer.cdi.no [37.200.63.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 7D9475A126B; Tue, 29 Mar 2016 11:10:39 +0000 (GMT) Date: Tue, 29 Mar 2016 13:10:34 +0200 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/gzip: upgrade to 1.7, script wrappers (zcat, gzexe, zgrep ... etc) moved to 'wrappers' subpackage Message-ID: <20160329131034.713f9ed6@ncopa-desktop.alpinelinux.org> In-Reply-To: References: <1459233131-4278-1-git-send-email-valery.kartel@gmail.com> <20160329102130.1228537b@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) 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=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 29 Mar 2016 13:19:27 +0300 Valery Kartel wrote: > It's for stay main package clean. As a variant is to move the only rarely > used wrappers like gzexe,zforce,znew ... I'm not sure its worth it. Those scripts are small already. Also, if you really care about small, then you'd use busybox gzip anyway. I'd say we keep the wrappers in main package to keep things simple. -nc > > 2016-03-29 11:21 GMT+03:00 Natanael Copa : > > > On Tue, 29 Mar 2016 09:32:11 +0300 > > Valery Kartel wrote: > > > > > --- > > > main/gzip/APKBUILD | 35 +++++++++++++++++++---------------- > > > 1 file changed, 19 insertions(+), 16 deletions(-) > > > > > > diff --git a/main/gzip/APKBUILD b/main/gzip/APKBUILD > > > index 4b8f4bb..61b0e63 100644 > > > --- a/main/gzip/APKBUILD > > > +++ b/main/gzip/APKBUILD > > > @@ -1,17 +1,18 @@ > > > +# Contributor: Valery Kartel > > > # Contributor: Leonardo Arena > > > # Maintainer: Natanael Copa > > > pkgname=gzip > > > -pkgver=1.6 > > > -pkgrel=1 > > > +pkgver=1.7 > > > +pkgrel=0 > > > pkgdesc="A popular data compression program" > > > -subpackages="$pkgname-doc" > > > +subpackages="$pkgname-doc $pkgname-wrappers" > > > > Why move the wrapper scripts to subpackage? > > > > -nc > > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---