Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add xref, project to list of builtin pkgs also packaged separatelydebian/2.0.5archive/debian/2.0.5 | Sean Whitton | 2020-10-27 |
| | |||
* | s, dash and yasnippet now packaged within elpa-* | Sean Whitton | 2017-06-16 |
| | |||
* | add separately-packaged built-in packages to ${elpa:Depends} | Sean Whitton | 2017-01-01 |
| | |||
* | better output & docs for when DEB_* isn't enough | Sean Whitton | 2016-08-12 |
| | |||
* | autoload dhelpa-sanitise-version | Sean Whitton | 2016-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 vars | Sean Whitton | 2016-08-12 |
| | |||
* | use new version setting from DEB_VERSION_UPSTREAM | David Bremner | 2016-07-31 |
| | | | | this avoids tracking the metadata in the source file | ||
* | try DEB_UPSTREAM_VERSION then DEB_VERSION_UPSTREAM | Sean Whitton | 2016-07-19 |
| | |||
* | Use DEB_VERSION_UPSTREAM as elpa version. | Rémi Vanicat | 2016-07-11 |
| | |||
* | add yasnippet to list of pkgs outside of elpa-* | Sean Whitton | 2016-03-16 |
| | |||
* | use copy-package-desc in `dhelpa-filter-pkg-desc' | Sean Whitton | 2016-02-21 |
| | |||
* | need to filter in dhelpa-unpack, too | Sean Whitton | 2016-02-21 |
| | |||
* | fix `dhelpa-filter-pkg-desc' return value | Sean Whitton | 2016-02-21 |
| | | | | cl-callf modifies in-place | ||
* | unquote | Sean Whitton | 2016-02-21 |
| | |||
* | pkg -> package .. | Sean Whitton | 2016-02-21 |
| | |||
* | callf -> cl-callf | Sean Whitton | 2016-02-21 |
| | |||
* | fix generation of *-pkg.el file | Sean Whitton | 2016-02-21 |
| | | | | Exclude dependencies on dash-el and s-el. | ||
* | fix docstring typo | Sean Whitton | 2016-01-03 |
| | |||
* | dhelpa-debianise-deps filters out non-elpa deps | Sean Whitton | 2016-01-03 |
| | |||
* | dhelpa-write-desc also writes package dependencies | Sean Whitton | 2016-01-03 |
| | |||
* | generate -pkg.el file for multifile packages | Sean Whitton | 2016-01-03 |
| | | | | generate a warning if this is attempted, and an error message if it fails. | ||
* | allow a string for epoch time | David Bremner | 2015-12-19 |
| | | | | This makes it easier to take command line arguments | ||
* | add optional epoch-time argument up the call chain. | David Bremner | 2015-12-19 |
| | | | | Most of this change is docstring updates. | ||
* | add optional epoch-time argument to dhelpa-unpack | David Bremner | 2015-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-desc | David Bremner | 2015-09-22 |
| | | | | | This also writes the metadata from both the single file package and the multi-file package code-path | ||
* | create function dhelpa-write-desc | David Bremner | 2015-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-dir | David Bremner | 2015-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 Bremner | 2015-09-19 |
| | |||
* | fix typo in dhelpa-batch-install-file doc string | Barak A. Pearlmutter | 2015-09-15 |
| | |||
* | bump elpa version of dh-elpa.el | David Bremner | 2015-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 docstrings | David Bremner | 2015-07-12 |
| | |||
* | Initial support for multiple-file packages | David Bremner | 2015-07-12 |
| | | | | Still no byte compilation, and grotesque amounts of output | ||
* | minimal conversion to perl / debhelper lib | David Bremner | 2015-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 Bremner | 2015-07-11 |
| | | | | Not sure this is really useful, but I guess it doesn't hurt. | ||
* | inhibit backups | David Bremner | 2015-07-11 |
| | | | | I guess this is a bug in the package.el I borrowed this code from. | ||
* | fix copyright verbiage | David Bremner | 2015-07-11 |
| | |||
* | add single file batch installer function | David Bremner | 2015-07-11 |
| | |||
* | install from buffer function | David Bremner | 2015-07-11 |
| | | | | just grab the package.el version, and add directory parameter | ||
* | customize unpack function | David Bremner | 2015-07-11 |
| | | | | | - don't compile or activate package - take destination directory as a parameter | ||
* | add more copyright info. | David Bremner | 2015-07-11 |
| | | | | credit where credit is due. | ||
* | dh-elpa: initial chicken scratchings in the dirt | David Bremner | 2015-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. |