summaryrefslogtreecommitdiff
path: root/dh-elpa.el
Commit message (Collapse)AuthorAge
* add separately-packaged built-in packages to ${elpa:Depends}Sean Whitton2017-01-01
|
* better output & docs for when DEB_* isn't enoughSean Whitton2016-08-12
|
* autoload dhelpa-sanitise-versionSean Whitton2016-08-12
| | | | | This is so the user can run M-x describe-function dhelpa-sanitise-version when they have dh-elpa installed.
* sanitise versions from env varsSean Whitton2016-08-12
|
* use new version setting from DEB_VERSION_UPSTREAMDavid Bremner2016-07-31
| | | | this avoids tracking the metadata in the source file
* try DEB_UPSTREAM_VERSION then DEB_VERSION_UPSTREAMSean Whitton2016-07-19
|
* Use DEB_VERSION_UPSTREAM as elpa version.RĂ©mi Vanicat2016-07-11
|
* add yasnippet to list of pkgs outside of elpa-*Sean Whitton2016-03-16
|
* use copy-package-desc in `dhelpa-filter-pkg-desc'Sean Whitton2016-02-21
|
* need to filter in dhelpa-unpack, tooSean Whitton2016-02-21
|
* fix `dhelpa-filter-pkg-desc' return valueSean Whitton2016-02-21
| | | | cl-callf modifies in-place
* unquoteSean Whitton2016-02-21
|
* pkg -> package ..Sean Whitton2016-02-21
|
* callf -> cl-callfSean Whitton2016-02-21
|
* fix generation of *-pkg.el fileSean Whitton2016-02-21
| | | | Exclude dependencies on dash-el and s-el.
* fix docstring typoSean 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.
* 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.
* 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.
* version 0.0.10: compute version number from lisp source.David Bremner2015-09-19
|
* fix typo in dhelpa-batch-install-file doc stringBarak A. Pearlmutter2015-09-15
|
* 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 docstringsDavid Bremner2015-07-12
|
* Initial support for multiple-file packagesDavid Bremner2015-07-12
| | | | Still no byte compilation, and grotesque amounts of output
* 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.
* 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 single file batch installer functionDavid Bremner2015-07-11
|
* install from buffer functionDavid Bremner2015-07-11
| | | | just grab the package.el version, and add directory parameter
* customize unpack functionDavid Bremner2015-07-11
| | | | | - don't compile or activate package - take destination directory as a parameter
* add more copyright info.David Bremner2015-07-11
| | | | credit where credit is due.
* dh-elpa: initial chicken scratchings in the dirtDavid Bremner2015-07-11
One function "borrowed" from package.el. We don't want to rely on the private (seeming) API, and anyway it's easier to modify certain aspects, like byte compiling.