xdemorse (2.9-3) unstable; urgency=medium

  * QA upload.
  * Check for unversioned automake binary, too.  (Closes: #792048)

 -- Andreas Beckmann <anbe@debian.org>  Sat, 18 Jul 2015 16:50:58 +0200

xdemorse (2.9-2) unstable; urgency=medium

  * QA upload.
  * Upload to unstable.
  * Using autoreconf.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 06 May 2015 10:45:45 -0300

xdemorse (2.9-1) experimental; urgency=medium

  * QA upload.
  * New upstream release.
  * debian/copyright:
      - Updated the packaging and upstream copyright years.
      - Using the correct short name for GPL-3.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 22 Mar 2015 22:30:21 -0300

xdemorse (2.8-1) experimental; urgency=medium

  * QA upload.
  * New upstream release.
  * Bumped Standards-Version to 3.9.6.
  * debian/copyright: updated the packaging copyright list.
  * debian/patches/show_flags: removed because the upstream fixed the code.
  * debian/rules: added the DEB_BUILD_MAINT_OPTIONS variable to fix the
      issues pointed by blhc.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 30 Nov 2014 00:11:23 -0200

xdemorse (2.7-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
  * The upstream fixed several problems (thanks to Neoklis). Consequently:
      - These files and directories were removed:
          - debian/desktop/
          - debian/examples
          - debian/install
          - debian/patches/*
          - debian/xdemorserc: removed.
      - debian/rules:
          - removed the LDFLAGS line.
          - removed the override_dh_clean target.
          - updated the override_dh_auto_configure target.
  * debian/copyright: updated the upstream copyright years.
  * debian/patches/show_flags: created to avoid an "overriden flags" action
    by GCC when compiling.
  * debian/dirs: added to create some directories.

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Fri, 21 Mar 2014 12:10:25 -0300

xdemorse (2.6-2) unstable; urgency=medium

  * QA upload.
  * debian/patches/conf_file: added to discard the individual
    configuration file (.xdmorserc) copy to user home.

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Sun, 09 Mar 2014 03:09:01 -0300

xdemorse (2.6-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
  * debian/control:
      - Added autotools-dev, intltool and libasound2-dev in
        Build-Depends field.
      - Bumped Standards-Version from 3.9.4 to 3.9.5.
      - New short and long descriptions.
      - Updated Homepage field.
  * debian/copyright:
      - Upgraded to 1.0 format.
      - Updated upstream and packaging copyright years.
      - Updated upstream e-mail address.
      - Upstream using GPL-3+ now.
  * debian/desktop: created to gather the files used to provide
    a desktop menu entry.
  * debian/dirs: removed because the package is using autotools
    and, consequently, the file is useless now.
  * debian/examples: added to install debian/xdemorserc file.
  * debian/install: created to install the files used to provide
    a desktop menu entry.
  * debian/menu: added an icon reference.
  * debian/patches/:
      - changelog: added to point exactly to file indicated by
        the upstream.
      - debian-changes-1.3-6: removed because it is useless.
      - link_libm.patch: updated to be compliant with the new
        upstream release.
      - main.c: fix a typo. Thanks to Jonas Stein
        <news@jonasstein.de> by bug report. (Closes: #633542)
      - POTFILES.{in,skip}: created to list files to be treated
        or ignored by gettext system.
      - sound.c: fix an error that breaks the compilation when
        using GCC hardening.
  * debian/rules:
      - Added the --parallel option.
      - Added 'LDFLAGS += -Wl,--as-needed' line to avoid linking
        useless libraries to the binary.
      - Updated to use autotools to build package.
  * debian/watch: fixed.
  * debian/xdemorse.1: fixed a spelling error in manpage
    (s/informations/information).
  * debian/xdemorse.doc-base: added to reference
    /usr/share/doc/xdemorse.html.
  * debian/xdemorserc: added as an example of the sound
    configuration file.

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Wed, 05 Mar 2014 01:17:30 -0300

xdemorse (1.3-7) unstable; urgency=low

  * QA upload.
  * Link against libm. (Closes: #713771).
  * Update watch file. (Closes: #640203).
  * Move buildsystem to simple dh style.
  * Bump debhelper build-dep and compat to 9.
  * Bump Standards Version to 3.9.4.

 -- Barry deFreese <bdefreese@debian.org>  Thu, 04 Jul 2013 12:49:59 -0400

xdemorse (1.3-6) unstable; urgency=low

  * QA upload
  * migrate to source version 3.0:
    - added debian/source
    - for the moment leave old patches in debian-changes-1.3-6
  * added manpage provided by François Wendling <frwendling@free.fr>.
    Thanks a lot to François! (closes: #603398).
  * Standards-Version 3.9.1 (no change)
  * debian/rules:
    - dh_clean -k => dh_prep
    - some cleanup

 -- Ralf Treinen <treinen@debian.org>  Sat, 27 Nov 2010 08:55:35 +0100

xdemorse (1.3-5) unstable; urgency=low

  * Retiring - set the package maintainer to Debian QA Group.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat, 07 Nov 2009 08:32:33 +0000

xdemorse (1.3-4) unstable; urgency=low

  * Fix FTBFS on hurd-i386, patch by Samuel Thibault.
    Closes: #510604.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat, 03 Jan 2009 20:43:26 +0100

xdemorse (1.3-3) unstable; urgency=low

  * Install default/.xdemorserc as xdemorserc in the package 
    documentation directory.
  * Also chmod +x for a couple of other scripts in the base directory.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat, 03 Jan 2009 16:51:45 +0100

xdemorse (1.3-2) unstable; urgency=low

  * Fix FTBFS. Thanks Kurt Roeckx for reporting. Closes: #510135.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat, 03 Jan 2009 16:10:35 +0100

xdemorse (1.3-1) unstable; urgency=low

  * Initial release (Closes: #508882).

 -- Joop Stakenborg <pa3aba@debian.org>  Wed, 17 Dec 2008 18:21:44 +0100
