libmath-gsl-perl (0.45-2) unstable; urgency=medium

  * Team upload.
  * Add a patch from upstream Git to fix a test failure with GSL 2.8.
    (Closes: #1077194)

 -- gregor herrmann <gregoa@debian.org>  Fri, 26 Jul 2024 17:21:45 +0200

libmath-gsl-perl (0.45-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Import upstream version 0.45.
  * Update years of upstream copyright.
  * Unfuzz no-gsl_xxmatrix_uchar.patch.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.7.0.
  * Update build dependencies to GSL 2.8.
    Closes: #1076470

  [ Étienne Mollier ]
  * gcc-14.patch: fix incompatible pointer type in swig generated code.
    (Closes: #1075182)

 -- gregor herrmann <gregoa@debian.org>  Thu, 25 Jul 2024 22:26:15 +0200

libmath-gsl-perl (0.44-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.44.
  * Update debian/upstream/metadata.
  * Update Upstream-Contact.
  * Update years of upstream copyright.
  * Refresh 0002-Fixed-spelling-errors-in-man.patch: one typo was fixed.
  * Update build/test/runtime dependencies.

 -- gregor herrmann <gregoa@debian.org>  Sat, 02 Dec 2023 20:12:23 +0100

libmath-gsl-perl (0.43-4) unstable; urgency=medium

  * exclude all symbols that are missing on arm64
    assuming the other failing architectures fail for the same reazon
    (Closes: #994736)

 -- Damyan Ivanov <dmn@debian.org>  Sat, 28 May 2022 20:47:46 +0000

libmath-gsl-perl (0.43-3) unstable; urgency=medium

  * Team upload

  * extend no-gsl_spmatrix_uchar.patch by fixing upstream ignore pattern
    The _norm1 and such suffixes are added by swig and not part of the symbol
    name.
    Another take at #994736.

 -- Damyan Ivanov <dmn@debian.org>  Sat, 28 May 2022 11:55:46 +0000

libmath-gsl-perl (0.43-2) unstable; urgency=medium

  * Team upload

  * patch version detection to treat all 2.7.x versions as 2.7 (Closes: #993323)
  * add a patch attempting to fix #994736
  * Declare compliance with Debian Policy 4.6.1.
  * Drop unneeded version constraints from (build) dependencies.
  * Drop unneeded (build-) dependency on libmath-complex-perl, provided by
    perl since 5.0.0.

 -- Damyan Ivanov <dmn@debian.org>  Fri, 27 May 2022 21:40:15 +0000

libmath-gsl-perl (0.43-1) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * Update lintian overrides for renamed tags.

  [ Florian Schlichting ]
  * Import upstream version 0.43 (closes: #993323)
  * Update copyright years
  * Refresh patches, add no-alien-gsl.patch
  * Force-apply and hence split up 0002-Fixed-spelling-errors-in-man.patch
  * Drop unused lintian override

 -- Florian Schlichting <fsfs@debian.org>  Mon, 20 Sep 2021 00:41:12 +0800

libmath-gsl-perl (0.42-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.42.
  * Update years of upstream copyright.

 -- gregor herrmann <gregoa@debian.org>  Tue, 16 Jun 2020 17:59:58 +0200

libmath-gsl-perl (0.41-1) unstable; urgency=medium

  * Team upload.

  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  * Import upstream version 0.41.
    Fixes "FBTFS (unsupported version: 2.6 at Build.PL line 80)"
    (Closes: #960011)
  * Refresh 0002-Fixed-spelling-errors-in-man.patch.
  * Add more fixes to 0002-Fixed-spelling-errors-in-man.patch.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-
    Browse.
  * Remove obsolete field Name from debian/upstream/metadata.
  * Add patch to do swig rebuild only for current GSL version.

 -- gregor herrmann <gregoa@debian.org>  Thu, 11 Jun 2020 17:50:34 +0200

libmath-gsl-perl (0.40-1) unstable; urgency=medium

  * Team upload.

  [ Laurent Baillet ]
  * fix lintian wrong-path-for-interpreter error

  [ gregor herrmann ]
  * Import upstream version 0.40.
  * Update years of upstream copyright.
  * Add new (build) dependency.
  * Install new upstream CONTRIBUTING file.
  * Patches:
    - Refresh 0001-Hardening-Build-Patch.patch (offset).
    - Refresh 0002-Fixed-spelling-errors-in-man.patch.
    - Refresh force-swig-rebuild.patch (offset).
    - Drop 0001-Fix-a-swig-syntax-error-in-Integration.i.patch
      (fixed upstream).
    - Drop 0003-Fix-ccflags-handling.patch (backported from upstream).
    - Drop dot-in-inc.patch (not applicable anymore).
    - Add clean.patch: clean more generated files.
  * Update lintian override (changed line number).
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <gregoa@debian.org>  Sat, 23 Feb 2019 18:21:01 +0100

libmath-gsl-perl (0.39-3) unstable; urgency=medium

  * Team upload.
  * Make the build dependency on libgsl-dev versioned to get the correct
    runtime dependencies with the new 2.5 symbols. Thanks to Niko Tyni and
    ci.debian.net for catching this issue. (Closes: #902625)

 -- gregor herrmann <gregoa@debian.org>  Thu, 28 Jun 2018 22:52:30 +0200

libmath-gsl-perl (0.39-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  * Fix compatibility issues with gls 2.5 (closes: #901807):
    [ Niko Tyni ]
    - Add patch to fix a swig syntax error.
    - Add patch to disable deprecated function usage with gsl 2.5.
    [ gregor herrmann ]
    - Add patch to add leading ./ to filename which is called with do()
      because of the removal of '.' from @INC.
    - Add patch to force a swig rebuild.
    - debian/rules: clean all pre-built files before building.

  [ gregor herrmann ]
  * Add more fixes to 0002-Fixed-spelling-errors-in-man.patch.
  * Install upstream examples.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Wed, 27 Jun 2018 22:05:11 +0200

libmath-gsl-perl (0.39-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Import upstream version 0.39
    Closes: #826192
  * Replace libgsl0-dev with libgsl-dev in debian/control.
  * bin/ is gone from the upstream tarball.
    Drop debian/libmath-gsl-perl.examples and the handling of the scripts from
    debian/rules.
  * Update years of upstream copyright.
  * Refresh debian/patches/0001-Hardening-Build-Patch.patch (offset).
  * Refresh 0002-Fixed-spelling-errors-in-man.patch.
  * Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.
  * Update lintian override (changed line number).
  * Set bindnow linker flag in debian/rules.
  * Declare compliance with Debian Policy 3.9.8.

  [ Niko Tyni ]
  * Add patch to fix ccflags handling. (Closes: #839775)

 -- gregor herrmann <gregoa@debian.org>  Fri, 07 Oct 2016 11:27:31 +0200

libmath-gsl-perl (0.36-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Niko Tyni ]
  * Add patch to inject -fPIC in the build. Thanks to Jurica Stanojkovic.
    (Closes: #826009)

 -- Niko Tyni <ntyni@debian.org>  Thu, 02 Jun 2016 23:20:45 +0300

libmath-gsl-perl (0.36-1) unstable; urgency=medium

  * Initial Release (Closes: #804015)

 -- Wolfgang Fütterer <debian@wlf-online.de>  Mon, 28 Mar 2016 20:24:38 +0200
