Change logs for task source package in Experimental

  • task (2.4.3+dfsg-1) experimental; urgency=medium
    
      [ Gordon Ball ]
      * New upstream release: 2.4.3
      * d/patches: Refresh for new release.
    
      [ Sebastien Badia ]
      * Fix version number in the maint script; Thanks Jakub! (Closes: #710321)
    
     -- Sebastien Badia <email address hidden>  Tue, 21 Apr 2015 17:59:33 +0200
  • task (2.4.1+dfsg-1) experimental; urgency=medium
    
    
      [ Gordon Ball ]
      * d/patchs: Refresh according new upstream release
        * tests-fail.diff (fixed upstream, TW-1296)
        * tests-for-released-version.diff (fixed upstream)
        * tests-count-eom.diff (fixed upstream, TW-1295)
        * fix-task-sync-man-url.diff (fixed upstream)
      * Enable GnuTLS support (closes: #741625, LP: #1344560)
      * tasksh is now a separate project and no longer included in this package
    
      [ Sebastien Badia ]
      * New upstream release: 2.4.1 (LP: #1286939)
      * New maintainer (co-maint. with Gordon) (closes: #762130)
        * Many thanks to Gordon, Michel, Jack L. and Tobias Frost for the help!
      * d/NEWS: Add a note about the removal of tasksh.
      * d/copyright: Convert to dep5 format and fix lintian warnings.
      * d/rules: Convert to shorted dh format.
      * d/patchs: Sort, refresh, and remove unsed patchs.
        * Add missing DEP-3 headers on d/p/no-task-ref.patch
      * Enable full taskwarrior test suite (including python tests)
        (Thanks to Michel Voßkuhle)
      * Refresh debian/get-orig-source.sh (this script is used to import
        taskwarrior test-suite in the orig tarball)
      * d/control: Many changes
        * Update standard-version (no changes)
        * Upgrade debhelper compat format to 9
        * Remove dpkg-dev build dependency
        * Add python and git to build-deps (for the test suite)
        * Add vcs-* fields (this package is now managed with GIT)
      * Get package lintian clean
        * remove un-needed lintian override
        * fix quilt-patch-missing-description
        * fix manpage-has-errors-from-man
        * fix hyphen-used-as-minus-sign
    
     -- Sebastien Badia <email address hidden>  Sun, 01 Mar 2015 22:03:25 +0100
  • task (2.3.0-1) experimental; urgency=low
    
    
      * New upstream release.
      * Fix debian/watch to correctly handle non-beta versions.
      * Drop patches that were applied upstream:
        + customizable-rcdir.diff;
        + no-path-max.diff;
        + tests-fix-pri-sort.diff;
        + tests-fix-bug.annual.diff;
        + system-kfreebsd.diff;
        + system-hurd.diff;
        + typos.diff.
      * Refresh remaining patches.
      * Add patch (fix-groff-warnings.diff) to fix some groff warnings.
      * Force gzip for .debian.tar compression.
    
     -- Jakub Wilk <email address hidden>  Sun, 19 Jan 2014 23:19:34 +0100
  • task (2.3.0~beta2-2) experimental; urgency=low
    
    
      * Add patches (tests-fix-pri-sort.diff, tests-fix-bug.annual.diff) to fix a
        few test failures.
    
     -- Jakub Wilk <email address hidden>  Wed, 08 Jan 2014 12:23:45 +0100
  • 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
  • task (2.2.0-4) experimental; urgency=low
    
    
      * Fix a typo in the copyright file.
      * Update years in the copyright file.
      * Bump standards version to 3.9.5 (no changes needed).
      * Replace patch to hardcode Debian-specific paths (debian-paths.diff) with a
        cleaner patch (customizable-rcdir.diff) that makes TASK_RCDIR customizable
        at configure time. Update deban/rules to set TASK_DOCDIR and TASK_RCDIR at
        configure time.
      * Rename the binary package: task → taskwarrior (closes: #719317).
        Thanks to Ben Armstrong for the bug report.
        + Rename the main package as “taskwarrior” in debian/control; add
          Conflicts/Replaces against the old “task” package.
        + Add transitional package to debian/control.
        + Move Pre-Depends to the transitional package.
        + Rename debhelper configuration files.
        + Update debian/rules and README.Debian accordingly.
        + Make /usr/share/task a symlink to /usr/share/taskwarrior, for backwards
          compatibility.
        + Add postinst script to deal with transitioning /usr/share/task from
          directory to symlink.
        + Add lintian override for conflicts-with-version. Conflicts makes
          transitioning /usr/share/task from directory to symlink slightly easier.
      * Keep the i18n directory in /usr/share/doc.
      * Drop code to remove pre-built static libraries from debian/rules; the
        static libraries are no longer shipped in .orig.tar.
      * Ship add-ons in /usr/share/doc as examples.
      * Stop dh_compress from compressing examples.
      * Refresh patches.
      * Add “XS-Testsuite: autopkgtest”.
    
     -- Jakub Wilk <email address hidden>  Sat, 04 Jan 2014 19:56:06 +0100
  • 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
  • task (2.1.2-1) experimental; urgency=low
    
    
      * New maintainer.
        Thanks to Alexander Neumann for his past work on this package.
      * Relicense Debian packaging to the same license upstream uses (MIT), as
        agreed with Alexander.
      * New upstream release (closes: 693979).
        + Fix order of priorities in the poject summary (closes: #680353).
          Thanks to Marcin Kulisz for the bug report.
      * Update debian/copyright.
      * Bump standards version to 3.9.4 (no changes needed).
      * Switch to source format 3.0 (quilt).
      * Remove pre-built static libraries early in the build* targets.
      * Remove cmake.h in the clean target.
      * Rewrite debian/rules from scratch, without cdbs.
        + Drop "cbds" from Build-Depends.
        + Add "dpkg-dev (>= 1.15.7)" to Build-Depends, for dpkg-buildflags.
      * Don't install vim support files to the binary package; they are already
        included in the vim package itself.
      * Don't install /usr/share/task/refresh to the binary package; it's not
        useful at runtime.
      * Fix TASK_RCDIR in cmake.h (closes: #669344).
        Thanks to Sylvain Fankhauser for the bug report.
      * Add Lintian override for spelling-error-in-manpage; the misspelling in
        question is deliberate.
      * Add patch (fix-manpage-formatting.diff) to fix a formatting error in the
        task(1) manual page (closes: #699332).
      * Add patch (fix-manpage-installation.diff) to fix manual page installation
        for out-of-tree builds.
      * Add patch (fix-typos.diff) to fix some spelling errors.
    
     -- Jakub Wilk <email address hidden>  Wed, 27 Feb 2013 17:05:06 +0100