libgdf (0.1.3-11.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062310

 -- Benjamin Drung <bdrung@debian.org>  Wed, 28 Feb 2024 12:14:09 +0000

libgdf (0.1.3-11) unstable; urgency=medium

  * Team upload.
  * Move package to Debian Med team
  * Remove debian/blends
  * Remove debian/gbp.conf
  * Standards-Version: 4.6.0 (routine-update)
  * Remove old boilerplate from debian/rules (routine-update)
  * Add salsa-ci file (routine-update)

 -- Andreas Tille <tille@debian.org>  Mon, 15 Nov 2021 13:39:09 +0100

libgdf (0.1.3-10) unstable; urgency=medium

  * Upload to unstable (Closes: #984105)
  * Use d/clean instead of override_dh_clean target in d/rules
  * d/rules: Use execute_after_dh_* targets instead of override_dh_*

 -- Rafael Laboissière <rafael@debian.org>  Sun, 15 Aug 2021 05:50:01 -0300

libgdf (0.1.3-9) experimental; urgency=medium

  * d/p/compile-with-g++-11.patch: New patch (Closes: #984105)

 -- Rafael Laboissière <rafael@debian.org>  Wed, 07 Jul 2021 08:17:17 -0300

libgdf (0.1.3-8) unstable; urgency=medium

  * d/p/check-system-endianness.patch: Adjust for
    architecture-independent usage of BOOST_ENDIAN_(BIG|LITTLE)_BYTE
    macros. Thanks to Giovanni Mascellani for the tip (see Bug#978612).

 -- Rafael Laboissière <rafael@debian.org>  Thu, 31 Dec 2020 08:02:51 -0300

libgdf (0.1.3-7) unstable; urgency=medium

  * d/p/check-system-endianness.patch: Update patch.
    This fixes the problem of detection of endianness on the s390x
    architecture, what was causing the FTBFS on that architecture.
    (Closes: #977357)

 -- Rafael Laboissière <rafael@debian.org>  Mon, 28 Dec 2020 19:58:39 -0300

libgdf (0.1.3-6) unstable; urgency=medium

  * Avoid FTBFS when building against boost 1.74. Thanks to Anton
    Gladky (Closes: #975443)
    + d/p/check-system-endianess.patch: New patch for replacing the
      deprecated macros BOOST_*_ENDIAN by BOOST_ENDIAN_*_BYTE.
    + d/control: Impose minimal version 1.55 build-dependency on
      libboost-dev.  The new BOOST_ENDIAN_*_BYTE macros were introduced
      in this version of Boost.

 -- Rafael Laboissière <rafael@debian.org>  Wed, 25 Nov 2020 13:30:37 -0300

libgdf (0.1.3-5) unstable; urgency=medium

  * d/p/disable-werror.patch: Set "Forwarded: not-needed"
  * d/control: Bump Standards-Version to 4.5.1 (no changes needed)
  * Install the libgdf.so* files in /usr/lib/<arch>/
    + d/libgdf{0,-dev}.install:
      - Convert to use dh-exec
      - Install files in /usr/lib/${DEB_HOST_MULTIARCH}
    + d/control:
      - Build-Depend on dh-exec
      - Declare package libgdf-dev as Architecture any
  * d/libgdf0.lintian-overrides: Override Lintian warning
    no-symbols-control-file

 -- Rafael Laboissière <rafael@debian.org>  Mon, 23 Nov 2020 12:38:41 -0300

libgdf (0.1.3-4) unstable; urgency=medium

  * Allow stderr in unit tests.
    This allows autopkgtest to pass with libboost 1.71, since messages
    regarding the deprecation of BOOST_*_ENDIAN BOOST_BYTE_ORDER are
    issued at compilation time.  This is a quick fix while waiting for the
    problem to be fixed upstream. (Closes: #962217)
  * d/control:
    + Bump debhelper compatibitlity level to 13
    + Standards-Version to 4.5.0 (no changes needed)
    + Make libgdf-dev Arch: all. The dependencies on libgdf0 are
      adjusted for using source:Version, accordingly.  Also, adjust
      the long description to reflect this change.
    + Add Rules-Requires-Root: no
  * d/u/metadata
    + Drop Name and Contact fields
    + Add Repository* and Bug-* fields
  * d/rules: Drop --as-needed linker flag

 -- Rafael Laboissière <rafael@debian.org>  Fri, 05 Jun 2020 09:08:52 -0300

libgdf (0.1.3-3) unstable; urgency=medium

  * d/t/control: Depend on the needed Boost libraries

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 19 Aug 2019 09:38:04 -0300

libgdf (0.1.3-2) unstable; urgency=medium

  * d/t/control: Depend only on libgdf-dev instead of @
    The dependency on matlab-gdf, imposed by the @ tag was causing
    preventing the debian-ci to run the unit tests.

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 18 Aug 2019 11:16:09 -0300

libgdf (0.1.3-1) unstable; urgency=medium

  * New upstream version 0.1.3
  * d/watch, d/control, d/copyright: Use new upstream URL (@ GitHub)
  * d/control:
    + Add myself to the list of Uploaders
    + Set Priority: optional instead of extra
    + Bump Standards-Version to 4.4.0
    + Update Vcs-* URLs, which are at salsa.d.o now
  * d/p/disable-werror.patch:
    + Refresh for new upstream version
    + Comply with the Patch Tagging Guidelines (aka DEP3)
      Also, gives credit to Juhani Numminen <juhaninumminen0@gmail.com>, who
      first proposed this patch in the context of Bug#853492.
    + Use the file name proposed by Juhani
  * d/copyright:
    + Reflect upstream changes
    + Add global definition for LGPL-3 license
    + Use correct URL in the Format field
    + Use Upstream-* fields
  * Bump to debhelper compat level 12.
    Build-depend on debhelper-compat instead of using d/compat (this later
    file is removed)
  * d/control, d/rules: Do not declare the -dbg package, which is automatically
    generated
  * d/matlab-gdf.dirs: Do not create empty directory /usr/lib/matlab/site/gdf
  * d/matlab-gdf.install: Do not use brace expansions for file names
  * d/rules:
    + Use pkg-info.mk instead of dpkg-parsechangelog to get upstream version
    + Disallow parallel building for dh commands
    + Use hardening options
  * Add support for autopkgtest
  * d/u/metadata: New file

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 17 Aug 2019 12:10:28 -0300

libgdf (0.1.2-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * Build-depend on dh-octave instead of octave-pkg-dev (Closes: #890082)

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 13 Apr 2018 18:42:39 -0300

libgdf (0.1.2-2) unstable; urgency=medium

  [ Yaroslav Halchenko ]
  * debian/rules:
    - "Manually" provide octave:Depends=octave if octave-depends is not
       present (Closes: #667827).  This solution (over just adding octave
       into Depends) is chosen for backportability to Debian squeeze
  * Above and below changes by Rafael (THANK YOU) to address FTBFS due
    to deprecation of octave-depends (Closes: #666894)

  [ Rafael Laboissiere ]
  * debian/rules:
    - Use directly the octave-config script in order to get the
      installation path for the *.mex files
  * debian/octave-gdf.docs: New debhelper file for installing the
    gdf_{reader,writer}.m files, which contain actually just the
    documentation for the *.mex files
  * debian/octave-gdf.examples: New debhelper file for installing the
    provided examples

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 10 May 2012 09:16:11 -0400

libgdf (0.1.2-1) unstable; urgency=low

  * Fresh upstream snapshot
    - Fixes endianness issues
  * Dropping cherry-picked up_cp-ev, up_cp-ev-channel, up_cp-data-orientation

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 22 Feb 2012 21:01:50 -0500

libgdf (0.1.1-1) unstable; urgency=low

  * Initial release (Closes: #601707)
  * Few post-release upstream bugfixes absorbed into quilt patches:
    - fixed data orientation in the resampling example
    - fixed event channel numbering in gdf_writer
    - fixed event mode 3 handling in the resampling example
  * Depend on matlab-support package for install-time building of Matlab
    extensions

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 04 May 2011 21:29:24 -0400

libgdf (0.1.1~svn62-1) UNRELEASED; urgency=low

  * Fresh upstream snapshot (needed for sigviewer 0.5.0)
  * Patches submitted and adopted upstream:
    - 0001-make-explicit-option-either-to-build-include-tests
    - 0002-testfail-must-fail-so-lets-state-that

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 22 Dec 2010 12:23:40 -0500

libgdf (0.1.0~svn31-1) UNRELEASED; urgency=low

  * Initial packaging

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 28 Oct 2010 14:27:26 -0400