wmcoincoin (2.6.5.git+23.411d4a3-2.1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgrant@ubuntu.com>  Mon, 01 Apr 2024 19:34:41 +1100

wmcoincoin (2.6.5.git+23.411d4a3-2.1build1) noble; urgency=medium

  * No-change rebuild against libcurl4t64

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 16 Mar 2024 07:07:24 +0000

wmcoincoin (2.6.5.git+23.411d4a3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop wmccc (closes: #967807).

 -- Bastian Germann <bage@debian.org>  Mon, 13 Nov 2023 12:28:38 +0100

wmcoincoin (2.6.5.git+23.411d4a3-2) unstable; urgency=medium

  * d/control
    - Bump Standards-Version to 4.6.1.
  * d/.gitnore
    - Ignore packaging artefacts.
  * d/patches
    - Add patch to use pkg-config for imlib2 (closes: #1018020).
    - Add DEP-3 metadata to XOpenDisplay seg-fault patch and rename it.

 -- Jeremy Sowden <jeremy@azazel.net>  Thu, 25 Aug 2022 21:40:55 +0100

wmcoincoin (2.6.5.git+23.411d4a3-1) unstable; urgency=medium

  * New upstream release (git snapshot).

  [ Doug Torrance ]
  * debian/control
    - Reformat using wrap-and-sort.
    - Update Maintainer email address to use tracker.d.o.
    - Add libcurl-dev to Build-Depends.
    - Bump Standards-Version to 4.6.0.
    - Add Rules-Requires-Root field (no).
  * debian/copyright
    - Update Source URL to GitHub repository.
  * debian/dirs
    - Make /usr/libexec/wmcoincoin.
  * debian/manpages
    - Sort entries.
  * debian/menu
    - Remove deprecated Debian menu file.
  * debian/patches/national-encoding.patch
    - New patch; convert options file from ISO-8859-1 to UTF-8 encoding.
      Fixes national-encoding lintian warning.
  * debian/rules
    - Convert override_dh_install target to execute_after_dh_install.
    - Install binaries in /usr/libexec for FHS compliance.
    - Rewrite get-orig-source target.
  * debian/salsa-ci.yml
    - Add Salsa pipeline configuration file.
  * debian/upstream/metadata
    - Add DEP-12 upstream metadata file.
  * debian/watch
    - Bump to v4 format.
    - Use special strings for regular expressions.
    - Use simplified SourceForge redirector.
    - Add comment explaining that the SourceForge page is out of date and
      to use the get-orig-source target in d/rules instead.
  * debian/wmcoincoin.sh
    - Update to use /usr/libexec for binary path.

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

 -- Doug Torrance <dtorrance@piedmont.edu>  Thu, 30 Sep 2021 12:52:22 -0400

wmcoincoin (2.6.4-git-2) unstable; urgency=medium

  [ Doug Torrance ]
  * Update Vcs-* after migration to Salsa.
  * Update Format in d/copyright to https.
  * Switch Priority from extra to optional.

  [ Jeremy Sowden ]
  * Added patch to prevent seg-fault in wmcoincoin_player (closes: #716463).
  * Bumped compat to 12 and replaced d/compat with b-d on debhelper-compat.
  * Removed explicit request for dh_autoreconf.
  * Removed build-deps on dh-autoreconf and autotools-dev.
  * Updated uploaders.
  * Enable hardening.
  * Bumped Standards-Version to 4.4.0.

 -- Jeremy Sowden <jeremy@azazel.net>  Sun, 28 Jul 2019 12:51:42 +0100

wmcoincoin (2.6.4-git-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Update Vcs-* fields.
    - Set Debian Window Maker Team as Maintainer; move myself to
      Uploaders with updated email address.
    - Tidy up using wrap-and-sort.
  * debian/copyright
    - Update email address.
  * debian/install
    - Sort lines alphabetically.

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 28 Aug 2015 13:23:43 -0400

wmcoincoin (2.6.2+20150325-1) unstable; urgency=medium

  * New upstream release (git snapshot).
    - Remove timestamp macro; builds should now be reproducible.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Wed, 25 Mar 2015 20:52:04 -0500

wmcoincoin (2.6.2+20141120-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/patches
    - Remove directory; patches applied upstream.
  * debian/rules
    - Append "-Wl, --as-needed" to LDFLAGS; avoids "useless dependency"
      warnings from dpkg-shlibdeps.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Sun, 23 Nov 2014 18:33:40 -0600

wmcoincoin (2.6.2+20140602-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * New maintainer (Closes: #765837).
  * debian/compat
    - Bump to 9.
  * debian/clean
    - New file; clean files generated by autotools.
  * debian/control
    - Bump versioned dependency on debhelper to >=9.
    - Bump Standards-Version to 3.9.6.
    - Add Homepage, Vcs-* fields.
    - Add dh-autoreconf and libxmu-dev to Build-Depends.
    - Remove libice-dev, libsm-dev, and libxft2-dev from Build-Depends.
    - Add ${misc:Depends} to Depends.
  * debian/copyright
    - Update machine-readable format v1.0.
  * debian/menu
    - Update section.
  * debian/patches
    - (autotools_fixes.patch) Various autotools fixes.
    - (fix_x11_include.patch) Fix FTBFS on amd64.  Thanks to Andreas Moog
      <andreas.moog@warperbbs.de> (Closes: #735755).
    - (format-security.patch) Fix -Werror=format-security compiler errors.
    - (fix_spelling.patch) Fix spelling-error-in-binary Lintian warnings.
    - (implicit-function-declaration.patch, incompatible_pointer_type.patch,
      int-to-pointer-cast.patch, maybe-uninitialized.patch, parentheses.patch,
      pointer-to-int-cast.patch, sign-compare.patch,
      sizeof-pointer-memaccess.patch, type-limits.patch,
      unused-but-set-parameter.patch, unused-but-set-variable.patch,
      unused-parameter.patch, unused-result.patch, unused-variable.patch) Fix
      compiler warnings.
    - (incompatible_struct_type.patch) Reorder #includes to get compatible types
      of struct re_pattern_buffer.  Thanks to Michael Tautschnig <mt@debian.org>
      (Closes: #702439).
  * debian/rules
    - Add get-orig-source target.
    - Update to use dh.
    - Add override_dh_install target; move and delete various files.
  * debian/source/format
    - New file; use 3.0 (quilt).
  * debian/watch
    - New file; obtained from sepwatch.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Sat, 25 Oct 2014 00:05:20 -0500

wmcoincoin (2.5.1e-1) unstable; urgency=low

  * New upstream release

 -- Josselin Mouette <joss@debian.org>  Mon,  2 Oct 2006 10:41:51 +0200

wmcoincoin (2.5.1d-3) unstable; urgency=low

  * debian/rules: Remove bashisms (Closes: #379632).
  * Standards version is 3.7.2.

 -- Josselin Mouette <joss@debian.org>  Wed, 26 Jul 2006 17:29:38 +0200

wmcoincoin (2.5.1d-2) unstable; urgency=low

  * Remove the build-dependency on xlibs-static-dev, use libxinerama-dev
    instead.
  * Add missing build-dependency on libxft-dev.

 -- Josselin Mouette <joss@debian.org>  Sun, 19 Feb 2006 11:23:32 +0100

wmcoincoin (2.5.1d-1) unstable; urgency=low

  * New upstream release to fix the annoying "poufpouf" bug.

 -- Josselin Mouette <joss@debian.org>  Sat, 15 Oct 2005 17:33:27 +0200

wmcoincoin (2.5.1c-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Mon,  3 Oct 2005 22:47:19 +0200

wmcoincoin (2.5.1b-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Tue, 27 Sep 2005 00:33:24 +0200

wmcoincoin (2.5.1a-1) unstable; urgency=low

  * New upstream release.
  * Standards-version is 3.6.2.
  * debian/menu: Correctly quote all strings.

 -- Josselin Mouette <joss@debian.org>  Mon, 26 Sep 2005 22:11:06 +0200

wmcoincoin (2.5.0g-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: Pass --as-needed to ld to deflate dependencies.

 -- Josselin Mouette <joss@debian.org>  Tue, 14 Jun 2005 23:41:37 +0200

wmcoincoin (2.5.0f-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Wed, 23 Feb 2005 22:24:06 +0100

wmcoincoin (2.5.0c-2) unstable; urgency=medium

  * debian/control: Build-depend on libxt-dev (Closes: #266271).

 -- Josselin Mouette <joss@debian.org>  Tue, 17 Aug 2004 13:39:26 +0200

wmcoincoin (2.5.0c-1) unstable; urgency=low

  * New upstream release.
  * debian/wmcoincoin.sh: Launch the binary with $0=wmcoincoin.

 -- Josselin Mouette <joss@debian.org>  Mon, 17 May 2004 11:38:03 +0200

wmcoincoin (2.5.0b-1) unstable; urgency=low

  * New upstream release.
  * Require libxft2-dev and libgtk2.0-dev.
  * Split out X libs build-dependencies.
  * Move out scripts and player to /usr/lib.

 -- Josselin Mouette <joss@debian.org>  Tue,  4 May 2004 14:56:03 +0200

wmcoincoin (2.4.6b-1) unstable; urgency=low

  * New upstream release.
  * Build-depend on libimlib2-dev.
  * Standards-version is 3.6.1.
  * Use debian/compat.
  * Provide manpages for wmcoincoin_player and wmcoincoin-totoz-get.
  * Remove wmcoincoin-kde.

 -- Josselin Mouette <joss@debian.org>  Sat,  6 Sep 2003 15:01:40 +0200

wmcoincoin (2.4.5b-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Mon,  7 Jul 2003 14:30:50 +0200

wmcoincoin (2.4.5a-1) unstable; urgency=low

  * New upstream release.
  * Remove configure patch.

 -- Josselin Mouette <joss@debian.org>  Mon, 23 Jun 2003 19:14:15 +0200

wmcoincoin (2.4.4c-2) unstable; urgency=low

  * debian/control: Update description.
  * Standards-version is 3.5.10.
  * As #178596 is over, build again with -O2 on s390.
  * Use original icon again.
  * Cleanup in debian/rules.
  * configure: Remove the 'remove -g' code. Don't touch configure.ac as it
    breaks the whole (fragile) build system.
  * config.h.in, debian/rules: Use the package version as VERSION.

 -- Josselin Mouette <joss@debian.org>  Tue, 17 Jun 2003 16:22:47 +0200

wmcoincoin (2.4.4c-1) unstable; urgency=low

  * New upstream release (necessary to post on linuxfr.org regarding
    the new referer check).

 -- Josselin Mouette <joss@debian.org>  Thu, 13 Mar 2003 14:25:28 +0100

wmcoincoin (2.4.4b-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Tue, 11 Mar 2003 13:13:03 +0100

wmcoincoin (2.4.4a-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Mon, 10 Mar 2003 11:31:54 +0100

wmcoincoin (2.4.3c-2) unstable; urgency=low

  * Use -O1 on s390 to avoid build failure.

 -- Josselin Mouette <joss@debian.org>  Thu, 30 Jan 2003 13:30:26 +0100

wmcoincoin (2.4.3c-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Wed, 22 Jan 2003 13:48:22 +0100

wmcoincoin (2.4.2b-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Mon,  6 Jan 2003 14:20:27 +0100

wmcoincoin (2.4.2a-2) unstable; urgency=low

  * Make icon conform to menu specifications and move it to
    /usr/share/icons.
  * Typo in debian/copyright.

 -- Josselin Mouette <joss@debian.org>  Tue,  3 Dec 2002 14:51:42 +0100

wmcoincoin (2.4.2a-1) unstable; urgency=low

  * New upstream release
  * Standards version is 3.5.8.
  * Use debhelper mode 4 and dh_install.

 -- Josselin Mouette <joss@debian.org>  Sat, 30 Nov 2002 12:39:46 +0100

wmcoincoin (2.4.1a-1) unstable; urgency=low

  * New upstream release.
  * The package should now follow the policy version 3.5.7.
  * WMCoinCoin should be stable and secure enough now, and DaCode is in
    the archive, let's upload to Debian (Closes: #150551).
  * Removed build-dep on automake.

 -- Josselin Mouette <joss@debian.org>  Wed, 16 Oct 2002 22:35:12 +0200

wmcoincoin (2.4.0limule-2) unstable; urgency=low

  * debian/control: Improve description.
  * Use autotools-dev instead of providing config.*
  * debian/copyright: Make upstream URL point to SF.
  * debian/control: Add upstream URLs.

 -- Josselin Mouette <joss@debian.org>  Wed, 16 Oct 2002 20:49:19 +0200

wmcoincoin (2.4.0limule-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Sat,  5 Oct 2002 23:24:25 +0200

wmcoincoin (2.4.0c-1) unstable; urgency=low

  * New upstream release.

 -- Josselin Mouette <joss@debian.org>  Mon,  9 Sep 2002 12:24:40 +0200

wmcoincoin (2.4.0a-1) unstable; urgency=low

  * New upstream release.
  * Removed unuseful README.Debian.

 -- Josselin Mouette <joss@debian.org>  Sat,  7 Sep 2002 21:42:20 +0200

wmcoincoin (2.3.8.2dtc-1) unstable; urgency=low

  * New upstream release (CVS snapshot).

 -- Josselin Mouette <joss@debian.org>  Thu,  5 Sep 2002 09:54:46 +0200

wmcoincoin (2.3.8+kikoo-1) unstable; urgency=low

  * New upstream release.
  * Build-depend on libgtk1.2-dev (for wmccc) and automake-1.6.
  * Makefile.am: Remove duplicate intl in SUBDIRS.

 -- Josselin Mouette <joss@debian.org>  Tue,  3 Sep 2002 14:07:23 +0200

wmcoincoin (2.3.8b-2) unstable; urgency=low

  * debian/rules: Make a symlink from /usr/share/doc/wmcoincoin/examples
    to /usr/share/wmcoincoin.

 -- Josselin Mouette <joss@debian.org>  Mon, 24 Jun 2002 13:04:29 +0200

wmcoincoin (2.3.8b-1) unstable; urgency=low

  * Initial release.

 -- Josselin Mouette <joss@debian.org>  Thu, 20 Jun 2002 15:02:55 +0200
