From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 89981d9 1/2: * README: Expand instructions Date: Wed, 14 Oct 2015 09:24:57 -0400 Message-ID: References: <20151014114716.28563.42497@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444829219 31267 80.91.229.3 (14 Oct 2015 13:26:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2015 13:26:59 +0000 (UTC) Cc: Artur Malabarba To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 14 15:26:51 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZmM4s-0006KU-It for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 15:26:46 +0200 Original-Received: from localhost ([::1]:42327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmM4r-0004ze-UV for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 09:26:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmM3C-0003zH-Gn for emacs-devel@gnu.org; Wed, 14 Oct 2015 09:25:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmM39-00075q-9W for emacs-devel@gnu.org; Wed, 14 Oct 2015 09:25:02 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:64374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmM39-00075g-56 for emacs-devel@gnu.org; Wed, 14 Oct 2015 09:24:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0ArEwA731xV/0qOCkxcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBBFYjEAs0EhQYDYhjzyMBAQEBBgEBAQEeizqFBQcWhBcFhQmWW5dbgUUjYYMzIoJ4AQEB X-IPAS-Result: A0ArEwA731xV/0qOCkxcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBBFYjEAs0EhQYDYhjzyMBAQEBBgEBAQEeizqFBQcWhBcFhQmWW5dbgUUjYYMzIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="169527907" Original-Received: from 76-10-142-74.dsl.teksavvy.com (HELO pastel.home) ([76.10.142.74]) by ironport2-out.teksavvy.com with ESMTP; 14 Oct 2015 09:24:57 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BF44C62849; Wed, 14 Oct 2015 09:24:57 -0400 (EDT) In-Reply-To: (Artur Malabarba's message of "Wed, 14 Oct 2015 11:47:20 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191560 Archived-At: > -The file needs to follow the usual coding conventions (most importantly > -start with ";;; --- ") and have a "Version:" and > -"Maintainer:" pseudo-header. > +The file needs to follow the usual coding conventions (most > +importantly start with ";;; --- ") as well as the > +package headers required by package.el (see the "Format" subsection > +below). I think this isn't quite right: - package.el does not require any package headers in general, whereas we always require them, even for multi-file packages (because we always auto-generate the *-pkg.el file). - AFAIK package.el does not require (or even pay attention to) a "Maintainer:" header, but we do. Stefan