diff -Nru libcoverart-1.0.0+git20150706/debian/changelog libcoverart-1.0.0+git20150706/debian/changelog --- libcoverart-1.0.0+git20150706/debian/changelog 2020-03-24 14:05:46.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/changelog 2020-09-27 19:27:04.000000000 +0000 @@ -1,8 +1,18 @@ -libcoverart (1.0.0+git20150706-8build1) focal; urgency=medium +libcoverart (1.0.0+git20150706-9) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + [ Debian Janitor ] + * Use secure URI in Homepage field. + * Bump debhelper from old 11 to 12. + * Set upstream metadata fields: Repository, Repository-Browse. - -- Matthias Klose Tue, 24 Mar 2020 15:05:46 +0100 + [ Sebastian Ramacher ] + * debian/control: + - Bump debhelper compat to 13 + - Set Rules-Requires-Root: no + - Drop obsolete B-D on g++ + * debian/patches: Fix build with cmake 3.18.2 (Closes: #971210) + + -- Sebastian Ramacher Sun, 27 Sep 2020 21:27:04 +0200 libcoverart (1.0.0+git20150706-8) unstable; urgency=medium diff -Nru libcoverart-1.0.0+git20150706/debian/compat libcoverart-1.0.0+git20150706/debian/compat --- libcoverart-1.0.0+git20150706/debian/compat 2018-04-22 16:15:09.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru libcoverart-1.0.0+git20150706/debian/control libcoverart-1.0.0+git20150706/debian/control --- libcoverart-1.0.0+git20150706/debian/control 2018-04-22 16:15:09.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/control 2020-09-27 19:25:21.000000000 +0000 @@ -4,18 +4,18 @@ Maintainer: Debian Multimedia Maintainers Uploaders: Sebastian Ramacher Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), cmake, libneon27-gnutls-dev | libneon-dev, - libjansson-dev, - g++ (>= 4:5.2) + libjansson-dev Build-Depends-Indep: doxygen, graphviz -Standards-Version: 4.1.4 -Homepage: http://musicbrainz.org/doc/libcoverart +Standards-Version: 4.5.0 +Homepage: https://musicbrainz.org/doc/libcoverart Vcs-Git: https://salsa.debian.org/multimedia-team/libcoverart.git Vcs-Browser: https://salsa.debian.org/multimedia-team/libcoverart +Rules-Requires-Root: no Package: libcoverart-dev Section: libdevel diff -Nru libcoverart-1.0.0+git20150706/debian/patches/0005-Fix-build-with-cmake-3.18.patch libcoverart-1.0.0+git20150706/debian/patches/0005-Fix-build-with-cmake-3.18.patch --- libcoverart-1.0.0+git20150706/debian/patches/0005-Fix-build-with-cmake-3.18.patch 1970-01-01 00:00:00.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/patches/0005-Fix-build-with-cmake-3.18.patch 2020-09-27 19:23:09.000000000 +0000 @@ -0,0 +1,26 @@ +From: Sebastian Ramacher +Date: Sun, 27 Sep 2020 21:23:05 +0200 +Subject: Fix build with cmake 3.18 + +--- + src/CMakeLists.txt | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 2e60d65..0334e8e 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -32,11 +32,12 @@ IF(NOT CMAKE_CROSSCOMPILING) + EXPORT(TARGETS make-c-interface FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake ) + ENDIF(NOT CMAKE_CROSSCOMPILING) + ++FILE(GLOB INC_FILES *.inc) + ADD_CUSTOM_COMMAND( + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/caa_c.cc ${CMAKE_CURRENT_BINARY_DIR}/caa_c.h ${CMAKE_CURRENT_BINARY_DIR}/../include/coverart/caa_c.h + COMMAND make-c-interface ${CMAKE_CURRENT_SOURCE_DIR} cinterface.xml ${CMAKE_CURRENT_BINARY_DIR} caa_c.cc caa_c.h + COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}/caa_c.h ${CMAKE_CURRENT_BINARY_DIR}/../include/coverart/caa_c.h +- DEPENDS make-c-interface cinterface.xml *.inc ++ DEPENDS make-c-interface cinterface.xml ${INC_FILES} + ) + + ADD_CUSTOM_TARGET(src_gen DEPENDS caa_c.h) diff -Nru libcoverart-1.0.0+git20150706/debian/patches/series libcoverart-1.0.0+git20150706/debian/patches/series --- libcoverart-1.0.0+git20150706/debian/patches/series 2018-05-04 19:16:13.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/patches/series 2020-09-27 19:23:09.000000000 +0000 @@ -2,3 +2,4 @@ 0002-out-of-tree.patch 0003-gcc-5.patch 0004-Use-const-when-catching-exceptions.patch +0005-Fix-build-with-cmake-3.18.patch diff -Nru libcoverart-1.0.0+git20150706/debian/rules libcoverart-1.0.0+git20150706/debian/rules --- libcoverart-1.0.0+git20150706/debian/rules 2018-04-22 16:15:09.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/rules 2020-09-27 19:26:42.000000000 +0000 @@ -1,13 +1,12 @@ #!/usr/bin/make -f -export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed +include /usr/share/dpkg/architecture.mk %: dh $@ override_dh_auto_configure: - dh_auto_configure -- \ - -DLIB_SUFFIX=/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) override_dh_auto_build-indep: dh_auto_build -- docs diff -Nru libcoverart-1.0.0+git20150706/debian/upstream/metadata libcoverart-1.0.0+git20150706/debian/upstream/metadata --- libcoverart-1.0.0+git20150706/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libcoverart-1.0.0+git20150706/debian/upstream/metadata 2020-09-27 19:18:00.000000000 +0000 @@ -0,0 +1,2 @@ +Repository: https://github.com/metabrainz/libcoverart.git +Repository-Browse: https://github.com/metabrainz/libcoverart