From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add GNU Fdisk. Date: Mon, 04 Mar 2013 22:48:27 +0100 Message-ID: <87lia2q1jo.fsf@gnu.org> References: <877glnh9vj.fsf@karetnikov.org> 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]:33812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCdFQ-0007kA-0S for bug-guix@gnu.org; Mon, 04 Mar 2013 16:48:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCdFO-0006EI-7z for bug-guix@gnu.org; Mon, 04 Mar 2013 16:48:39 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=38567 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCdFO-0006Bw-1O for bug-guix@gnu.org; Mon, 04 Mar 2013 16:48:38 -0500 In-Reply-To: <877glnh9vj.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 04 Mar 2013 12:01:04 +0400") 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: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > Is it necessary to package the latest version too? (The latest version > depends on this one [1].) That seems like a packaging bug in GNU Fdisk, so I=E2=80=99d wait until thi= s is solved. > I'm not sure about the license. 'COPYING' is GPLv3, but sources use > GPLv2+. To me that means the intent is to make it GPLv3+, so I=E2=80=99d write GPLv= 3+. > From 89f13d2ee5ad10e4a6fd6df71d7584d4f7e09176 Mon Sep 17 00:00:00 2001 > From: Nikita Karetnikov > Date: Mon, 4 Mar 2013 07:48:14 +0000 > Subject: [PATCH] gnu: Add GNU Fdisk. > > * gnu/packages/fdisk.scm: New file. > * Makefile.am (MODULES): Add it. Otherwise looks good to me. Thanks, Ludo=E2=80=99.