mathic (1.0~git20200526-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Bump to debhelper compatibility level 13.
    - Bump Standards-Version to 4.5.0.
    - Add Rules-Requires-Root field.
  * debian/patches
    - Remove directory; only patch has been applied upstream.
  * debian/not-installed
    - Tell dh_missing that we aren't installing .la file.
  * debian/rules
    - Remove override_dh_strip argument passing --dbgsym-migration
      argument; automatic debug symbol package is now in oldstable.
    - Remove override_dh_makeshlibs target; it was passing the -V
      option, which is now the default after debhelper 12.
  * debian/salsa-ci.yml
    - Add Salsa pipelines config file.
  * debian/tests/control
    - Allow stderr output in autopkgtests for GCC warnings on armhf.
      Patch from Ubuntu package by Graham Inggs <ginggs@ubuntu.com>.

 -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 01 Jul 2020 08:00:53 -0400

mathic (1.0~git20181123-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/compat
    - Drop file; no longer necessary since we build-depend on
      debhelper-compat.
  * debian/control
    - Switch Build-Depend on debhelper to debhelper-compat, specifying
      compatibility level 12.
    - Bump Standards-Version to 4.4.1.
  * debian/patches/cross.patch
    - New patch; use test -e instead of AC_CHECK_FILE to enable cross
      building.  Thanks to Helmut Grohne <helmut@subdivi.de> for the patch
      (Closes: #948146).

 -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 13 Jan 2020 11:08:12 -0500

mathic (1.0~git20180311-2) unstable; urgency=medium

  * debian/tests/control
    - Add build-essential and libgtest-dev to Depends (Closes: #903720).

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 13 Jul 2018 13:58:13 -0400

mathic (1.0~git20180311-1) unstable; urgency=medium

  * debian/compat
    - Bump debhelper compatibility level to 11.
  * debian/control
    - Bump versioned dependency on debhelper to >= 11.
    - Bump Standards-Version to 4.1.5.
    - Update Vcs-* links to Salsa.
  * debian/rules
    - Drop get-orig-source target: replaced by uscan.
  * debian/tests
    - Replace smoke test with upstream unit tests.
  * debian/upstream/metadata
    - New file; add DEP-12 upstream metadata.
  * debian/watch
    - Use uscan with git mode to obtain upstream tarball.

 -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 09 Jul 2018 21:53:42 -0400

mathic (1.0~git20170606-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Bump Standards-Version to 4.0.1.
    - Bump versioned dependency on debhelper to >= 10.
    - Remove Build-Depends on dh-autoreconf.
  * debian/compat
    - Bump debhelper compatibility level to 10.
  * debian/copyright
    - Use https in Format.
  * debian/libmathic0v5.symbols
    - Remove file for ease of maintainability (Closes: #853540).
  * debian/patches/fix_typo.patch
    - Remove patch; applied upstrem.
  * debian/rules
    - Remove call to dh_autoreconf; enabled by default with debhelper 10.
    - New override_dh_makeshlibs target.  Generates tightest possible
      dependency.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sat, 12 Aug 2017 16:53:20 -0400

mathic (1.0~git20160320-4) unstable; urgency=medium

  * debian/control
    - Bump Standards-Version to 3.9.8.
  * debian/libmathic0v5.symbols
    - Add optional tags to symbols missing when compiled with gcc-6
      (Closes: #831109).

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 15 Jul 2016 12:36:02 -0400

mathic (1.0~git20160320-3) unstable; urgency=medium

  * debian/libmathic0v5.symbols
    - Mark additional symbols optional that are optimized away at -O3.
      Thanks to Steve Langasek <steve.langasek@ubuntu.com> (Closes: #830811).

 -- Doug Torrance <dtorrance@piedmont.edu>  Tue, 12 Jul 2016 00:32:16 -0400

mathic (1.0~git20160320-2) unstable; urgency=medium

  * debian/libmathic0v5.symbols
    - Add some arch-specific tags to fix FTBFS.
  * debian/patches/fix_typo.patch
    - Switch Forwarded to Applied-Upstream.

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 25 Mar 2016 20:49:52 -0400

mathic (1.0~git20160320-1) unstable; urgency=medium

  * New upstream release.
    - Now maintained by Macaulay2 developers.
  * debian/control
    - Bump versioned dependency on debhelper to >= 9.20160114.  Needed for
      --dbgsym-migration option to dh_strip.
    - Bump Standards-Version to 3.9.7.
    - Update Homepage.
    - Use https protocol for Vcs-Browser.
    - Drop libmathic-dgb in favor of automatically generated
      libmathic0v5-dbgsym package.
  * debian/copyright
    - Update Source.
    - Change license to LGPL-2+. (This has actually always been the license;
      I must have misread it when initially preparing the package.)
  * debian/libmathic0v5.symbols
    - Restore symbols file.
  * debian/patches
    - Remove previous patches; patches applied upstream.
  * debian/patches/fix_typo.patch
    - New patch. Fixes spelling-error-in-binary Lintian warning.
  * debian/rules
    - Enable all hardening flags.
    - Update definition of GTEST_PATH for dh_auto_configure.
    - Add --enable-shared to dh_auto_configure.
    - Modify override_dh_strip target. Instead of building the libmathic-dbg
      package, we use the --dbgsym-migration option to ensure proper migration
      to the new automatically generated package.
    - Update get-orig-source target with new location.
  * debian/watch
    - Update with new upstream webpage. Note that this is merely a comment;
      upstream does not tag their releases and uscan is currently not
      functional.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 20 Mar 2016 16:54:38 -0400

mathic (1.0~git20130827-3) unstable; urgency=medium

  * debian/{control,libmathic0.install}
    - Rename libmathic0 to libmathic0v5 for libstdc++ transition
      (Closes: #797983).
  * debian/control
    - Add libmathic0 to Breaks/Replaces.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 06 Sep 2015 02:31:53 -0400

mathic (1.0~git20130827-2) unstable; urgency=medium

  * Update my email address.
  * debian/control
    - Remove dpkg-dev (>= 1.18.0) from Build-Depends; unnecessary as we have
      removed the symbols file.
  * debian/libmathic0.symbols
    - Remove file for ease of maintainability.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sat, 29 Aug 2015 09:42:23 -0400

mathic (1.0~git20130827-1) unstable; urgency=low

  * Initial release (Closes: #780783).

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Wed, 01 Apr 2015 06:27:19 -0500