summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Revert "UNRELEASED -> unstable"Sean Whitton2016-05-01
| | | | This reverts commit 27c61589159094b99ec4faf4661f6b61c0bebc9e.
* UNRELEASED -> unstableSean Whitton2016-05-01
|
* standards version and changelogSean Whitton2016-05-01
|
* don't run tests if DH_COMPAT < 10Sean Whitton2016-05-01
|
* Revert "ensure that dh_auto_build is before dh_elpa_test"Sean Whitton2016-05-01
| | | | This reverts commit 307fa3abdb45c07547e67bea072f72c363ddf8f1.
* ensure that dh_auto_build is before dh_elpa_testSean Whitton2016-05-01
| | | | | | | | dh_auto_build always occurs before dh_auto_test; if there is any building to do, it should happen first. But we can't just use insert_after as then the test suite gets run more than once, including within fakeroot. So use add_command to put dh_auto_build at the front again.
* DH_ELPA_ERT_EXCLUDE doesn't actually accept regexsSean Whitton2016-05-01
|
* commas docsSean Whitton2016-04-30
|
* Revert "use semicolons to list entries in env vars"Sean Whitton2016-04-30
| | | | | | | This reverts commit a2efa770750ea591693cec8bda569bd7e40c16bb. This would require double-quoting env vars which would be a mess since one of them is meant to contain lisp.
* hint about dollar signsSean Whitton2016-04-30
|
* use semicolons to list entries in env varsSean Whitton2016-04-30
| | | | Commas can be used in regular expressions
* DH_ELPA_TEST_ERT_EXCLUDE takes globs and regexpsSean Whitton2016-04-30
|
* use File::Find::Rule instead of shell grep & globSean Whitton2016-04-30
|
* add NEWS documenting migration to dh_elpa_testSean Whitton2016-04-11
|
* doc fix for transition to DH_ELPA_TEST_DISABLESean Whitton2016-04-10
|
* bump standards version; no changes requiredSean Whitton2016-04-10
|
* use an environment variable to disable testingSean Whitton2016-04-10
|
* correct documentation on ERT test activationSean Whitton2016-04-10
|
* gitignore new manpageSean Whitton2016-04-10
|
* add a ref to dh_elpa_test(1) to dh_elpa(1)Sean Whitton2016-04-10
|
* typoSean Whitton2016-04-10
|
* clarify documentation of DH_ELPA_TEST_ERT_HELPERSean Whitton2016-04-10
|
* add some stuff to the load-path & reorder codeSean Whitton2016-04-10
|
* ensure that quilt patches are not picked upSean Whitton2016-04-10
|
* run wrap-and-sort -abst as deps list getting longSean Whitton2016-04-10
|
* merge (unreleased) src:dh-elpa-test into dh-elpaSean Whitton2016-04-10
|
* add yasnippet to list of pkgs outside of elpa-*Sean Whitton2016-03-16
|
* start version 0.20David Bremner2016-03-04
| | | | | Tightening the dependence on debhelper by itself doesn't seem worth an upload.
* UNRELEASED -> unstableDavid Bremner2016-02-21
| | | | also update changelog style, cuz that's what dch felt like doing
* 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.
* 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.