celery (3.1.13-3) unstable; urgency=low

  * Drop unnecessary versioned dependencies for packages:
    + python-billiard
    + python3-billiard
    + python3-dateutil
    + python3-kombu
  * Remove python3-sphinx from Build-Depends as it is never used.
  * Rename licenses in d/copyright to conform to version 1.0 machine-
    readable names.
  * Update years and names/mail-adresses in d/copyright.
  * Move manpages to python-celery-common package.
  * Move supervisor configuration example to python-celery-common
    package.
  * Install README.rst as documentation in python3-celery package.
  * Bump Standards-Version to 3.9.6.
  * Specify unique descriptions for each package.
  * Add DEP3 header to fix_tests patch.
  * Remove unused license section for BSD-3-clause after pool.py has
    been dropped by upstream.
  * Do not install manpages for scripts that are no longer present.
  * Line-wrap fields in d/control.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 21 Oct 2014 15:59:31 +0200

celery (3.1.13-2) unstable; urgency=low

  [Brian May]
  * Remove version requirement in wrappers. Closes: #758640.
  * Add breaks/replaces for python-celery-common as it now contains files
    formally in python-celery.

  [Michael Fladischer]
  * Remove PHONY target declarations in d/rules.

 -- Brian May <bam@debian.org>  Thu, 21 Aug 2014 09:03:40 +1000

celery (3.1.13-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Mon, 18 Aug 2014 13:30:19 +1000

celery (3.1.12-2) unstable; urgency=medium

  [ Michael Fladischer ]
  * Drop python-cl from Depends and Build-Depends as it is no longer needed.

  [ Brian May ]
  * Python3 package. Closes: #753555.
  * Change certificate test, as test certificate has expired. Closes: #757897.

 -- Brian May <bam@debian.org>  Wed, 13 Aug 2014 12:13:59 +1000

celery (3.1.12-1) unstable; urgency=low

  * New upstream release.
  * Drop python-sphinxcontrib.issuetracker from Build-Depends as it is no
    longer needed (Closes: #750528).
  * Bump Depends and Build-Depends for kombu to 3.0.19.
  * Add autopkgtest that runs the upstream test suite against the installed
    packages.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 24 Jun 2014 22:37:27 +0200

celery (3.1.11-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Check PGP signature on upstream tarball:
    + Add signature URL to debian/watch.
    + Include upstream public PGP key 030A2708.
    + Allow debian/upstream-signing-key.pgp to be included as a binary.
  * Replace duplicate file in documentation with symlink.
  * Bump Build-Depends and Depends for python-billiard to (>= 3.3.0.17).
  * Bump Build-Depends and Depends for python-kombu to (>= 3.0.15).
  * Update files in celery.egg-info to be cleaned.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Wed, 23 Apr 2014 15:31:00 +0200

celery (3.1.9-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Drop fix_dependencies.patch, as it is no longer needed.
  * Add privacy.patch to drop external assets from documentation.
  * Bump Build-Depends and Depends on python-billiard to >= 3.3.15.
  * Bump Build-Depends and Depends on python-kombu to >= 3.0.12.
  * Manually copy logo image to documentation as it does not get picked up by
    sphinx automatically.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 11 Feb 2014 13:33:47 +0100

celery (3.1.6-1) unstable; urgency=low

  [ Michael Fladischer ]
  * New upstream release (Closes: #711338).
  * Bump Standards version to 3.9.5.
  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
    and build-indep targets.
  * Add build dependency on python-openssl to enable more tests.
  * Add drop_downgrade.patch to remove upstream celery.app detection and
    removal code.
  * Add disable_unstable_tests.patch to disable randomly failing test.
  * Add fix_test_crontab_is_due.patch to fix timeshifts in tests.
  * Add locales to Build-Depends so LC_ALL=C.UTF-8 can be used.
  * Make Build-Depends on python-mock versioned with (>= 1.0.1).
  * Use LC_ALL=C.UTF-8 when running tests.
  * Refresh existing patches.
  * Install upstream changelog.
  * Update upstream homepage URL to the official one.
  * celeryd:
    + Move daemon management scripts to the separate celeryd package.
    + Document change in NEWS.
    + Install init scripts from extra instead of contrib.
    + Move default file from python-celery to celeryd package.
    + Move postinst and postrm files from python-celery to celeryd package.
    + Breaks python-celery (<< 3.0.24-1) to avoid file conflicts.
    + Do not define CELERYD_PID_FILE in /etc/default/celeryd to enable
      automatic generation by init.d script.
    + Drop init.d/celeryevcam as it is no longer shipped by upstream.
  * python-celery
    + Install supervisord from extra instead of contrib.
    + Add versioned dependency on python-billiard.
    + Bump dependency on python-kombu(-doc) to >= 2.5.15.
    + Add dependency on python-tz.
    + Drop depenceny on python-amqplib, it has been replaced by
      python-amqp/python-librabbitmq in python-kombu.
    + Drop dependency on python-anyjson, as it is required by python-kombu which
      already has it set as a versioned dependency.
    + Install celery.1 manpage.
    + Suggest python-celery-doc.
  * python-celery-doc
    + Adapt filenames in d/docs to new upstream names.
    + Update directories in doc-base.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Sun, 15 Dec 2013 20:58:41 +0100

celery (2.5.3-4) unstable; urgency=low

  * Unconditionally remove /var/log/celery on purge.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Fri, 01 Mar 2013 12:17:32 +0100

celery (2.5.3-3) unstable; urgency=low

  * Remove logfiles during purge if user and group are removed.
  * Use /nonexistant as $HOME for user celery.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 12 Feb 2013 08:57:59 +0100

celery (2.5.3-2) unstable; urgency=low

  * Create user celery in maintainer scripts (Closes: #697195).
  * Update year in d/copyright.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Sun, 13 Jan 2013 19:10:12 +0100

celery (2.5.3-1) unstable; urgency=low

  * New upstream release.
  * Bump dependencies on kombu to (>= 2.1.5).
  * Update patches to remove nose-cover3.
  * Enable init scripts.
  * Update DEP-5 URL to 1.0.
  * Bump to standards version 3.9.3.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 27 Feb 2012 14:58:29 +0100

celery (2.4.6-1) unstable; urgency=low

  * New upstream release.
    Fixes: CVE-2011-4356
  * Update copyright to 2012.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 02 Jan 2012 12:45:47 +0100

celery (2.4.5-1) unstable; urgency=low

  * Initial release (Closes: #526350)

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 27 Dec 2011 11:57:41 +0100