X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by lists.alpinelinux.org (Postfix) with ESMTP id BFC0417003B8C for ; Wed, 7 Jan 2009 08:53:02 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so882032eyf.13 for ; Wed, 07 Jan 2009 00:53:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=r2Q3gp5EzpcLXUD+74TPjEkkJrzHoOA89RI0an/5sYw=; b=AkbHInx+FbXmRBmy1L4IxwvJdKhxAi7ycPQ96dzzkc0SBdcI5ZbpvCG4lO3vzHoRHZ F+GV473gGoQ6nGLbraNom3E/GDEA3s8IHUxSRUaJACXK7BimTHmkheQxNXEI50PovdJx jY+ESPW/SvZpvn179OXDmDinBAfUyG+/bmh9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Jz0GUxFGHlQeKtGbG18PsnCOFrcXNIsRbiPVRA4vguN7PhcxG1Tj7rFc/l3TNes2xY 2Rv1Ed1k+q7B+Py6fmAWRXFWXq9oVbb4Nb+4+0HMW4JZ+KOvc9xToO+PUtNyPpoLNAwr iyCGhflLiMu5m3nwT0FHA5XNC84eRbgdnNGnU= Received: by 10.210.119.5 with SMTP id r5mr26900307ebc.89.1231318381175; Wed, 07 Jan 2009 00:53:01 -0800 (PST) Received: from ?10.65.0.5? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 5sm1980256eyh.58.2009.01.07.00.52.59 (version=SSLv3 cipher=RC4-MD5); Wed, 07 Jan 2009 00:53:00 -0800 (PST) Subject: Re: [alpine-devel] new aport expat From: Natanael Copa To: Carlo Landmeter Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <20090106154406.DE6202A922@smtp1.prioritytelecom.nl> References: <20090106154406.DE6202A922@smtp1.prioritytelecom.nl> Content-Type: text/plain Date: Wed, 07 Jan 2009 09:52:04 +0100 Message-Id: <1231318324.26236.12.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit On Tue, 2009-01-06 at 15:44 +0000, Carlo Landmeter wrote: > Please review attached git patch. ... > +subpackages="$pkgname-doc" I noticed that the expat-*.apk included some .a and .h files. Those could go into a -dev package as they are only needed in buildtime and not during runtime. I just added $pkgname-dev and commited. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---