summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* add substvar for emacsen-common dependencyDavid Bremner2015-09-17
|
* do nothing if not given any files in pkg.elpa or on command lineDavid Bremner2015-09-12
|
* add Vcs-* headersDavid Bremner2015-09-08
|
* changelog stanza for 0.7David Bremner2015-09-08
|
* release 0.0.6David Bremner2015-09-03
|
* symlink all files/directories into flavour specific directoryDavid Bremner2015-09-01
| | | | | | | This is needed for packages like geiser that look relative to the elisp directory for non-elisp (e.g. scheme) files. update TODO
* add TODODavid Bremner2015-09-01
|
* mark as UNRELEASEDDavid Bremner2015-09-01
|
* add check for missing foo-pkg.elDavid Bremner2015-08-23
| | | | The elisp code dies mysteriously if it isn't there
* changelog stanza for 0.5David Bremner2015-08-21
|
* changelog for 0.4David Bremner2015-08-20
|
* tweak maintainer name to please lintian and/or policyDavid Bremner2015-08-20
|
* changelog for 0.3David Bremner2015-08-20
|
* d/control: switch to team maintenenceDavid Bremner2015-08-20
|
* tweak debian/copyrightDavid Bremner2015-07-19
|
* update debian changelog for 0.0.2David Bremner2015-07-17
| | | | | It's a bit chatty, but anyone brave enough to use build tools from experimental should be reading changelogs.
* auto-installation of helper scriptsDavid Bremner2015-07-17
| | | | | | This means no fancy predepends are needed because we just copy the scripts in at build time. Of course bug fixes for the helper scripts require package rebuilds.
* add no-byte-compile optionDavid Bremner2015-07-17
| | | | | In particular --no-byte-compile allows building dh-elpa without worrying about where to find the maintainer script helpers.
* clean up temporary directoryDavid Bremner2015-07-17
| | | | The tarball creation is reasonably well tested at this point.
* add minimal POD to dh_elpa, and install it as a man pageDavid Bremner2015-07-13
|
* waste time messing around with copyright file format.David Bremner2015-07-13
|
* Set section to develDavid Bremner2015-07-13
|
* add versioned depends on DebhelperDavid Bremner2015-07-13
|
* build depend on debhelperDavid Bremner2015-07-13
| | | | oops
* 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
|
* 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 minimal debian packagingDavid Bremner2015-07-11