coinor-csdp (6.2.0-8) unstable; urgency=medium

  * debian/patches/makefile.patch
    - Fix a bug in the Makefile that caused linking errors when libsdp was
      already installed on the system.

 -- Doug Torrance <dtorrance@debian.org>  Sun, 16 Aug 2026 21:27:35 -0400

coinor-csdp (6.2.0-7) unstable; urgency=medium

  * debian/clean
    - Clean up generated .pc and .so files; they're handled by "make clean"
      in the patched Makefile, but only when the patch is applied.
  * debian/coinor-csdp.links
    - Add a csdp-randgraph -> csdp-rand_graph symlink. The former was what
      we used to ship when we used the autotoolization patch, so we keep it
      as a symlink for backwards compatibility.
  * debian/control
    - Bump Standards-Version to 4.7.4.
    - Drop redundant Priority and Rules-Requires-Root fields.
    - Drop unnecessary build dependencies on gfortran, libgfortran5, and
      libgomp1.
    - Add libblas.so and liblapack.so virtual packages as backups for
      libblas-dev and liblapack-dev in Build-Depends.
    - Update Description for libsdp-dev.
  * debian/control
    - Add blas/lapack to Depends for libsdp-dev since they are required to
      link.
  * debian/copyright
    - Update my copyright years.
  * debian/libsdp0.symbols
    - Add new symbols now that we compile with sigterm and gettime support.
  * debian/libsdp-dev.install
    - Install new pkgconfig file.
  * debian/not-installed
    - Remove file; no longer needed since we no longer use libtool, and so
      there is no .la file to not install.
  * debian/patches
    - Remove existing patches; replaced with simpler ones.
  * debian/patches/include-stdio.patch
    - New patch; include <stdio.h> to avoid declaring printf implicitly.
  * debian/patches/makefile.patch
    - New patch; make the build configurable.
  * debian/patches/shared-library.patch
    - New patch; add support for building a shared library.
  * debian/rules
    - Switch override_dh_auto_build -> execute_after_dh_auto_build.
    - Export variables for new patched Makefile.
  * debian/tests/control
    - Update compilaton test to use pkg-config, and also run its output.

 -- Doug Torrance <dtorrance@debian.org>  Sun, 16 Aug 2026 19:34:22 -0400

coinor-csdp (6.2.0-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit, Repository,
    Repository-Browse.

  [ Doug Torrance ]
  * debian/control
    - Bump Standards-Version to 4.7.2.
  * debian/copyright
    - Update my copyright years.
  * debian/gbp.conf
    - New file; set Debian branch to debian/latest as recommended by
      DEP-14.
  * debian/patches
    - Add two patches to fix GCC 15 build failures (Closes: #1096449).
      + csdp-ansi-c.patch: Adapted from Fedora; convert from K&R C to
        ANSI C.
      + blas-lapack-header.patch: Add proper declarations for BLAS/LAPACK
        functions.

 -- Doug Torrance <dtorrance@debian.org>  Thu, 04 Sep 2025 21:58:29 -0400

coinor-csdp (6.2.0-5) unstable; urgency=medium

  * debian/clean
    - New file; clean generated LaTeX files (Closes: #1044036).
  * debian/control
    - Update my email address (now a Debian Developer).
    - Bump Standards-Version to 4.6.2.
  * debian/copyright
    - Bump my copyright years and update my email address.
  * debian/patches/*
    - Add Forwarded DEP-3 tags (not-needed).

 -- Doug Torrance <dtorrance@debian.org>  Sun, 13 Aug 2023 18:57:54 -0400

coinor-csdp (6.2.0-4) unstable; urgency=medium

  * debian/control
    - Update Maintainer to Debian Math Team.
    - Bump Standards-Version to 4.6.0.
    - Update Vcs-* fields (debian-science -> debian-math).
  * debian/copyright
    - Update my copyright years.
  * debian/README.Debian
    - Remove note about octave helper files that no longer exist.
    - Rename from README.debian.
  * debian/rules
    - Drop override_dh_strip; contained --dbgsym-migration option, but
      the migration is now complete.
    - Stop setting DH_VERBOSE.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 07 Nov 2021 20:48:59 -0500

coinor-csdp (6.2.0-3) unstable; urgency=medium

  * Source-only upload needed for migration to testing.
  * debian/control
    - Set Multi-Arch; coinor-csdp-doc to foreign and libsdp* to same.
    - Drop libatlas-base-dev as an option for Build-Depends; the
      libcblas.so symbols have been merged into libblas.so.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 05 Jul 2020 08:51:43 -0400

coinor-csdp (6.2.0-2) unstable; urgency=medium

  * debian/coinor-csdp-doc.examples
    - Don't bother installing the example Makefile
  * debian/control
    - New Maintainer/Uploader (Closes: #645079).
    - Update Homepage.
    - Switch Vcs-* to Debian Science Team repository.
    - Bump debhelper compatibility level to 13.
    - Wrap and sort Depends and Build-Depends.
    - Add gfortran to Build-Depends; a fortran compiler is needed
      by configure when checking for blas.
    - Bump Standards-Version to 4.5.0.
    - Add Rules-Requires-Root field.
    - Drop opening article 'A' from Description.
    - Add disambiguation to short descriptions for the coinor-csdp
      and coinor-csdp-doc, which were previously identical.
    - Drop deprecated *-dbg package.
  * debian/control
    - Add stanzas for new libsdp0 and libsdp-dev packages.
  * debian/copyright
    - Reformat to DEP5.
  * debian/libsdp*.install
    - Install headers and libraries.
  * debian/libsdp0.symbols
    - New symbols file.
  * debian/not-installed
    - Tell dh_missing that we're not installing libtool's .la file.
  * debian/orig-tar.sh
    - Remove file; no longer necessary.  Most of the files that were
      removed from the tarball are no longer present in the current
      version, and we can take care of the .pdf manual using dpkg-source.
  * debian/patches/{move-headers,use-autotools}.patch
    - Apply patches from Sage. In particular, we now use autotools
      to build a dynamic library and move the header files to a new
      subdirectory.
  * debian/README.source
    - Remove file describing the use of quilt; quilt has been standard
      for some time.
  * debian/rules
    - Use all hardening flags.
    - Drop assignment of LDFLAGS.  It's a puzzle as to why this was
      being done in the first place, as they weren't actually used.
    - Switch dh_strip option from --dbg-package to --dbgsym-migration.
    - Drop dh_auto_install target; no longer necessary now that we
      use autotools for build.
  * debian/salsa-ci.yml
    - Add Salsa pipelines config file.
  * debian/source/include-binaries
    - New file; whitelist the pre-generated .pdf manual.
  * debian/tests/control
    - Add simple smoke test for autopkgtest.
  * debian/upstream/metadata
    - New upstream metadata file.
  * debian/watch
    - Bump to version 4 and take advantage of special strings. Also
      switch from http to https.

 -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 27 May 2020 01:46:38 -0400

coinor-csdp (6.2.0-1) unstable; urgency=medium

  * QA upload.
  * Update to upstream 6.2.0.
  * Update Standards-Version to 4.4.1.
  * Update compat level to 12.
  * Remove dependency on cdbs.
  * Remove Uploader.
  * Modify the patch for Makefile.
  * Push to salsa and update Vcs.

 -- Sudip Mukherjee <sudipm.mukherjee@gmail.com>  Sun, 22 Dec 2019 23:21:48 +0000

coinor-csdp (6.1.1-1) unstable; urgency=low

  * New upstream version. (Closes: #576822)
    - Switch to dpkg-source 3.0 (quilt) format.

 -- Soeren Sonnenburg <sonne@debian.org>  Fri, 09 Apr 2010 21:18:49 +0200

coinor-csdp (6.1.0-1) unstable; urgency=low

  * New upstream version.
    - refresh patches
  * Bump standards version (no changes required).

 -- Soeren Sonnenburg <sonne@debian.org>  Wed, 03 Mar 2010 12:33:43 +0100

coinor-csdp (6.0.1-2) unstable; urgency=low

  * Fix FTBS for Renesas SH(sh4) CPUs. (Closes: #560426)

 -- Soeren Sonnenburg <sonne@debian.org>  Fri, 11 Dec 2009 05:25:35 +0100

coinor-csdp (6.0.1-1) unstable; urgency=low

  * Initial Release. (Closes: #511899)

 -- Soeren Sonnenburg <sonne@debian.org>  Sun, 12 Apr 2009 00:36:13 +0200
