libgenome (1.3.11+svn20110227.4616-5) unstable; urgency=medium

  * d/libgenome0.symbols.amd64: mark some compiler specific symbols optional.
    Closes: #1012978
  * Standards-Version: 4.6.1 (routine-update)
  * d/control: add myself to uploaders.

 -- Étienne Mollier <emollier@debian.org>  Mon, 11 Jul 2022 23:43:37 +0200

libgenome (1.3.11+svn20110227.4616-4) unstable; urgency=medium

  * Update symbols file for gcc-11
    Closes: #984106
  * Standards-Version: 4.6.0 (routine-update)
  * No tab in license text (routine-update)
  * Apply multi-arch hints.
    + libgenome-dev: Add Multi-Arch: same.

 -- Andreas Tille <tille@debian.org>  Wed, 20 Oct 2021 17:37:13 +0200

libgenome (1.3.11+svn20110227.4616-3) unstable; urgency=medium

  * Standards-Version: 4.5.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
    update)
  * Remove trailing whitespace in debian/control (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Trim trailing whitespace.
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Remove libGenome.la from build to make dh_missing happy
  * Update symbols for gcc-10
    Closes: #957442

 -- Andreas Tille <tille@debian.org>  Thu, 23 Jul 2020 14:59:20 +0200

libgenome (1.3.11+svn20110227.4616-2) unstable; urgency=medium

  * Update symbols for GCC 8 and make them amd64-only (Closes: #905566)

 -- Graham Inggs <ginggs@debian.org>  Mon, 13 Aug 2018 15:08:30 +0000

libgenome (1.3.11+svn20110227.4616-1) unstable; urgency=medium

  * New upstream SVN checkout
  * Rewrote get-orig-source to fetch source tarball from SVN
  * Drop version number from package name
  * Add symbols file
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.5

 -- Andreas Tille <tille@debian.org>  Wed, 18 Jul 2018 13:06:48 +0200

libgenome (1.3.1-10) unstable; urgency=medium

  * Moved packaging from SVN to Git
  * Use fake watch file since source is checked out from SVN (upstream
    does not provide release downloads)
  * debhelper 10
  * Standards-Version: 4.1.1 (no changes needed)

 -- Andreas Tille <tille@debian.org>  Thu, 05 Oct 2017 17:30:49 +0200

libgenome (1.3.1-9) unstable; urgency=medium

  * Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends}
    according to https://wiki.debian.org/Multiarch/Implementation
  * Fix gcc-6.1 build issue
    Closes: #831188
  * hardening=+bindnow
  * cme fix dpkg-control
  * Fixed homepage
  * Drop unused overrides

 -- Andreas Tille <tille@debian.org>  Fri, 12 Aug 2016 10:52:24 +0200

libgenome (1.3.1-8) unstable; urgency=medium

  * d/rules: drop unneeded override libgomp1-dev
  * Rename library packages for g++5 ABI transition.
    (thanks to Steve Langasek <steve.langasek@ubuntu.com> for the patch)
    Closes: #791121
  * cme fix dpkg-control
  * Versioned Build-Depends d-shlibs (>= 0.61) to support --v5 option

 -- Andreas Tille <tille@debian.org>  Sat, 08 Aug 2015 18:56:32 +0200

libgenome (1.3.1-7) unstable; urgency=medium

  * debian/rules: override libgomp1-dev dependency by nothing
    Closes: #751295

 -- Andreas Tille <tille@debian.org>  Fri, 13 Jun 2014 13:29:53 +0200

libgenome (1.3.1-6) unstable; urgency=medium

  * use dh-autoreconf
    Closes: #744609
  * debian/rules: simplify d-shlibs call

 -- Andreas Tille <tille@debian.org>  Sun, 13 Apr 2014 21:39:18 +0200

libgenome (1.3.1-5) unstable; urgency=low

  * symbols control file does more harm than good - deactivating
    Closes: #731485
  * d/lintian-overrides: override missing symbols control file warning

 -- Andreas Tille <tille@debian.org>  Fri, 06 Dec 2013 09:48:29 +0100

libgenome (1.3.1-4) unstable; urgency=low

  * debian/control:
     - cme fix dpkg-control
     - canonical Vcs fields
     - debhelper 9
     - remove doxygen from Build-Depends since we do not create the
       documentation anyway (see remark in README.Debian
     - drop cdbs from Build-Depends
  * debian/rules: switch from cdbs to dh
  * provide symbols file
  * debian/copyright: DEP5

 -- Andreas Tille <tille@debian.org>  Thu, 07 Nov 2013 11:28:05 +0100

libgenome (1.3.1-3) unstable; urgency=low

  * Standards-Version: 3.8.4 (no changes needed)
  * Using Dpkg source format version ‘3.0 (quilt)’ (debian/source/format)
  * debian/rules: fix override exception for d-shlibmove:
     --override s/libstdc\+\+6-dev// (needs escaping the '+')

 -- Andreas Tille <tille@debian.org>  Thu, 29 Apr 2010 11:21:22 +0200

libgenome (1.3.1-2) unstable; urgency=low

  * Stop using d-shlibs hack which was intended to prevent dependency
    from g++-4.1 lib.  The dependency is *really* stupid but the hack
    was intended to be temporary and no really good solution.
  * Standards-Version: 3.8.3 (no changes needed)
  * Removed quilt Build-Depends
  * Added missing ${misc:Depends}
  * Remove *.la file according to
    http://lists.debian.org/debian-devel/2009/08/msg00783.html
    This has to be done manually until d-shlibmove stops moving this
    file (bug against d-shlibs just filed)
  * Debhelper 7

 -- Andreas Tille <tille@debian.org>  Thu, 26 Jun 2008 09:36:06 +0200

libgenome (1.3.1-1) unstable; urgency=low

  * New upstream version
  * debian/get-orig-source contains code to obtain snapshot releases,
    final releases should be obtained via uscan using the watch file
  * debian/rules: more consequent usage of variables
  * Fixed watch file
  * Standards-Version: 3.8.0 (no changes needed)

 -- Andreas Tille <tille@debian.org>  Wed, 25 Jun 2008 14:07:53 +0200

libgenome (1.3.0-5) unstable; urgency=low

  * Another "#include <cstring>" was obviousely missing.  I know
    compiled successfully in a g++-4.3 environment which makes me
    positive that this finally
    Closes: #474416

 -- Andreas Tille <tille@debian.org>  Tue, 08 Apr 2008 13:37:18 +0200

libgenome (1.3.0-4) unstable; urgency=low

  * Even more missing includes (Thanks to Kumar Appaiah
    <akumar@ee.iitm.ac.in>)
    Closes: #474416

 -- Andreas Tille <tille@debian.org>  Mon, 07 Apr 2008 09:25:58 +0200

libgenome (1.3.0-3) unstable; urgency=low

  * Just another #include <cstring> to fix also the strchr issues
    Closes: #474416

 -- Andreas Tille <tille@debian.org>  Sat, 05 Apr 2008 19:46:43 +0200

libgenome (1.3.0-2) unstable; urgency=low

  * Include pkgconfig file into -dev package
  * Move header files in libGenome subdirectory
  * Enhanced debian/copyright information
  * Added #include <cstring> to source files containing memmove
    and memcpy
    Closes: #474356

 -- Andreas Tille <tille@debian.org>  Sat, 05 Apr 2008 13:39:53 +0200

libgenome (1.3.0-1) unstable; urgency=low

  * Initial release (Closes: #468408)

 -- Andreas Tille <tille@debian.org>  Thu, 28 Feb 2008 20:13:45 +0100