summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* dh_elpa: replace 'die' with 'error'David Bremner2015-08-23
| | | | This produces more standard looking messages
* changelog stanza for 0.5David Bremner2015-08-21
|
* add note / question about elpa-srcDavid Bremner2015-08-21
|
* use temporary directory under debian/.debhelperDavid Bremner2015-08-21
| | | | | This is a suggestion of Nils Thykier, to avoid adding special handling for keeping temporary files. This is removed by dh_clean.
* changelog for 0.4David Bremner2015-08-20
|
* use mkdir -p in postinst to create the flavour specific dir.David Bremner2015-08-20
| | | | dh_elpa using packages will need to be rebuilt.
* 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
|
* update READMEDavid Bremner2015-07-21
| | | | actually, it does support byte compilation now.
* update permissions script templatesDavid Bremner2015-07-19
| | | | It really doesn't matter, but it doesn't hurt either.
* tweak debian/copyrightDavid Bremner2015-07-19
|
* set mode of different emacsen-common pieces appropriately.David Bremner2015-07-18
| | | | Thanks lintian!
* 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.
* 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 load pathsDavid Bremner2015-07-17
| | | | | | dh-elpa.el needs to be loaded from the "never-byte-compiled" path, but other packages might need to be loaded from the "not-yet-byte-compiled" path"
* 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.
* update install script for new location of non-bytecompiled filesDavid Bremner2015-07-16
|
* change installation target directoryDavid Bremner2015-07-16
| | | | | | | My initial plan to have both the generic install and the bytecompiled version in different places in package-directory-list didn't work out, so move the non-bytecompiled version out of the default package-directory-list.
* add templates for emacsen-common helper scriptsDavid Bremner2015-07-16
|
* update implementation notesDavid Bremner2015-07-16
|
* 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
|
* 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.