summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* drop emacs24 depsSean Whitton2017-08-02
|
* upload 1.8 to unstabledebian/1.8archive/debian/1.8Sean Whitton2017-07-08
|
* bump std-verSean Whitton2017-07-08
|
* drop Built-Using everywhereSean Whitton2017-07-08
|
* relicense maintainer scripts under CC0David Bremner2017-07-07
| | | | | | | | Some notes - I follow debhelper in not embedding license info in every snippet - embedding the entire CC0 license in d/copyright is a bit meh, but it's the same number of bytes as a seperate file
* release 1.7 to unstableSean Whitton2017-06-18
|
* tweak changelogSean Whitton2017-06-18
|
* s, dash and yasnippet now packaged within elpa-*Sean Whitton2017-06-16
|
* manpage grammar fixSean Whitton2017-01-27
|
* finish implementing ignoring ERT tests in .gitSean Whitton2017-01-10
|
* changelog: bump dateDavid Bremner2017-01-08
|
* start changelog for 1.6David Bremner2017-01-04
|
* releasedebian/1.5archive/debian/1.5Sean Whitton2017-01-01
|
* high urgencySean Whitton2017-01-01
| | | | | | Regression since 1.4: packages that are rebuilt could lose their deps on let-alist and seq. These two packages are built-in as of emacs25, which dh-elpa 1.4 depends on.
* add separately-packaged built-in packages to ${elpa:Depends}Sean Whitton2017-01-01
|
* release 1.4Sean Whitton2016-12-19
|
* dh_elpa_test: ignore .gitSean Whitton2016-12-11
|
* tweak changelogSean Whitton2016-12-04
|
* update build-dep for emacs25Sean Whitton2016-12-04
|
* update depedency for emacs25Sean Whitton2016-12-04
|
* note about disabling dh_auto_test overrideSean Whitton2016-11-24
|
* release 1.3Sean Whitton2016-09-06
|
* override debian-watch-file-in-native-packageSean Whitton2016-09-06
|
* 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).
* release 1.2Sean Whitton2016-08-25
|
* set source format 3.0 (native)Sean Whitton2016-08-25
|
* Revert "release 1.2"Sean Whitton2016-08-25
| | | | This reverts commit da72b8a2ca95776e9bb184858af98169ff427867.
* release 1.2Sean Whitton2016-08-24
|
* add missing dependency on debhelperSean Whitton2016-08-24
|
* add dh_elpa to d/clean, tooSean Whitton2016-08-13
|
* add manpages to d/cleanSean Whitton2016-08-13
|
* release 1.1Sean Whitton2016-08-12
|
* better changelogSean Whitton2016-08-12
|
* sanitise versions from env varsSean Whitton2016-08-12
|
* finalize 1.0David Bremner2016-08-04
|
* dh_elpa_test: add --autopkgtest for autodep8Sean Whitton2016-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of barely-readable autodep8 branch history, below. commit 8d2315062dca79183d04fa944966d984620301c2 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 18:43:07 2016 -0700 talk about "configuration keys" for consistency commit db0156d9e28c2aaf8b233d729172ed5cf92f01a1 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 18:41:31 2016 -0700 s/environment variable/configuration key/ commit 8399f5090d1fbcb058f4b3f03224832c87699a5d Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:48:58 2016 -0700 remove superfluour env var check commit 0f5ce047796c87beaa3008910cfa62f54c9c9292 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:48:15 2016 -0700 rm TODO commit 445b94126d4f28706b39334562fe0f84b1ac1808 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:42:40 2016 -0700 DH_ELPA_TEST_AUTOPKGTEST_KEEP never existed commit 3cd551acf8f85da78a04d2cf75fe880063af6ab6 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:34:01 2016 -0700 yet another env var -> config key update commit 868d3b44b4c10826e0135b1c9cd4abae23428b02 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:32:00 2016 -0700 another env var -> config key update commit 133d23355d05115cf18774cf853fa6e4714e0b7c Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:31:28 2016 -0700 bold dh_elpa_test in manpage commit 5db2773be5631eae6c27940217375a6fec32465b Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:30:29 2016 -0700 drop pointless changelog entry commit dd2dad1301f89cb85514dc418023c586df935976 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:29:39 2016 -0700 drop Makefile env var reading hacks commit bc5a46c69460d43b20f8380cf785149816a9b63c Merge: 17cbb6a c863c90 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Aug 1 17:24:23 2016 -0700 Merge branch 'master' into autodep8 commit 17cbb6af2b05895a9b5908ebbe8de4589dca95ec Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 14 16:59:07 2016 +0900 tidy up explanatory comments commit 1a3930d549160775f1e55e587528d52510e2fb8d Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 14 16:46:42 2016 +0900 read cmdline opts once at beginning of script commit 97083171123ba64cf09012617804113891b11f42 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 14 16:43:26 2016 +0900 save & restore stderr handle emacs --batch and ERT both produce a lot of output on stderr even when there has been no error, and adt-run interprets this as a test failure. commit 37825508c539f92b2535eabeac2b9911da0a371f Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 14 15:39:19 2016 +0900 Revert "try to apply quilt patches" This reverts commit 987359a296d9e9e1f796507f40a22028f76fc6da. adt-run does this for us if we invoke it correctly. commit dbe3d3ccdf617cf026b78b9778cf246a1f0855cf Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 14 15:19:51 2016 +0900 fix clean-up renaming commit 4d91d1543e5435b27c3d9b94a8277c623c91c94c Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 14 15:18:29 2016 +0900 wrap clean-up code in an END block This ensures that if the test suite fails, the files get renamed back anyway. commit 987359a296d9e9e1f796507f40a22028f76fc6da Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:48:25 2016 +0900 try to apply quilt patches commit 84208f9f7671e35a842d1c81c2597ee2d9e10094 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:37:15 2016 +0900 TODO commit 10512ca632def4f17b4c522e9ec04d8f83a8a599 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:35:15 2016 +0900 tidy imports commit 5bf58ea014b08b9ce040ff3ca8502a0475c22ea5 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:30:28 2016 +0900 document current glob behaviour Not sure if this is the most sensible behaviour to have. commit ab04676c8611b1c7e8cfc379b641c660ea0d06cf Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:30:19 2016 +0900 finding & renaming code commit f3ea2bceca52ba486eeb580bc6977d1681e78571 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:20:39 2016 +0900 changelog tweak commit 4c2c048ed70980a8c4bb108ff4a3fcd6df61a7d8 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 22:18:30 2016 +0900 fix syntax error from rebase commit bb9adfce53121f6dd030f4af881a86e794980d8d Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 16:51:29 2016 +0900 we will rename the files, not move them commit 2e9f74eeef89f5c2804e85f5f601a310ec3378af Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 16:46:45 2016 +0900 finish makefile_set_env_var commit c37c56d486c4f1254e019f2328b652f58b5b7210 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 16:43:07 2016 +0900 new dependency on Capture::Tiny commit 8c678862a3aeaef3033e49f76a0f689b46147420 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 15:31:08 2016 +0900 link to dh_auto_test.1 in dh_elpa_test.1 intro commit 8fbc9aea8a023826e8dacf75a4ceb04c32b8aab6 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 15:27:26 2016 +0900 new env var: DH_ELPA_TEST_AUTOPKGTEST_KEEP commit 449968375ba6cd73b0fd6205e3179a6a2174571f Author: Sean Whitton <spwhitton@spwhitton.name> Date: Mon Jun 13 15:22:04 2016 +0900 script structure for --autopkgtest commit 984315e243523b1f207e4bde4b5c11fb9657b518 Author: Sean Whitton <spwhitton@spwhitton.name> Date: Tue Jun 7 13:50:32 2016 +0900 changelog & POD for --autopkgtest
* changelog new depSean Whitton2016-08-01
|
* changelogSean Whitton2016-08-01
|
* add Closes:Sean Whitton2016-07-20
|
* 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
|
* 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
* 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
|