summaryrefslogtreecommitdiff
path: root/dh-elpa.el
Commit message (Collapse)AuthorAge
* update docstringsDavid Bremner2015-07-12
|
* Initial support for multiple-file packagesDavid Bremner2015-07-12
| | | | Still no byte compilation, and grotesque amounts of output
* minimal conversion to perl / debhelper libDavid Bremner2015-07-12
| | | | | | | | | | | | It turns out this isn't $MESSY_CONFLICT_ZONE, there are rules about writing debhelper extensions. This is mainly cargo culting from dh_installdocs. - compute destination directory, support multiple binary packages. - add debian/elpa file, test the "standard" codepath. Still not very standard because it's a single file elpa package.
* add autoload cookies.David Bremner2015-07-11
| | | | Not sure this is really useful, but I guess it doesn't hurt.
* inhibit backupsDavid Bremner2015-07-11
| | | | I guess this is a bug in the package.el I borrowed this code from.
* fix copyright verbiageDavid Bremner2015-07-11
|
* add single file batch installer functionDavid Bremner2015-07-11
|
* install from buffer functionDavid Bremner2015-07-11
| | | | just grab the package.el version, and add directory parameter
* customize unpack functionDavid Bremner2015-07-11
| | | | | - don't compile or activate package - take destination directory as a parameter
* add more copyright info.David Bremner2015-07-11
| | | | credit where credit is due.
* dh-elpa: initial chicken scratchings in the dirtDavid Bremner2015-07-11
One function "borrowed" from package.el. We don't want to rely on the private (seeming) API, and anyway it's easier to modify certain aspects, like byte compiling.