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 0E8D0DC0739 for ; Thu, 6 Aug 2015 18:54:23 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7FC85DC15A3; Thu, 6 Aug 2015 18:54:22 +0000 (UTC) Received: from localhost (ip5f5ac985.dynamic.kabel-deutschland.de [95.90.201.133]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id b303fa7f; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 6 Aug 2015 20:54:16 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 6/8] testing/gogs: go binaries should not be stripped Date: Thu, 6 Aug 2015 20:53:48 +0200 Message-Id: <1438887230-18775-6-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1438887230-18775-1-git-send-email-soeren+git@soeren-tempel.net> References: <1438887230-18775-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/gogs/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/gogs/APKBUILD b/testing/gogs/APKBUILD index d44ed4d..ecbd9d0 100644 --- a/testing/gogs/APKBUILD +++ b/testing/gogs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gogs pkgver=0.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="A self-hosted Git service written in Go" url="http://gogs.io/" arch="all" @@ -13,6 +13,7 @@ makedepends="$depends_dev go-tools perl" install="$pkgname.pre-install" subpackages="" pkgusers="gogs" +options="!strip" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.initd $pkgname.confd -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---