diff -Nru dustrac-2.1.1/debian/changelog dustrac-2.1.1/debian/changelog --- dustrac-2.1.1/debian/changelog 2021-03-01 11:36:33.000000000 +0000 +++ dustrac-2.1.1/debian/changelog 2022-05-19 08:45:00.000000000 +0000 @@ -1,3 +1,13 @@ +dustrac (2.1.1-2) unstable; urgency=medium + + * Add Vcs-* fields. + * Add the configuration for the CI on salsa. + * Mark the xauth, and xvfb build dependencies as , as they are + needed only when running the test suite. + * Bump Standards-Version to 4.6.1, no changes required. + + -- Pino Toscano Thu, 19 May 2022 10:45:00 +0200 + dustrac (2.1.1-1) unstable; urgency=medium * New upstream release. diff -Nru dustrac-2.1.1/debian/control dustrac-2.1.1/debian/control --- dustrac-2.1.1/debian/control 2021-03-01 11:25:13.000000000 +0000 +++ dustrac-2.1.1/debian/control 2022-05-19 08:16:17.000000000 +0000 @@ -10,11 +10,13 @@ qttools5-dev (>= 5.4.0~), libopenal-dev, libvorbis-dev, - xauth, - xvfb, -Standards-Version: 4.5.1 + xauth , + xvfb , +Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://juzzlin.github.io/DustRacing2D/ +Vcs-Browser: https://salsa.debian.org/pino/dustrac +Vcs-Git: https://salsa.debian.org/pino/dustrac.git Package: dustracing2d Architecture: any diff -Nru dustrac-2.1.1/debian/salsa-ci.yml dustrac-2.1.1/debian/salsa-ci.yml --- dustrac-2.1.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ dustrac-2.1.1/debian/salsa-ci.yml 2021-03-02 07:18:29.000000000 +0000 @@ -0,0 +1,6 @@ +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'