summaryrefslogtreecommitdiff
path: root/dh-elpa.el
Commit message (Collapse)AuthorAge
* replace writing of version file with call dhelpa-write-descDavid Bremner2015-09-22
| | | | | This also writes the metadata from both the single file package and the multi-file package code-path
* create function dhelpa-write-descDavid Bremner2015-09-22
| | | | | The idea is to pass some of what emacs knows about the package back to (perl) debhelper. So far only name and version are written
* write version to file in work-dirDavid Bremner2015-09-21
| | | | | We only do this if passed a working directory. The protocol is maybe a bit odd, but filtering the output from emacs looks messy.
* version 0.0.10: compute version number from lisp source.David Bremner2015-09-19
|
* fix typo in dhelpa-batch-install-file doc stringBarak A. Pearlmutter2015-09-15
|
* bump elpa version of dh-elpa.elDavid Bremner2015-07-17
| | | | In principle it might be nice to automate synching this, but since falling out of sync is mainly an aesthetic problem afaik, ignore that problem for now.
* 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.