Changelog
task (2.2.0-1) experimental; urgency=low
* New upstream release.
+ This release no longer supports Lua extensions.
- Remove lublua5.1-dev from Build-Depends.
+ Drop fix-manpage-formatting.diff; applied upstream.
+ Drop fix-manpage-installation.diff; applied upstream.
+ Drop fix-typos.diff; applied upstream.
+ Refresh other patches.
+ Update debian/copyright.
+ Fix duplication of completed task on merge (closes: #700255).
Thanks to Helmut Grohne for the bug report.
* Add supplemental .orig.tar with the test suite.
+ Add get-orig-source target, which imports the tests from the upstream
VCS.
* Adapt the test suite to Debian needs:
+ Add patch (tests-out-of-tree.diff) to allow running tests out-of-tree
+ Add patch (tests-unset-env-vars.diff) unset TASK* environment variables.
+ Add patch (tests-fail.diff) to make the test runner exit with non-zero
code if any of the tests fail.
+ Add patch (tests-for-released-version.diff) to allow running tests
against a released version of taskwarrior.
+ Add patch (tests-temporary-directory.diff) to fix insecure use of /tmp.
* Run tests at build time.
+ Update debian/rules.
+ Add libjson-perl to Build-Depends.
* Add patch (directory-no-path-max.diff) to use get_current_dir_name()
instead of relying on PATH_MAX, as the latter is not defined on GNU/Hurd.
* Add patch (directory-handle-dt-unknown.diff) to properly handle d_type ==
DT_UNKNOWN.
* Add patch (system-hurd.diff) to add support for GNU/Hurd systems.
* Add patch (system-kfreebsd.diff) to add support for GNU/kFreeBSD systems.
* Link against libuuid.
+ Add uuid-dev to Build-Depends.
* Don't use dh_testdir; instead use target dependencies to ensure that
debian/rules is run from the correct directory.
* Run dh_clean as the first command in the clean target.
-- Jakub Wilk <email address hidden> Thu, 11 Apr 2013 00:43:17 +0200