From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19219: New command-line syntax for package + version? Date: Fri, 1 Jan 2016 21:36:23 +0100 Message-ID: <20160101203623.GA8169@debian.fritz.box> References: <87ppbws61p.fsf@gnu.org> <874mfssrxd.fsf@gnu.org> <87si3ah1d1.fsf@gnu.org> <87h9jblks4.fsf@gnu.org> <87k2o7h3ux.fsf@gnu.org> <8737uu9pro.fsf@gnu.org> <87oad8vxkx.fsf_-_@gnu.org> <87io3fo8sl.fsf@gnu.org> <874meyoo1x.fsf@gnu.org> <8737ui37mn.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFAa6-0007wD-8f for bug-guix@gnu.org; Fri, 01 Jan 2016 20:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFAa2-0008F8-7I for bug-guix@gnu.org; Fri, 01 Jan 2016 20:02:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFAa2-0008F4-4R for bug-guix@gnu.org; Fri, 01 Jan 2016 20:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aFAa1-0005G1-Td for bug-guix@gnu.org; Fri, 01 Jan 2016 20:02:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <8737ui37mn.fsf@dustycloud.org> 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: Christopher Allan Webber Cc: 19219@debbugs.gnu.org, Mathieu Lirzin On Thu, Dec 31, 2015 at 10:26:56AM -0600, Christopher Allan Webber wrote: > If the @ is for the optional choice of including a version, I'm good > with it. It does mean we can never have @ in our package names, but > that might be a good restriction anyway :) According to the packaging guidelines, package names should only contain lower-case letters, digits and "-" (the formulation is a bit ambiguous, but this is the intent). So any choice of separators apart from "-" should be fine, and we can happily bikeshed! Andreas