igraph (0.8.2+ds-2) unstable; urgency=medium

  * debhelper-compat 13 (routine-update)
  * Remove *.la file from debian/tmp to enable dh_missing --fail-missing
  * Fix symbols to build with gcc-10
    Closes: #966963

 -- Andreas Tille <tille@debian.org>  Mon, 03 Aug 2020 17:27:43 +0200

igraph (0.8.2+ds-1) unstable; urgency=medium

  * New upstream version
  * Most patches are applied upstream
  * Point watch file to official download location
    Closes: #958999
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Remove trailing whitespace in debian/rules (routine-update)
  * Add new symbol

 -- Andreas Tille <tille@debian.org>  Thu, 30 Apr 2020 10:18:11 +0200

igraph (0.8.1+ds-3) unstable; urgency=medium

  [ Tamás Nepusz ]
  * Another set of upstream patches relaxing tests to enable building on
    all architectures
    Closes: #956821

  [ Andreas Tille ]
  * Provide symbols file only for amd64 to reduce maintenance burden

 -- Andreas Tille <tille@debian.org>  Fri, 24 Apr 2020 10:39:44 +0200

igraph (0.8.1+ds-2) unstable; urgency=medium

  * Drop --with-external-f2c (thanks for the hint to Szabolcs Horvát)

  [ Tamás Nepusz ]
  * Upstream patches relaxing tests to enable building on all architectures

 -- Andreas Tille <tille@debian.org>  Mon, 20 Apr 2020 21:22:20 +0200

igraph (0.8.1+ds-1) unstable; urgency=medium

  * New upstream version
  * Remove third party code that is not used anyway from upstream source
  * Add missings in d/copyright
    Closes: #953941
  * New upstream version
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Update symbols file

 -- Andreas Tille <tille@debian.org>  Mon, 30 Mar 2020 15:02:01 +0200

igraph (0.8.0-1) unstable; urgency=medium

  * New upstream version
  * Point watch file to github
  * Standards-Version: 4.5.0 (routine-update)
  * debhelper-compat 12 (routine-update)
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Call ./bootstrap.sh in dh_autoreconf
  * Build-Depends: bison, flex
  * Add README.source for Rdata files
  * Add symbols file
  * Build-Depends: liblzma-dev
    Closes: #951933
  * Bump soname due to ABI change
  * Use d-shlibs
  * Upstream does not provide texinfo file any more
  * Add example package
  * Fix permissions

 -- Andreas Tille <tille@debian.org>  Sun, 23 Feb 2020 17:04:14 +0100

igraph (0.7.1-4) unstable; urgency=medium

  * use a different starting vector for
    igraph_community_leading_eigenvector() to prevent errors
    with ARPACK 3.6.3 (Thanks for the patch to Tamás Nepusz)
    Closes: #902760
  * Drop Tamás Nepusz <ntamas@gmail.com> from uploaders (Tamás, thanks
    for your previous work on the Debian package and the support you
    provide on upstream code)
  * debhelper 12
  * Standards-Version: 4.3.0

 -- Andreas Tille <tille@debian.org>  Tue, 15 Jan 2019 15:10:32 +0100

igraph (0.7.1-3) unstable; urgency=medium

  [ Mathieu Malaterre ]
  * Remove self from Uploaders.

  [ Andreas Tille ]
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.2.1
  * Versioned Build-Depends: libarpack2-dev (>= 3.6.2-1~) and
    Fixing issues with ARPACK 3.6, related to igraph issue #1107
    Partly deals with bug #902760
  * Exclude tests requiring remote access
  * Secure URI in copyright format
  * Drop useless get-orig-source target
  * Remove trailing whitespace in debian/changelog
  * Apply fix for CVE-2018-20349
    Closes: #917211
  * Ignore remaining build time errors to get fix for CVE-2018-20349 out

 -- Andreas Tille <tille@debian.org>  Mon, 24 Dec 2018 15:25:53 +0100

igraph (0.7.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename library packages for g++5 ABI transition (closes: 791075).

 -- Julien Cristau <jcristau@debian.org>  Sun, 16 Aug 2015 17:36:15 +0200

igraph (0.7.1-2) unstable; urgency=medium

  [ Andreas Tille ]
  * Move packagiong from SVN to Git

  [ Tamas Nepusz ]
  * Remove debian/patches/link_f2c.patch; f2c linkage not needed if
    BLAS, LAPACK and ARPACK are all linked dynamically
    Closes: #702882
  * debian/patches/remove_unused_test_target.patch added to make
    dh_auto_test work
  * debian/patches/fix_failing_tests.patch added to fix some failing
    test cases
  * debian/patches/cppflags_restore.patch added to fix incorrect
    handling of CPPFLAGS in the configure script
  * debian/patches/drl_spelling_fix.patch added to fix a spelling
    error in the source and silence a lintian warning

 -- Tamás Nepusz <ntamas@gmail.com>  Fri, 29 Aug 2014 08:39:02 +0000

igraph (0.7.1-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Fri, 08 Aug 2014 16:12:35 +0200

igraph (0.6.5-5) unstable; urgency=medium

  * use dh-autoreconf instead of autotools-dev (thanks to Logan Rosen
    <logan@ubuntu.com> for the patch)
    Closes: #733712

 -- Andreas Tille <tille@debian.org>  Tue, 31 Dec 2013 08:37:18 +0100

igraph (0.6.5-4) unstable; urgency=medium

  * cme fix dpkg-control
  * debian/patches/link_f2c.patch: Make sure libf2c will be properly linked
    Closes: #702882

 -- Andreas Tille <tille@debian.org>  Thu, 19 Dec 2013 11:23:31 +0100

igraph (0.6.5-3) unstable; urgency=low

  * Team upload.
  * Rebuild against latest gmp
  * debian/control:
     - cme fix dpkg-control
     - Canonical Vcs-Svn

 -- Andreas Tille <tille@debian.org>  Tue, 16 Jul 2013 09:12:52 +0200

igraph (0.6.5-2) unstable; urgency=low

  * Upload to sid

 -- Mathieu Malaterre <malat@debian.org>  Mon, 27 May 2013 14:01:54 +0200

igraph (0.6.5-1) experimental; urgency=low

  * New upstream
  * Bump Std-Vers to 3.9.4. No changes needed

 -- Mathieu Malaterre <malat@debian.org>  Tue, 12 Mar 2013 14:34:23 +0100

igraph (0.5.4-2) unstable; urgency=low

  * Use my @d.o alias
  * Remove DMUA flag
  * Bump Std-Vers to 3.9.3, no changes needed
  * Switch to dpkg-source 3.0 (quilt) format
  * Use dh(9), get hardening for free

 -- Mathieu Malaterre <malat@debian.org>  Wed, 11 Apr 2012 13:09:46 +0200

igraph (0.5.4-1) unstable; urgency=low

  * New upstream.

  * control: Change depends libgmp3-dev --> libgmp-dev.  Update
    Standards-Version to 3.9.1.

  * rules: empty out dependency_libs.

 -- Steve M. Robbins <smr@debian.org>  Wed, 16 Mar 2011 23:42:10 -0500

igraph (0.5.3-1) unstable; urgency=low

  * Initial upload to Debian. Closes: #546752.

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Mon, 16 Nov 2009 18:12:42 +0100
