summaryrefslogtreecommitdiff
path: root/debian/rules
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
* initial support for ELPA_NAMEDavid Bremner2018-08-18
| | | | This should allow non elpa-$foo binary packages. It needs to be documented.
* 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.
* use new version setting from DEB_VERSION_UPSTREAMDavid Bremner2016-07-31
| | | | this avoids tracking the metadata in the source file
* merge (unreleased) src:dh-elpa-test into dh-elpaSean Whitton2016-04-10
|
* release 0.0.16: add misc:Built-Using substvarDavid Bremner2015-10-28
| | | | also depend on perl, while we're at it.
* add no-byte-compile optionDavid Bremner2015-07-17
| | | | | In particular --no-byte-compile allows building dh-elpa without worrying about where to find the maintainer script helpers.
* add minimal POD to dh_elpa, and install it as a man pageDavid Bremner2015-07-13
|
* 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.
* use package.el magic to find the lisp fileDavid Bremner2015-07-11
| | | | | Since the whole point of this package is to simplify other packages, try to set a good example.
* make dh_elpa actually work with an installed elisp file.David Bremner2015-07-11
| | | | | This is not the most elegant solution in the world, but impovements only need to change this package's debian/rules.
* add minimal debian packagingDavid Bremner2015-07-11