summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* document DEB_* functionality in dh_elpa(1)Sean Whitton2016-07-19
|
* try DEB_UPSTREAM_VERSION then DEB_VERSION_UPSTREAMSean Whitton2016-07-19
|
* Use DEB_VERSION_UPSTREAM as elpa version.RĂ©mi Vanicat2016-07-11
|
* changelog tweakSean Whitton2016-07-03
|
* changelog: libdpkg-perl dependencySean Whitton2016-07-03
|
* upcoming release version number: 0.0.22 -> 1.0Sean Whitton2016-07-03
|
* check version of Debian::Control instead of DhMakePerlDavid Bremner2016-07-02
| | | | | With the (in progress) split of dh-make-perl, the module DhMakePerl may not be installed.
* add check for dh-make-perl versionSean Whitton2016-07-02
|
* optionally depend on libdebian-source-perl instead dh-make-perlDavid Bremner2016-06-30
| | | | | This is the split out part of dh-make-perl that contains the common libraries
* preemptively add dpkg-mergechangelogs setupSean Whitton2016-06-13
|
* fix DH_ELPA_TEST_ERT_EXCLUDE bugSean Whitton2016-06-13
|
* release version 0.0.21Sean Whitton2016-05-13
|
* actually exclude .pc/ and debian/ from ERT testsSean Whitton2016-05-13
|
* fix Vcs-Git: URISean Whitton2016-05-04
|
* UNRELEASED -> unstableSean Whitton2016-05-01
|
* fix last line of d/NEWSSean Whitton2016-05-01
|
* 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
|