Changelog
task (2.3.0~beta2-1) experimental; urgency=low
* New upstream beta release.
* Update the watch file and the get-orig-source script to accept beta
versions.
* Drop patches that were applied upstream:
+ tests-out-of-tree.diff;
+ tests-temporary-directory.diff;
+ directory-no-path-max.diff;
* directory-handle-dt-unknown.diff.
* Refresh remaining patches.
* Fix support for GNU/Hurd and GNU/kFreeBSD:
+ Update system-kfreebsd.diff; partially applied upstream.
+ Update system-hurd.diff; partially applied upstream.
+ Add patch (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 code to remove pre-built static libraries to debian/rules; the static
libraries are back in .orig.tar…
* Adapt the test suite to Debian needs:
+ Update tests-for-released-version.diff to allow running tests against a
beta version of taskwarrior.
+ Add patch (tests-time-independent.diff) to disable checking if copyright
information covers the current year.
* Build-depend on libreadline-dev (needed by the new tasksh command).
* Link with --as-needed, to avoid direct dependencies on ncurses.
* Update DEP-5 tests for tasksh.
* Update Depends in the DEP-5 control file, to takie into account the binary
package rename.
* Drop tests-set-build-type.diff. Instead, add a patch
(enable-warnings.diff) to enable warnings globally and to stop hardcoding
build type. Set build type in debian/rules via cmake configuration
variable.
* Add patch (typos.diff) to fix a few spelling mistakes.
* Disable GnuTLS support for the time being.
-- Jakub Wilk <email address hidden> Tue, 07 Jan 2014 22:35:48 +0100