summaryrefslogtreecommitdiff
path: root/elpa.pm
Commit message (Collapse)AuthorAge
* drop sedding of perl filesdebian/2.0archive/debian/2.0David Bremner2019-09-02
| | | | | The embedding of the version is not used, so no point in paying for the extra complication
* 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.
* fix version comparison in elpa.pmSean Whitton2016-09-06
| | | | | The string representation of 0.90 is "0.9" which is a lower version than 0.77 (the version in jessie which the comparison is meant to exclude).
* elpa.pm: handle disable option in debian/elpa-testSean Whitton2016-08-01
|
* 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
|
* 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.
* use an environment variable to disable testingSean Whitton2016-04-10
|
* release 0.17: add "--with elpa" optionDavid Bremner2015-11-29