diff -Nru sopt-2.0.0/debian/changelog sopt-2.0.0/debian/changelog --- sopt-2.0.0/debian/changelog 2017-12-30 13:05:24.000000000 +0000 +++ sopt-2.0.0/debian/changelog 2018-09-30 08:42:13.000000000 +0000 @@ -1,3 +1,12 @@ +sopt (2.0.0-5) unstable; urgency=medium + + * Update VCS fields to use salsa.d.o + * Add spdlog header (Closes: #909765) + * Push Standards-Version to 4.2.1. No changes needed + * Push compat to 11 + + -- Ole Streicher Sun, 30 Sep 2018 10:42:13 +0200 + sopt (2.0.0-4) unstable; urgency=medium * Disable power_method test diff -Nru sopt-2.0.0/debian/compat sopt-2.0.0/debian/compat --- sopt-2.0.0/debian/compat 2017-12-12 20:25:01.000000000 +0000 +++ sopt-2.0.0/debian/compat 2018-09-30 08:41:15.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru sopt-2.0.0/debian/control sopt-2.0.0/debian/control --- sopt-2.0.0/debian/control 2017-12-30 13:04:54.000000000 +0000 +++ sopt-2.0.0/debian/control 2018-09-30 08:41:19.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: catch, cmake, cython, - debhelper (>= 9), + debhelper (>= 11), libblas-dev, libeigen3-dev, libspdlog-dev, @@ -16,9 +16,9 @@ python-pytest, python-scipy, python-setuptools -Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/sopt.git -Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/sopt.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/debian-astro-team/sopt.git +Vcs-Browser: https://salsa.debian.org/debian-astro-team/sopt Homepage: https://basp-group.github.io/sopt/ Package: libsopt2.0 diff -Nru sopt-2.0.0/debian/patches/Add-spdlog-header.patch sopt-2.0.0/debian/patches/Add-spdlog-header.patch --- sopt-2.0.0/debian/patches/Add-spdlog-header.patch 1970-01-01 00:00:00.000000000 +0000 +++ sopt-2.0.0/debian/patches/Add-spdlog-header.patch 2018-09-30 08:40:23.000000000 +0000 @@ -0,0 +1,21 @@ +From: Ole Streicher +Date: Sun, 30 Sep 2018 10:38:07 +0200 +Subject: Add spdlog header + +Closes: #909765 +--- + cpp/sopt/logging.enabled.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/cpp/sopt/logging.enabled.h b/cpp/sopt/logging.enabled.h +index 9e45fde..053e145 100644 +--- a/cpp/sopt/logging.enabled.h ++++ b/cpp/sopt/logging.enabled.h +@@ -3,6 +3,7 @@ + + #include "sopt/config.h" + #include ++#include + #include + #include "sopt/exception.h" + diff -Nru sopt-2.0.0/debian/patches/series sopt-2.0.0/debian/patches/series --- sopt-2.0.0/debian/patches/series 2017-12-30 13:04:47.000000000 +0000 +++ sopt-2.0.0/debian/patches/series 2018-09-30 08:40:23.000000000 +0000 @@ -4,3 +4,4 @@ Multiarch-patch.patch Logging-api-changed.-Disabling-colors-for-now.patch Disable-power_method-test.patch +Add-spdlog-header.patch diff -Nru sopt-2.0.0/debian/rules sopt-2.0.0/debian/rules --- sopt-2.0.0/debian/rules 2017-12-12 20:25:01.000000000 +0000 +++ sopt-2.0.0/debian/rules 2018-09-30 08:41:28.000000000 +0000 @@ -7,7 +7,7 @@ CMAKE_FLAGS += -DDEB_BUILD_MULTIARCH=`dpkg-architecture -qDEB_BUILD_MULTIARCH` %: - dh $@ --parallel --buildsystem=cmake + dh $@ --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- $(CMAKE_FLAGS)