From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/4] Add libaprutil. Date: Mon, 5 Aug 2013 15:33:26 +0200 Message-ID: <201308051533.26304.andreas@enge.fr> References: <1359142972-32585-1-git-send-email-tipecaml@gmail.com> <201307182134.22999.andreas@enge.fr> <87wqon5xza.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6Kuu-0007sh-81 for guix-devel@gnu.org; Mon, 05 Aug 2013 09:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6Kuo-00034t-1Q for guix-devel@gnu.org; Mon, 05 Aug 2013 09:33:44 -0400 In-Reply-To: <87wqon5xza.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?q?Court=C3=A8s?= Cc: guix-devel@gnu.org Am Freitag, 19. Juli 2013 schrieb Ludovic Court=C3=A8s: > Andreas Enge skribis: > > While trying to update subversion, I come across libapr.scm. Unlike > > Debian, we normally do not add "lib" in front of the name for a > > library package. For instance, we use "cairo" instead of "libcairo". > > So I would suggest to rename the file to apr.scm, and the package > > libapr to apr. >=20 > +1 >=20 > > I am not sure for libaprutil, however, for which the official name is > > APR- util. Shall we use apr-util or aprutil to avoid the dash? > In this case, that gives =E2=80=98apr-util=E2=80=99. Done in commit 2b24faa295972e839d0ec540375eb74955264feb. Andreas