systemd-cron (1.5.14-2) unstable; urgency=medium

  * Hosting moved from Alioth to Salsa, to my own repo for now,
    collaborative maintenance offers are welcom.

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sat, 17 Nov 2018 15:10:07 +0100

systemd-cron (1.5.14-1) unstable; urgency=medium

  * Python 3.7 compatibility
  * Allow sending mail_on_error email when locale is not correctly set
    (Closes: #792777)

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sun, 11 Nov 2018 16:16:53 +0100

systemd-cron (1.5.13-1) unstable; urgency=medium

  * remove obsolete hack of $$(bindir) in Makefile
  * escape '%' in unit description (Closes: #887847)

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Wed, 28 Mar 2018 22:58:07 +0200

systemd-cron (1.5.12-2) unstable; urgency=medium

  * Switch to Debhelper 11
  * update to Standards-Version: 4.1.3: no change needed

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sun, 07 Jan 2018 13:05:44 +0100

systemd-cron (1.5.12-1) unstable; urgency=medium

  * New upstream release
  * add support for RandomizedDelaySec (LP: #1586626)
  * set Rules-Requires-Root: no
  * update to Standards Version 4.1.2: switch priority to optional

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Fri, 08 Dec 2017 11:28:24 +0100

systemd-cron (1.5.10-1) unstable; urgency=medium

  * New upstream release that fixes a regression in
    the handling of crontab masked by timers introduced in 1.5.9.

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sat, 01 Jul 2017 01:46:09 +0200

systemd-cron (1.5.9-1) unstable; urgency=low

  * New upstream release
  * Second attempt that /usr/bin/crontab isn't setgid anymore when switching
    from Vixie-cron (Closes: #820088, again).
  * stop cron-update.path before removal (Closes: #857159)
  * Bump Standards-Version, no change needed

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sun, 18 Jun 2017 19:43:46 +0200

systemd-cron (1.5.8-1) unstable; urgency=medium

  * New upstream release, fix various off-by-one errors (Closes: #825880)
  * Drop CPPFLAGS patch, applied upstream.

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sun, 15 Jan 2017 22:20:18 +0100

systemd-cron (1.5.4-4) unstable; urgency=medium

  * Fix cron-weekly & cron-monthly regression from yesterday's release.

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sun, 08 Jan 2017 14:05:37 +0100

systemd-cron (1.5.4-3) unstable; urgency=medium

  * Switch to debhelper 10.
  * Hint at some limitations in the package description (Closes: #825885)
  * Run hourly, daily, weekly & monthly jobs in staggered manner
    to avoid CPU/bandwith/IO peaks (Closes: #850435)

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Sat, 07 Jan 2017 20:55:05 +0100

systemd-cron (1.5.4-2) unstable; urgency=medium

  * Ensure that /usr/bin/crontab isn't setgid anymore when switching
    from Vixie-cron (Closes: #820088).
  * Bump Standards-Version to 3.9.8, no changes needed.

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Fri, 06 May 2016 20:37:29 +0200

systemd-cron (1.5.4-1) unstable; urgency=low

  * New upstream release
  * Use https for Vcs-Browser & Vcs-Git
  * Enable C setgid crontab helper (Closes: #766053, #780685)
  * change arch from 'all' to 'linux-any', needed for setgid helper
    + upcoming rewrite of generator in C
  * enable hardening, add patch to honor CPPFLAGS

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Thu, 28 Jan 2016 09:44:29 +0100

systemd-cron (1.5.3-1) unstable; urgency=medium

  * New upstream release
  * Fix piuparts error: when package is removed but not purged and
    python3 is not installed, /etc/cron.weeky/systemd-cron would fail.
    (Closes: #787611)

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Tue, 27 Oct 2015 23:14:36 +0100

systemd-cron (1.5.2-1) unstable; urgency=medium

  * Adopt package
  * New upstream version
  * Switch from Python2 to Python3
  * Set-up remove_stale_stamps as /etc/cron.weekly/systemd-cron
  * Properly attribute copyright of crontab.5
  * Closes: #766348 : generator does not parse ranges correctly
  * Closes: #767951 : "crontab -r user" will remove root crontab
  * Closes: #766756 : does not mail user in case of job errors
    + Recommends: exim4 | mail-transport-agent
  * Closes: #766757 : services should Requires=systemd-user-sessions.service
  * Closes: #766902 : @reboot jobs are run on package installation
  * Closes: #766764 : support ~/... to /home/user/... expansion
  * Closes: #766763 : support @annually
  * Closes: #770144 : ignore /etc/cron.d/*.dpkg-*
  * disable tests, as they break on pbuilder, and duplicate lintian tests
  * Closes: #776859 : don't call systemctl daemon-reload twice in postrm
  * Closes: #766345 : /usr/bin/crontab doesn't reject invalid crontabs

 -- Alexandre Detiste <alexandre.detiste@gmail.com>  Tue, 26 May 2015 10:01:46 +0100

systemd-cron (1.3.1+ds1-2) unstable; urgency=medium

  [ Alexandre Detiste ]
  * move from section 'utils' to section 'admin'
  * provide sample /etc/crontab & /etc/anacrontab
  * trim debian/rules, provide debian/install
  * add a postrm script that remove timer stamps on purge
  * remove inactive patch

 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 14 Oct 2014 09:40:12 +0200

systemd-cron (1.3.1+ds1-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * demote priority to extra
  * systemd >= 212 is now avaible in testing, we can enable persistent timers
  * Depends on systemd-sysv to ensure that systemd is running
  * Update standards-version to 3.9.6: no changes needed

  [ Michael Stapelberg ]
  * switch to pristine-tar and a separate upstream branch, use original
    orig.tar.gz tarball.

 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 07 Oct 2014 09:40:12 +0200

systemd-cron (1.3.1-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * New upstream version.
  * New upstream URL https://github.com/systemd-cron/systemd-cron
  * Closes: #752376 does not meet requirements for cron-daemon
  * Closes: #758036 typo in package description
  * New dependency of Python, needed by new systemd-crontab-generator
  * Turn quilt patch that remove cron.boot into a configure option
  * Update standards-version to 3.9.5: no changes needed

  [ Michael Stapelberg ]
  * Review of changes, add myself to uploaders

 -- Michael Stapelberg <stapelberg@debian.org>  Wed, 01 Oct 2014 09:43:21 +0200

systemd-cron (1.1.1-1) unstable; urgency=low

  * Initial release. (Closes: #718910)

 -- Shawn Landden <shawnlandden@gmail.com>  Tue, 06 Aug 2013 14:09:52 -0700