summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* replace dependency on File::SlurpDavid Bremner2015-07-13
| | | | Hopefully I'm doing this "read back the temp file" thing correctly
* build depend on debhelperDavid Bremner2015-07-13
| | | | oops
* update README.orgDavid Bremner2015-07-13
| | | | | | We now support multi-file packages document a package.el bug
* compute elpa package name from debian binary package name.David Bremner2015-07-13
| | | | This is probably not the best solution, but it works for now.
* add function to only print command output on error.David Bremner2015-07-13
| | | | A refined version of this should perhaps be pushed into debhelper.
* update docstringsDavid Bremner2015-07-12
|
* Initial support for multiple-file packagesDavid Bremner2015-07-12
| | | | Still no byte compilation, and grotesque amounts of output
* update example so it isn't broken anymoreDavid Bremner2015-07-12
|
* implementation noteDavid Bremner2015-07-12
|
* mention a more interesting advantage of elpa style packagesDavid Bremner2015-07-12
|
* 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.
* write some basic doc/warnings, and install themDavid Bremner2015-07-11
|
* hack to add dh-elpa.el to load-pathDavid Bremner2015-07-11
| | | | This would all be easier if I didn't insist on using emacs -Q
* use package.el magic to find the lisp fileDavid Bremner2015-07-11
| | | | | Since the whole point of this package is to simplify other packages, try to set a good example.
* make package arch all, rather than arch any.David Bremner2015-07-11
|
* make dh_elpa actually work with an installed elisp file.David Bremner2015-07-11
| | | | | This is not the most elegant solution in the world, but impovements only need to change this package's debian/rules.
* 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 minimal debian packagingDavid Bremner2015-07-11
|
* start a simple wrapperDavid Bremner2015-07-11
| | | | | Scripts using emacs lisp require wizard level hackishness to get execed. Let's do things the simple way.
* 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.