nodau (0.3.8-1build1) bionic; urgency=high

  * No change rebuild against openssl1.1.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 05 Feb 2018 16:51:17 +0000

nodau (0.3.8-1) unstable; urgency=medium

  * Update debian/watch file for monitoring releases on github
  * debian/control: Update Homepage URL to th github project page
  * New upstream version 0.3.8
  * Drop openssl-1.1-support.patch patch
  * Drop fix-spelling-error-in-errormessage.patch patch

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 28 Nov 2016 14:34:55 +0100

nodau (0.3.7-3) unstable; urgency=medium

  * debian/control: Add Vcs-Browser and Vcs-Git URIs

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 Nov 2016 15:50:20 +0100

nodau (0.3.7-2) unstable; urgency=medium

  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS
  * Update copyright years for debian/* packaging files
  * Bump Debhelper compat level to 10
  * debian/rules: Build enabling all hardening flags
  * Add support for OpenSSL 1.1.
    Fixes "FTBFS with openssl 1.1.0". (Closes: #828456)
  * Add patch to fix a spelling error in an displayed error message
  * Declare compliance with Debian policy 3.9.8

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 Nov 2016 15:37:00 +0100

nodau (0.3.7-1) unstable; urgency=low

  * Imported Upstream version 0.3.7
    + prevent segfault when env is empty.
    + prevent segfault in config file creation.
    (Closes: #716624)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 15 Jul 2013 22:46:45 +0200

nodau (0.3.6-1) unstable; urgency=low

  * Imported Upstream version 0.3.6

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 23 Jun 2013 08:48:01 +0200

nodau (0.3.5-1) unstable; urgency=low

  * Imported Upstream version 0.3.5
    + Fixes unsafe handling of temporary files when using a external editor
      (Closes: #708924).
  * Update copyright years for upstream files

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 10 Jun 2013 16:35:41 +0200

nodau (0.3.4-1) unstable; urgency=low

  * Imported Upstream version 0.3.3 and 0.3.4
  * Update debian/watch for alternative location of released tarballs
  * Update copyright years for debian/* packaging files
  * Bump Standards-Version to 3.9.4

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 19 May 2013 11:11:25 +0200

nodau (0.3.1-1) unstable; urgency=low

  * Imported Upstream version 0.3.1

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 15 Oct 2012 19:15:15 +0200

nodau (0.3.0-1) unstable; urgency=low

  * Upload to unstable
  * Imported Upstream version 0.3.0

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 25 Aug 2012 06:52:50 +0200

nodau (0.3~rc7-1) experimental; urgency=low

  * Imported Upstream version 0.3~rc7

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 24 Jul 2012 22:38:52 +0200

nodau (0.3~rc6-1) unstable; urgency=low

  * Imported Upstream version 0.3~rc6
  * Upload to unstable
  * Remove patches applied upstream.
    Remove 0001-changes-to-database-handling-to-try-to-get-rid-of-a-.patch
    and 0002-another-tweak-in-hunting-segvs.patch patches which where
    cherry-picked from upstream git repository.

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 14 Jun 2012 14:01:04 +0200

nodau (0.3~rc5-1) experimental; urgency=low

  * Imported Upstream version 0.3~rc5
  * Add patches from upstream to prevent segfault on db creation.
    Add patches for upstream commits 7bcf6be and 678da52.

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 08 Jun 2012 11:26:22 +0200

nodau (0.3~rc4-1) experimental; urgency=low

  * Imported Upstream version 0.3~rc4

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 29 May 2012 22:06:28 +0200

nodau (0.3~rc3-1) unstable; urgency=low

  * Imported Upstream version 0.3~rc3
  * Drop dir_create-with-safe-permissions.patch patch.
    Patch was applied upstream.

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 22 May 2012 14:56:46 +0200

nodau (0.3~rc2-3) unstable; urgency=low

  * Add dir_create-with-safe-permissions.patch.
    Don't create directories with read, write and execute permissions for
    user, group and others.

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 11 May 2012 21:41:26 +0200

nodau (0.3~rc2-2) unstable; urgency=low

  * Upload to unstable

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 09 May 2012 21:20:32 +0200

nodau (0.3~rc2-1) experimental; urgency=low

  * Imported Upstream version 0.3~rc2
  * Drop add-support-for-CFLAGS-and-LDFLAGS.patch patch.
    Patch is included in 0.3rc2 upstream release.
  * Drop document-configuration-file.patch patch.
    Patch is included in 0.3rc2 release.
  * Add debian/NEWS introducing new configuration file

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 06 May 2012 09:40:25 +0200

nodau (0.3~rc1-2) experimental; urgency=low

  * Add add-support-for-CFLAGS-and-LDFLAGS.patch patch.
    Support setting of CFLAGS and LDFLAGS.
  * Bump Debhelper compat level to 9.
    Build with hardening flags passed via dpkg-buildflags.
    Adjust versioned Build-Depends on debhelper to (>= 9).
  * Add document-configuration-file.patch patch.
    Cherry-pick two commits from upstream, [f9a71ad] and [46f97c0] to
    document the configuration file for nodau.

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 May 2012 10:15:25 +0200

nodau (0.3~rc1-1) experimental; urgency=low

  * Update debian/watch file.
    Update watch file to correctly handle upstream release candidate
    versions.
  * Imported Upstream version 0.3~rc1
  * Update debian/copyright file.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for upstream files.
    Update copyright years for debian/* packaging files.
    Add OpenSSL exception which was clarified upstream.
  * Add Build-Depends on libssl-dev
  * Bump Standards-Version to 3.9.3

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 03 May 2012 20:34:40 +0200

nodau (0.2.2-1) unstable; urgency=low

  * New upstream release 
  * Drop fix-ftbfs-with-binutils-gold.patch as it was applied upstream.

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 20 May 2011 10:00:29 +0200

nodau (0.2.1-2) unstable; urgency=low

  * Add fix-ftbfs-with-binutils-gold.patch to reorder LIBS in Makefile to fix
    FTBFS with binutils-gold (LP: #785135) (Closes: #627306).
  * debian/copyright: Update copyright years for debian/* packaging.
  * Bump Standards-Version to 3.9.2 (no changes needed).

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 19 May 2011 15:54:29 +0200

nodau (0.2.1-1) unstable; urgency=low

  * New upstream release
  * debian/rules: Adjust PREFIX in override target for dh_auto_install.
  * Drop debian/nodau.1 manpage as manpage for nodau is now installed
    by upstream.
  * debian/nodau.dirs: Add usr/share/man/man1 to the directories to be
    created during build to be able to install the manpage there.

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 08 Nov 2010 22:46:01 +0100

nodau (0.2-1) unstable; urgency=low

  * Initial release (Closes: #602802)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 08 Nov 2010 12:18:29 +0100
