summaryrefslogtreecommitdiff
path: root/dh_elpa.in
Commit message (Collapse)AuthorAge
* drop sedding of perl filesdebian/2.0archive/debian/2.0David Bremner2019-09-02
| | | | | The embedding of the version is not used, so no point in paying for the extra complication
* initial attempt at moving maint scripts into helper packageDavid Bremner2019-09-02
| | | | This commit is a bit bug, but at least it is atomic.
* refactor doublearray parsing codeDavid Bremner2018-10-06
| | | | | | | | Replace a pair of parallel arrays @files, @dests with a single array of hashes (@actions). Replace repeated in place modification of @files with a more "functional" style, building @actions from @lines, which is roughly the raw input. Replace nested map with map inside for loop.
* rewrite docs for foo.elpaSean Whitton2018-10-06
|
* Support optional preservation of relative paths in debian/elpaDavid Bremner2018-09-23
| | | | | This is mainly intended to support non-emacs-lisp support files needed by elpa packages.
* Revert "dh_elpa.in: add new section "A word on info pages...""David Bremner2018-09-21
| | | | | | This reverts commit cb044808c708f3359542dec387dc44baa42fb220. Make the package buildable again.
* dh_elpa.in: add new section "A word on info pages..."Nicholas D Steeves2018-09-21
|
* wordsmithing on Debian-specific customisationsSean Whitton2018-08-20
|
* Update status of s.el (s-el -> elpa-s) in =item ${elpa:Depends}Nicholas D Steeves2018-08-19
|
* initial hints about replacing emacsen-startupDavid Bremner2018-08-19
| | | | These probably need wordsmithing
* rm duplicate sentenceSean Whitton2018-08-19
|
* wordsmithing with regard to additional filesSean Whitton2018-08-19
|
* wordsmithing with regard to the Emacs package nameSean Whitton2018-08-19
|
* Support an elpa version number of 0.David Bremner2018-08-19
| | | | | 0 is still not a valid Name or Description, but it could be if people think that's useful.
* document foo-pkg.el and foo-autoloads.elDavid Bremner2018-08-19
| | | | | These are really part of upstream emacs packaging, but it may help Debian contributors to give a couple hints here.
* document debian/elpaDavid Bremner2018-08-19
|
* document ELPA_NAMEDavid Bremner2018-08-19
|
* initial support for ELPA_NAMEDavid Bremner2018-08-18
| | | | This should allow non elpa-$foo binary packages. It needs to be documented.
* fix duplicated word man page.debian/1.12archive/debian/1.12David Bremner2018-01-21
| | | | Thanks to Sean for proofreading.
* Drop /usr/share/emacs/site-lisp from default emacs-loadpathDavid Bremner2018-01-07
| | | | This should not be needed by any elpa-* dependencies.
* add NEWS / documentation for --emacs-loadpathDavid Bremner2018-01-07
| | | | These are related because the NEWS points to the new documentation
* replace --elisp-directory with --emacs-loadpathDavid Bremner2018-01-06
| | | | | Rather than joining multiple arguments, just pass through the path provided by the user. And actully use the path for byte compilation
* dh_elpa: add --elisp-directory argumentDavid Bremner2018-01-06
| | | | This should allow (most) non-elpa dependencies to be manually added.
* drop Built-Using everywhereSean Whitton2017-07-08
|
* manpage grammar fixSean Whitton2017-01-27
|
* note that env var version comes from changelogSean Whitton2016-08-12
|
* better output & docs for when DEB_* isn't enoughSean Whitton2016-08-12
|
* document when version sanitising can failSean Whitton2016-08-12
|
* document DEB_* functionality in dh_elpa(1)Sean Whitton2016-07-19
|
* don't run tests if DH_COMPAT < 10Sean Whitton2016-05-01
|
* use an environment variable to disable testingSean Whitton2016-04-10
|
* add a ref to dh_elpa_test(1) to dh_elpa(1)Sean Whitton2016-04-10
|
* add elpa:Depends to man page exampleDavid Bremner2016-01-03
|
* fill paragraphs in PODDavid Bremner2016-01-03
|
* put ELPA deps into substvarSean 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.
* add --fix-autoload-date option to dh_elpaDavid Bremner2015-12-19
|
* start release 0.18David Bremner2015-11-29
| | | | sigh, document changes in last release
* 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.