From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: New package: ifstatus Date: Wed, 16 Sep 2015 22:06:25 +0200 Message-ID: <20150916200625.GA6974@debian> References: <87bnd5dkmh.fsf@xsteve.at> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcIyQ-0005bj-FM for guix-devel@gnu.org; Wed, 16 Sep 2015 16:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcIyL-0004NI-FS for guix-devel@gnu.org; Wed, 16 Sep 2015 16:06:34 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:65410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcIyL-0004MN-6u for guix-devel@gnu.org; Wed, 16 Sep 2015 16:06:29 -0400 Content-Disposition: inline In-Reply-To: <87bnd5dkmh.fsf@xsteve.at> List-Id: "Development of GNU Guix and the GNU System distribution." 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: Stefan =?iso-8859-15?Q?Reich=F6r?= Cc: guix-devel@gnu.org Hello, thanks for submitting your first package! On Mon, Sep 14, 2015 at 06:35:34PM +0200, Stefan Reichör wrote: > The package needs a simple patch (add #include ). I decided to > do it using substitute*... What is the status of the patch? Does it come from upstream, or did you submit a bug report? If yes, it would be good to add a comment. If not, it would be good to submit it :-) Personally, for such modifications that are not specific to Guix, but rather bug fixes to the source code, which are supposed to disappear in the next release, I would prefer a patch. But this is minor, even more so since only a single line is concerned. Andreas