diff -Nru ableton-link-3.0.2+dfsg/debian/changelog ableton-link-3.0.2+dfsg/debian/changelog --- ableton-link-3.0.2+dfsg/debian/changelog 2020-03-23 06:09:15.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/changelog 2020-07-27 14:27:03.000000000 +0000 @@ -1,8 +1,16 @@ -ableton-link (3.0.2+dfsg-1build1) focal; urgency=medium +ableton-link (3.0.2+dfsg-2) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat - -- Matthias Klose Mon, 23 Mar 2020 07:09:15 +0100 + [ IOhannes m zmölnig ] + * Patch to fix missing includes (Closes: #956974) + * Add salsa-ci configuration + * Declare that building this package does not require 'root' powers. + * Bump dh-compat to 13 + * Bump standards version to 4.5.0 + + -- IOhannes m zmölnig (Debian/GNU) Mon, 27 Jul 2020 16:27:03 +0200 ableton-link (3.0.2+dfsg-1) unstable; urgency=medium diff -Nru ableton-link-3.0.2+dfsg/debian/compat ableton-link-3.0.2+dfsg/debian/compat --- ableton-link-3.0.2+dfsg/debian/compat 2018-06-03 20:14:29.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru ableton-link-3.0.2+dfsg/debian/control ableton-link-3.0.2+dfsg/debian/control --- ableton-link-3.0.2+dfsg/debian/control 2018-06-03 20:14:29.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/control 2020-07-27 14:27:03.000000000 +0000 @@ -4,13 +4,14 @@ Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 13), cmake, catch, libasio-dev, libjack-dev, qtdeclarative5-dev, -Standards-Version: 4.1.4 +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://www.ableton.com/en/link/ Vcs-Git: https://salsa.debian.org/multimedia-team/ableton-link.git Vcs-Browser: https://salsa.debian.org/multimedia-team/ableton-link diff -Nru ableton-link-3.0.2+dfsg/debian/patches/include_cstddef.patch ableton-link-3.0.2+dfsg/debian/patches/include_cstddef.patch --- ableton-link-3.0.2+dfsg/debian/patches/include_cstddef.patch 1970-01-01 00:00:00.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/patches/include_cstddef.patch 2020-07-27 14:27:03.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Fix missing includes + 'size_t' is declared in - we need to include it +Author: IOhannes m zmölnig +Origin: Debian +Bug: https://github.com/Ableton/link/issues/80 +Last-Update: 2020-07-27 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- ableton-link.orig/include/ableton/link/CircularFifo.hpp ++++ ableton-link/include/ableton/link/CircularFifo.hpp +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + namespace ableton + { diff -Nru ableton-link-3.0.2+dfsg/debian/patches/series ableton-link-3.0.2+dfsg/debian/patches/series --- ableton-link-3.0.2+dfsg/debian/patches/series 2018-06-03 20:14:29.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/patches/series 2020-07-27 14:27:03.000000000 +0000 @@ -1 +1,2 @@ +include_cstddef.patch DEBIAN_system_libraries.patch diff -Nru ableton-link-3.0.2+dfsg/debian/rules ableton-link-3.0.2+dfsg/debian/rules --- ableton-link-3.0.2+dfsg/debian/rules 2018-06-03 20:14:29.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/rules 2020-07-27 14:27:03.000000000 +0000 @@ -33,4 +33,3 @@ override_dh_auto_clean: dh_auto_clean rm -f $(QMANPAGES) - diff -Nru ableton-link-3.0.2+dfsg/debian/salsa-ci.yml ableton-link-3.0.2+dfsg/debian/salsa-ci.yml --- ableton-link-3.0.2+dfsg/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ ableton-link-3.0.2+dfsg/debian/salsa-ci.yml 2020-07-27 14:27:03.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml