diff -Nru qtav-1.13.0+ds/debian/changelog qtav-1.13.0+ds/debian/changelog --- qtav-1.13.0+ds/debian/changelog 2020-11-27 19:55:20.000000000 +0000 +++ qtav-1.13.0+ds/debian/changelog 2021-08-21 10:32:50.000000000 +0000 @@ -1,14 +1,21 @@ -qtav (1.13.0+ds-3build2) hirsute; urgency=medium +qtav (1.13.0+ds-4) unstable; urgency=medium - * No-change rebuild against qtdeclarative-abi-5-15-2. + * Team upload. - -- Dmitry Shachnev Fri, 27 Nov 2020 22:55:20 +0300 + [ Sebastian Ramacher ] + * debian/control: Build-Depend on libswresample-dev instead of + libavresample-dev (Closes: #971329) + + [ Pino Toscano ] + * Bump Standards-Version to 4.6.0, no changes required. + * Add the configuration for the CI on salsa. + * Remove the explicit as-needed linking, as it is done by binutils now. + * Drop query for DEB_BUILD_MULTIARCH in rules, as it is not used. + * Add Rules-Requires-Root: no. + * Switch the debhelper build dependency to debhelper-compat (same version) + - remove debian/compat -qtav (1.13.0+ds-3build1) hirsute; urgency=medium - - * No-change rebuild against qtdeclarative-abi-5-15-1. - - -- Dmitry Shachnev Fri, 30 Oct 2020 17:17:44 +0300 + -- Pino Toscano Sat, 21 Aug 2021 12:32:50 +0200 qtav (1.13.0+ds-3) unstable; urgency=medium diff -Nru qtav-1.13.0+ds/debian/compat qtav-1.13.0+ds/debian/compat --- qtav-1.13.0+ds/debian/compat 2020-10-21 10:10:45.000000000 +0000 +++ qtav-1.13.0+ds/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru qtav-1.13.0+ds/debian/control qtav-1.13.0+ds/debian/control --- qtav-1.13.0+ds/debian/control 2020-10-21 10:10:45.000000000 +0000 +++ qtav-1.13.0+ds/debian/control 2021-08-21 10:18:24.000000000 +0000 @@ -3,7 +3,7 @@ Uploaders: Steve M. Robbins Section: video Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 11), qt5-qmake, libqt5opengl5-dev, libqt5svg5-dev, @@ -11,11 +11,11 @@ libqt5x11extras5-dev, libass-dev, libavutil-dev, - libavresample-dev, libavcodec-dev, libavformat-dev, libavdevice-dev, libavfilter-dev, + libswresample-dev, libswscale-dev, libopenal-dev, libpulse-dev, @@ -23,7 +23,8 @@ libva-dev [!hurd-any], libegl1-mesa-dev, libuchardet-dev -Standards-Version: 4.1.5 +Standards-Version: 4.6.0 +Rules-Requires-Root: no Homepage: http://qtav.org Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/qtav Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/qtav.git diff -Nru qtav-1.13.0+ds/debian/rules qtav-1.13.0+ds/debian/rules --- qtav-1.13.0+ds/debian/rules 2020-10-21 10:10:45.000000000 +0000 +++ qtav-1.13.0+ds/debian/rules 2021-08-21 10:01:56.000000000 +0000 @@ -1,10 +1,7 @@ #!/usr/bin/make -f -DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) export QT_SELECT=qt5 -export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed - %: dh $@ --buildsystem qmake diff -Nru qtav-1.13.0+ds/debian/salsa-ci.yml qtav-1.13.0+ds/debian/salsa-ci.yml --- qtav-1.13.0+ds/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ qtav-1.13.0+ds/debian/salsa-ci.yml 2021-08-21 09:59:55.000000000 +0000 @@ -0,0 +1,7 @@ +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 +variables: + SALSA_CI_DISABLE_MISSING_BREAKS: 'no' + SALSA_CI_DISABLE_RC_BUGS: 'no' + SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'