From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add GNU Libidn. Date: Sun, 30 Dec 2012 17:06:31 +0100 Message-ID: <87bodb8qyg.fsf@gnu.org> References: <201212292202.46399.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpLPF-00010L-UI for bug-guix@gnu.org; Sun, 30 Dec 2012 11:06:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpLPE-00019z-UV for bug-guix@gnu.org; Sun, 30 Dec 2012 11:06:33 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:28214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpLPE-00019u-O5 for bug-guix@gnu.org; Sun, 30 Dec 2012 11:06:32 -0500 In-Reply-To: <201212292202.46399.andreas@enge.fr> (Andreas Enge's message of "Sat, 29 Dec 2012 22:02:46 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > I am still not clear whether we should do one package or more per file. I= =20 > am tending more and more towards one package, one file, after trying to p= ut=20 > cyrus-sasl with its dependencies into one file and ending up with openssl= ,=20 > mit-kerberos5 and cyrus-sasl all together. Yeah. The difficulty with several packages per file is that we may quickly end up with circular dependencies among modules, which should be avoided. For strongly connected components of the DAG, like autotools.scm and multiprecision.scm, it=E2=80=99s safe to bundle them together. Likewise for packages that have a common dependency, such as guile.scm. > From 7d5d6c361ea12b4f985c10b10b44e9a3a1eddcef Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Sat, 29 Dec 2012 21:29:03 +0100 > Subject: [PATCH 4/4] distro: Add GNU Libidn. > > * distro/packages/libidn.scm: New file. > * Makefile.am (MODULES): Add it. Applied, thanks! Ludo=E2=80=99.