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 A53AD17003B8C for ; Wed, 7 Jan 2009 08:42:10 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so881687eyf.13 for ; Wed, 07 Jan 2009 00:42:09 -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=hnfuWnbYZnh+FKtx1i9ViKt+G5WqjxoMoOyTPqSxmUo=; b=yHRthv+lvZBoP1JfhVGEUHKL4RK1XbOAiqi7Am0jG5kxvj/etsLj9tk9ujWc4edrsK kZiCW55JEveEJ8e64ctN9U/WW2BhTvtg91ifSY3H3KWIsU8sRFvbpTYyD39uRrxyswHL g6spnwr+VEw/L3RfOFw7cKY3VZydo8Wz4LvLU= 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=pk8a8S9c7hyBWzH35gCFy+jOOsqQ9Fa+tbtSccTOPPXD/YDK7zEjmZPApo/gFB4von PeblhWnw4v5t+1xeRQpT5t8fftAeYgtgchEIhO5BMdPrDCEVxOgfimadTqUenyK/M8uE ZjtzoNd4JeRUlXB2VEOEp3jsMigmIx26Of+NI= Received: by 10.210.59.14 with SMTP id h14mr1209257eba.17.1231317729905; Wed, 07 Jan 2009 00:42:09 -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 7sm1102089eyb.21.2009.01.07.00.42.08 (version=SSLv3 cipher=RC4-MD5); Wed, 07 Jan 2009 00:42:08 -0800 (PST) Subject: Re: [alpine-devel] small fix for dtach From: Natanael Copa To: Carlo Landmeter Cc: alpine In-Reply-To: <20090106230602.572202FCBB@smtp1.prioritytelecom.nl> References: <20090106230602.572202FCBB@smtp1.prioritytelecom.nl> Content-Type: text/plain Date: Wed, 07 Jan 2009 09:41:13 +0100 Message-Id: <1231317673.26236.7.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 23:06 +0000, Carlo Landmeter wrote: > Please check attached git patch. > > Carlo > > > > > > > > > differences > between files > attachment > (0001-extra-dtach-correct-location-for-man-page.patch) > > From e6629c99802ac61a1ebf02e50a9e8986e9ed8cdb Mon Sep 17 00:00:00 2001 > From: Carlo Landmeter > Date: Tue, 6 Jan 2009 23:01:07 +0000 > Subject: [PATCH] extra/dtach: correct location for man page > > --- > extra/dtach/APKBUILD | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/extra/dtach/APKBUILD b/extra/dtach/APKBUILD > index 66df9a7..120ef4e 100644 > --- a/extra/dtach/APKBUILD > +++ b/extra/dtach/APKBUILD > @@ -16,7 +16,7 @@ build() { > ./configure --prefix=/usr > make || return 1 > install -Dm755 "$srcdir"/dtach-0.8/dtach "$pkgdir"/usr/bin/dtach > - install -Dm644 "$srcdir"/dtach-0.8/dtach.1 "$pkgdir"/usr/share/man/dtach.1 > + install -Dm644 "$srcdir"/dtach-0.8/dtach.1 "$pkgdir"/usr/share/man/man1/dtach.1 > install -Dm644 "$srcdir"/dtach-0.8/README "$pkgdir"/usr/share/doc/README > } > > -- > 1.5.6.4 > Looks good. Normally, when changing APKBUILDs that makes any difference in the final apk package, we should also increate the pkgrel. (then will the new package with fixes be inluded in upgrades). I just commited this time without increasing pkgrel since this was not pushed to public git yet. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---