- igraph (0.8.5+ds1-1+rpi1) bullseye-staging; urgency=medium
++igraph (0.9.6+ds-2+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from 0.8.1+ds-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 04 Apr 2020 20:05:20 +0000]
+ * Update symbols for raspbian.
+
- -- Raspbian forward porter <root@raspbian.org> Wed, 10 Feb 2021 12:35:03 +0000
++ -- Raspbian forward porter <root@raspbian.org> Tue, 11 Jan 2022 20:29:04 +0000
++
+ igraph (0.9.6+ds-2) unstable; urgency=medium
+
+ * Source only upload
+ * Add missing build dependency on dh addon.
+ * Add two missing symbols in symbols file
+
+ -- Andreas Tille <tille@debian.org> Sat, 08 Jan 2022 21:50:51 +0100
+
+ igraph (0.9.6+ds-1) unstable; urgency=medium
+
+ * New upstream nano version.
+ * Debianization:
+ - d/aptches/*:
+ - d/p/debianization{,-suitesparse-header_folder}.patch, update;
+ - d/p/upstream-external-plfit.patch, refresh;
+ - d/p/8c5711d8d143a40602dbd177f1a343471304efa7.patch, obsoleted.
+
+ -- Jerome Benoit <calculus@rezozer.net> Thu, 06 Jan 2022 09:29:26 +0000
+
+ igraph (0.9.5+ds-3) unstable; urgency=medium
+
+ * Debianization:
+ - d/copyright, update copyright year tuples;
+ - d/adhoc/examples/*/Makfile, idem;
+ - d/patches/*:
+ - d/p/upstream-external-plfit.patch, refresh.
+
+ -- Jerome Benoit <calculus@rezozer.net> Tue, 04 Jan 2022 20:46:03 +0000
+
+ igraph (0.9.5+ds-2) unstable; urgency=medium
+
+ * Fix watchfile (comment) to detect new versions on github
+ * cme fix dpkg-control
+ * Fix test suite on i386 (see upstream issue #1894)
+
+ -- Andreas Tille <tille@debian.org> Sun, 19 Dec 2021 08:28:23 +0100
+
+ igraph (0.9.5+ds-1) experimental; urgency=medium
+
+ * New upstream nano version.
+ * Debianization:
+ - d/copyright:
+ - Files-Excluded list, now discard vendor/plfit;
+ - d/control:
+ - Build-Depends field, add libplfit-dev;
+ - d/tests/control:
+ - Depends field for benchmarks test, add libplfit-dev;
+ - d/rules:
+ - override_dh_install-indep target, update;
+ - override_dh_fixterm target, obsoleted;
+ - d/patches/upstream-external-plfit.patch, introduce;
+ - d/adhoc/adhoc/examples/{simple,tutorial}/Makefile,
+ add option -Wno-maybe-uninitialized to CFLAGS;
+ - d/libigraph-doc.docs, introduce;
+ - d/libigraph2.symbols, refresh;
+ - d/README.Debian, obsoleted.
+
+ -- Jerome Benoit <calculus@rezozer.net> Sun, 14 Nov 2021 20:24:31 +0000
+
+ igraph (0.9.4+ds-3) experimental; urgency=medium
+
+ * Debianization:
+ - d/control:
+ - Build-Depends-Indep, add python3;
+ - d/copyright, harden.
+
+ -- Jerome Benoit <calculus@rezozer.net> Wed, 03 Nov 2021 21:04:55 +0000
+
+ igraph (0.9.4+ds-2) experimental; urgency=medium
+
+ * FTBFS fix release: the new major upstream version appears to build
+ successfully with gcc-11 (Closes: #984058).
+ * Debianization:
+ - d/rules, fix typo in CONF_FLAGS;
+ - d/control:
+ - Standards-Version, dump to 4.6.0 (no change).
+
+ -- Jerome Benoit <calculus@rezozer.net> Mon, 11 Oct 2021 19:53:51 +0000
+
+ igraph (0.9.4+ds-1) experimental; urgency=medium
+
+ * New upstream minor version (minor changes)
+ * Debianization;
+ - d/copyright:
+ - Files-Excluded field, refresh;
+ - d/watch, update;
+ - d/rules:
+ - override_dh_install-indep target, update;
+ - d/libigraph-dev.install, install (new) cmake material;
+ - d/libigraph-doc.{install,doc-base}, now manage PDF manual;
+ - d/libigraph2.symbols, introduce;
+ - d/s/lintian-overrides, introduce;
+ - d/a/e/b/Makefile, refresh.
+
+ -- Jerome Benoit <calculus@rezozer.net> Sun, 18 Jul 2021 11:18:58 +0000
+
+ igraph (0.9.1+ds1-1) UNRELEASED; urgency=medium
+
+ * New upstream minor version (major changes)
+ * Debianization:
+ - d/control:
+ - SO version, bump to version 2;
+ - Build-Depends-Indep field, introduce;
+ - Build-Depends field:
+ - cmake, add (migration to cmake);
+ - jdupes, discard (no more needed);
+ - Package libigraph2:
+ - introduce (bumped SO version, see above);
+ - Conflicts and Replaces fields, discard;
+ - Package libigraph-examples, renamed libigraph-doc;
+ - d/copyright:
+ - Files-Excluded field, refresh;
+ - Debian Files:
+ - copyright, add myself;
+ - refresh;
+ - d/rules:
+ - migrate from autotools to cmake;
+ - refresh;
+ - d/clean, discard;
+ - d/tests:
+ - d/t/control:
+ - internal tests check, discard;
+ - tutorial check, introduce;
+ - d/t/check, set simple as default;
+ - d/patches:
+ - d/p/upstream-fix-examples_benchmarks_bench_h-missing-include.patch,
+ integrated;
+ - d/p/upstream-fix-examples_simple-gcc-warnings.patch, integrated;
+ - d/p/upstream-fix-lintian-spelling_error_in_binary.patch, refresh;
+ - d/p/upstream-fixed-{git-interfer-nomore,cmake-check,XSOVERSION},patch,
+ fixed by and imported from upstream (thanks to upstream team);
+ - d/p/debianization{,-doc-local_fonts}.patch, introduce;
+ - d/p/soversion.patch, SO version manage via d/p/debianization.patch;
+ - d/p/upstream-enhance-external_suitesparse.patch, obsoleted;
+ - d/p/do_not_make_anything_in_doc.patch, obsoleted;
+ - d/p/enable_removing_third_party_code.patch, obsoleted;
+ - d/adhoc/examples/*, refresh;
+ - d/libigraph-dev.manpages, introduce;
+ - d/libigraph-doc.{install,doc-base}, introduce;
+ - d/libigraph1.symbols.amd64, temporarily discard (new and not fixed ABI);
+ - d/libigraph-examples.links, obsoleted.
+
+ -- Jerome Benoit <calculus@rezozer.net> Mon, 12 Apr 2021 18:36:28 +0000
igraph (0.8.5+ds1-1) unstable; urgency=medium