summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelog stanza for 0.0.11David Bremner2015-09-22
|
* add sub to read package description back from emacsDavid Bremner2015-09-22
| | | | | | | This file is in pseudo-RFC822 form; it is a fatal error if emacs didn't create it. Currently this calls an unexported sub from Dh_Lib
* create (and use) ./debian/.debhelper/elpa in both code pathsDavid Bremner2015-09-22
| | | | | We want to grab the description file from emacs also for single file packages.
* 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.
* ignore some generated filesDavid Bremner2015-09-21
|
* version 0.0.10: compute version number from lisp source.David Bremner2015-09-19
|
* Use emacs -q instead of -Q to byte compile.David Bremner2015-09-17
| | | | This allows depending on non-elpa debian packages at build time.
* add substvar for emacsen-common dependencyDavid Bremner2015-09-17
|
* fix typo in dhelpa-batch-install-file doc stringBarak A. Pearlmutter2015-09-15
|
* do nothing if not given any files in pkg.elpa or on command lineDavid Bremner2015-09-12
|
* change removal messageDavid Bremner2015-09-08
|
* add Vcs-* headersDavid Bremner2015-09-08
|
* changelog stanza for 0.7David Bremner2015-09-08
|
* update remove script to remove non-el linksDavid Bremner2015-09-08
| | | | see: Bug#798381: elpa-geiser: unowned files after purge (policy 6.8, 10.8): /usr/share/emacs24/site-lisp/elpa/geiser-0.7/*
* 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
* 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