From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: realgud now in elpa Date: Mon, 01 Aug 2016 08:41:45 -0400 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1470055243 9086 80.91.229.8 (1 Aug 2016 12:40:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2016 12:40:43 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 01 14:40:25 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bUCW8-0001tc-1B for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2016 14:40:24 +0200 Original-Received: from localhost ([::1]:50038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUCW6-0005dI-6J for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2016 08:40:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUCVU-0005d1-VI for emacs-devel@gnu.org; Mon, 01 Aug 2016 08:39:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUCVP-0007M6-54 for emacs-devel@gnu.org; Mon, 01 Aug 2016 08:39:43 -0400 Original-Received: from blaine.gmane.org ([80.91.229.8]:41625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUCVO-0007Lh-UN for emacs-devel@gnu.org; Mon, 01 Aug 2016 08:39:39 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bUCVE-0000a2-QW for emacs-devel@gnu.org; Mon, 01 Aug 2016 14:39:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:z8UfkKuufxYPuUX892Een0WkIuc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.229.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:206301 Archived-At: > No, I don't mean empty subdirectories but ones that have files in them. > Compare the above with or what you see installing from elpa with: > http://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/packages/realgud To decide whether a package is "simple" or "multi", the script simply looks at the number of .el files (and ELPA generally doesn't provide much support for .el files in sub-directories, so the script only looks at the number of .el files in the top-level dir). IOW you need to add Package-Type: multi to realgud.el (and bump the release number). Stefan