summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* finalize changelogdebian/1.15archive/debian/1.15David Bremner2018-10-20
|
* 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
|
* expand (Build)-Depends on emacs*debian/1.14archive/debian/1.14David Bremner2018-09-08
| | | | | On current debian this should bring in the unversioned packages. It should also be buildable / co-installable with emacs-lucid
* 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.
* Close another bug.David Bremner2018-08-19
| | | | It turned out to be not so hard to remove the limitation.
* 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.
* Update watch file to check salsa instead of anonscm.debian.orgNicholas D Steeves2018-05-22
|
* Update Vcs links to point to salsa project.Nicholas D Steeves2018-05-22
|
* Update Maintainer team name and email address.Nicholas D Steeves2018-05-22
|
* changelog for 1.13debian/1.13archive/debian/1.13David Bremner2018-03-16
|
* fix duplicated word man page.debian/1.12archive/debian/1.12David Bremner2018-01-21
| | | | Thanks to Sean for proofreading.
* update changelog, per Sean's suggestionsDavid Bremner2018-01-21
|
* update NEWS, per Sean's suggestionsDavid Bremner2018-01-21
|
* close bug 886253David Bremner2018-01-07
| | | | Also reset distribution to hint the package needs more review before upload.
* set distribution to experimentalDavid Bremner2018-01-07
|
* 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
* update changelog for --elisp-directory argumentDavid Bremner2018-01-06
|
* dh_elpa: add --elisp-directory argumentDavid Bremner2018-01-06
| | | | This should allow (most) non-elpa dependencies to be manually added.
* Add changelog entry for --quick changeDavid Bremner2018-01-06
|
* use --quick (-Q) for batch-compilation.David Bremner2018-01-03
| | | | | This tries to avoid breakage caused by the local admin customizing the site configuration for emacs.
* Update changelogNicholas D Steeves2017-08-23
|
* Remove work-around because s-el and dash-el have been elpafiedNicholas D Steeves2017-08-23
|
* Declare fast forward from 1.10debian/1.11archive/debian/1.11David Bremner2017-08-04
|\ | | | | | | [dgit --overwrite]
| * Record dh-elpa (1.10) in archive suite sidDavid Bremner2017-08-03
| |\
| | * dh-elpa (1.10) unstable; urgency=mediumDavid Bremner2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Sean Whitton ] * Add dh-elpa-Version: field to binary package control files. This tracks the dh-elpa version used to build the package, to make it possible to find packages that need rebuilding against newer dh-elpa. [ David Bremner ] * Treat 'emacs' as a first class flavour, anticipating Debian emacs packages using that in place of 'emacsNN'. * Fix reporting of ignored flavors on removal (cosmetic change). * Replace '2' in generated emacsen-common compat file [dgit import package dh-elpa 1.10]
* | 1.11: disable dh-elpa-VersionDavid Bremner2017-08-04
| |
* | finalize changelog for 1.10David Bremner2017-08-03
| |
* | make contents of compat file match emacs policyDavid Bremner2017-08-03
| |
* | note remove script fix in changelogDavid Bremner2017-08-03
| |
* | spell FLAVOR consistentlyDavid Bremner2017-08-03
| | | | | | | | Sadly changing to american spelling is the most minimal change.
* | update changelog for maintscripts changesDavid Bremner2017-08-02
| |
* | maint-scripts: treat 'emacs' as a first class flavourDavid Bremner2017-08-02
| | | | | | | | | | The idea is that we will (eventually) collapse the emacsNN flavours into emacs.
* | add dh-elpa-Version: binary package fieldSean Whitton2017-08-02
|/ | | | | | | | | | There is a debhelper mechanism for dh_* tools to embed their versions in generated maintscripts, but our emacsen-common maintscripts are not true maintscripts, so we can't use that mechanism. Using a binary package field makes it possible for us to find packages that need rebuilding without looking inside the contents of any binary packages.
* release 1.9debian/1.9archive/debian/1.9Sean Whitton2017-08-02
|
* bump debhelper compatSean Whitton2017-08-02
|