summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* callf -> cl-callfSean Whitton2016-02-21
|
* fix generation of *-pkg.el fileSean Whitton2016-02-21
| | | | Exclude dependencies on dash-el and s-el.
* changelogSean Whitton2016-02-21
|
* add watch fileDavid Bremner2016-02-17
| | | | | This is mainly to pacify PET, but also as proof of concept of the new uscan feature.
* add elpa:Depends to man page exampleDavid Bremner2016-01-03
|
* fill paragraphs in PODDavid Bremner2016-01-03
|
* changelog stanza for 0.18David Bremner2016-01-03
|
* fix docstring typoSean Whitton2016-01-03
|
* put ELPA deps into substvarSean Whitton2016-01-03
|
* dhelpa-debianise-deps filters out non-elpa depsSean Whitton2016-01-03
|
* dhelpa-write-desc also writes package dependenciesSean Whitton2016-01-03
|
* generate -pkg.el file for multifile packagesSean Whitton2016-01-03
| | | | generate a warning if this is attempted, and an error message if it fails.
* close bug in changelogDavid Bremner2015-12-19
|
* add --fix-autoload-date option to dh_elpaDavid Bremner2015-12-19
|
* allow a string for epoch timeDavid Bremner2015-12-19
| | | | This makes it easier to take command line arguments
* add optional epoch-time argument up the call chain.David Bremner2015-12-19
| | | | Most of this change is docstring updates.
* add optional epoch-time argument to dhelpa-unpackDavid Bremner2015-12-19
| | | | | The use of advice here is ugly, but seems less so than post-processing the autoloads file.
* start release 0.18David Bremner2015-11-29
| | | | sigh, document changes in last release
* release 0.17: add "--with elpa" optionDavid Bremner2015-11-29
|
* document substvarsDavid Bremner2015-10-29
|
* release 0.0.16: add misc:Built-Using substvarDavid Bremner2015-10-28
| | | | also depend on perl, while we're at it.
* release 0.15: avoid find error on missing directoryDavid Bremner2015-10-25
|
* add emacs20 to list of obsolete emacs flavours.David Bremner2015-10-23
| | | | | I'm not sure if it's really possible to have emacs20 installed on a wheezy or later system, but what the heck.
* release 0.14: ignore more old versions of emacsDavid Bremner2015-10-22
|
* release 0.13: fix another maintainer script bug.David Bremner2015-10-06
| | | | See e.g. #798701
* release 0.12: maintainability fixDavid Bremner2015-09-25
| | | | | | In the best case, if autoscript_sed becomes public, we need a versioned build depends on debhelper. Anyway, we can always go this way in the future.
* update template substitutionDavid Bremner2015-09-22
| | | | make more robust, fix name error, fix chmod error
* fix several bugs in read_package_descDavid Bremner2015-09-22
| | | | | somehow passing back a ref and using a local file handle both contained silly bugs
* use 'use' instead of 'require'David Bremner2015-09-22
|
* update templates to rely on substitutionDavid Bremner2015-09-22
|
* read package description based on (guessed) elpa package nameDavid Bremner2015-09-22
| | | | It's a hack, but let's at least use the same hack everywhere.
* 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
|