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: Future role of ELPA Date: Sun, 21 Feb 2016 09:19:49 -0500 Message-ID: References: <87a8n20y7x.fsf@gmx.de> <87k2m60y08.fsf@mbork.pl> <871t8d26zp.fsf@gmx.de> <8760xpce7i.fsf@xsteve.at> <87vb5paxlp.fsf_-_@xsteve.at> <87h9h8bi9x.fsf@xsteve.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456064409 17705 80.91.229.3 (21 Feb 2016 14:20:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Feb 2016 14:20:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 21 15:20:00 2016 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 1aXUrg-0007w5-6a for ged-emacs-devel@m.gmane.org; Sun, 21 Feb 2016 15:20:00 +0100 Original-Received: from localhost ([::1]:41398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXUrf-0002wA-Gg for ged-emacs-devel@m.gmane.org; Sun, 21 Feb 2016 09:19:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXUrb-0002vK-Lb for emacs-devel@gnu.org; Sun, 21 Feb 2016 09:19:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXUrY-0005xS-FX for emacs-devel@gnu.org; Sun, 21 Feb 2016 09:19:55 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:35228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXUrY-0005xM-BD for emacs-devel@gnu.org; Sun, 21 Feb 2016 09:19:52 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AsEwA731xV/+OhCkxcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCw4mEhQYDSSINwjPIwEBAQcBAQEBHos6hQUHhC0Fi0Rspw+BRSNhgzUggngBAQE X-IPAS-Result: A0AsEwA731xV/+OhCkxcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCw4mEhQYDSSINwjPIwEBAQcBAQEBHos6hQUHhC0Fi0Rspw+BRSNhgzUggngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="193807570" Original-Received: from 76-10-161-227.dsl.teksavvy.com (HELO ceviche.home) ([76.10.161.227]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 21 Feb 2016 09:19:50 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 37D97661B6; Sun, 21 Feb 2016 09:19:49 -0500 (EST) In-Reply-To: (Philipp Stephani's message of "Sun, 21 Feb 2016 10:05:41 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.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:200379 Archived-At: > My understanding is as follows: to build such a Debian package, you'd have > to install the byte-compiled files in a directory with the same name as the > Emacs package, and add its parent to package-directory-list in > site-start.d, is that roughly correct? Something like that, yes. And include -autoloads.el and -pkg.el files in there as well. Stefan