diff -Nru libsearpc-3.2.0/debian/changelog libsearpc-3.2.0/debian/changelog --- libsearpc-3.2.0/debian/changelog 2019-12-17 12:52:19.000000000 +0000 +++ libsearpc-3.2.0/debian/changelog 2019-12-29 13:20:31.000000000 +0000 @@ -1,8 +1,17 @@ -libsearpc (3.2.0-1build1) focal; urgency=medium +libsearpc (3.2.0-3) unstable; urgency=medium - * No-change rebuild to generate dependencies on python2. + * Fix autopkgtest for Python 3 + * Remove unnecessary dirs file - -- Matthias Klose Tue, 17 Dec 2019 12:52:19 +0000 + -- Moritz Schlarb Sun, 29 Dec 2019 14:20:31 +0100 + +libsearpc (3.2.0-2) unstable; urgency=medium + + * Version bump for source-only upload to allow migration to testing + * Update Salsa CI pipeline file + * Salsa CI: Publish Package Repo via Aptly + + -- Moritz Schlarb Sat, 28 Dec 2019 13:43:58 +0100 libsearpc (3.2.0-1) unstable; urgency=medium diff -Nru libsearpc-3.2.0/debian/libsearpc1.dirs libsearpc-3.2.0/debian/libsearpc1.dirs --- libsearpc-3.2.0/debian/libsearpc1.dirs 2019-11-19 14:12:48.000000000 +0000 +++ libsearpc-3.2.0/debian/libsearpc1.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib diff -Nru libsearpc-3.2.0/debian/salsa-ci.yml libsearpc-3.2.0/debian/salsa-ci.yml --- libsearpc-3.2.0/debian/salsa-ci.yml 2019-11-19 14:12:48.000000000 +0000 +++ libsearpc-3.2.0/debian/salsa-ci.yml 2019-12-28 12:40:18.000000000 +0000 @@ -2,3 +2,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_APTLY: "no" diff -Nru libsearpc-3.2.0/debian/tests/control libsearpc-3.2.0/debian/tests/control --- libsearpc-3.2.0/debian/tests/control 2019-11-19 14:12:48.000000000 +0000 +++ libsearpc-3.2.0/debian/tests/control 2019-12-29 13:01:56.000000000 +0000 @@ -1,3 +1,3 @@ Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pysearpc; print pysearpc" ; done -Depends: python-all, python-searpc +Depends: python3-all, python3-searpc Restrictions: superficial