vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 38eeaec814307aa0b6dc39ee9119235c13333acf
Merge: 08fe18ccc 3b169b6d1
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Mon Feb 11 09:36:10 2019 +0100
Merge tag '1.8.0_rc3'
apt Debian release 1.8.0~rc3
commit 08fe18cccff68fbaf35bd3251f37cee524c073f6
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Thu Feb 7 14:46:55 2019 +0100
debian/rules: Do not use dh_install --list-missing (dh 12 porting)
This was removed in dh 12, and dh_missing is run by default which
detects missing files.
commit 57d7e63f5f0e96b1ec92877bc17e0ba0fae28f8e
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Thu Feb 7 14:43:55 2019 +0100
debian: Update to debhelper-compat (= 12)
Switch from debian/compat to the new Build-Depends syntax - that's
way nicer.
commit 62b5a521ff61bd01a605ff95ad2b18d87006f6ff
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Mon Feb 4 16:10:44 2019 +0100
CMakeLists.txt: Bump C++ standard version to C++14
Not a lot of fancy new stuff there, but some good stuff. Would
like to use C++17, but might not be stable yet.