diff -Nru python-flor-1.1.3/debian/changelog python-flor-1.1.3/debian/changelog --- python-flor-1.1.3/debian/changelog 2020-06-15 20:07:20.000000000 +0000 +++ python-flor-1.1.3/debian/changelog 2021-10-22 20:39:33.000000000 +0000 @@ -1,3 +1,20 @@ +python-flor (1.1.3-2) unstable; urgency=low + + [ Ondřej Nový ] + * d/control: Update Maintainer field with new Debian Python Team + contact address. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. + + [ Michael Fladischer ] + * Update d/watch to work with github again. + * Bump Standards-Version to 4.6.0.1. + * Use uscan version 4. + * Enable upstream testsuite for autopkgtests. + * Remove unnecessary autopkgtest-pkg-python testsuite. + + -- Michael Fladischer Fri, 22 Oct 2021 20:39:33 +0000 + python-flor (1.1.3-1) unstable; urgency=low [ Ondřej Nový ] diff -Nru python-flor-1.1.3/debian/control python-flor-1.1.3/debian/control --- python-flor-1.1.3/debian/control 2020-06-15 20:07:20.000000000 +0000 +++ python-flor-1.1.3/debian/control 2021-10-22 20:39:33.000000000 +0000 @@ -1,7 +1,7 @@ Source: python-flor Section: python Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Debian Python Team Uploaders: Michael Fladischer Build-Depends: debhelper-compat (= 13), @@ -9,11 +9,10 @@ python3-all, python3-pytest, python3-setuptools, -Standards-Version: 4.5.0 +Standards-Version: 4.6.0.1 Homepage: https://github.com/DCSO/flor/ -Vcs-Browser: https://salsa.debian.org/python-team/modules/python-flor -Vcs-Git: https://salsa.debian.org/python-team/modules/python-flor.git -Testsuite: autopkgtest-pkg-python +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-flor +Vcs-Git: https://salsa.debian.org/python-team/packages/python-flor.git Rules-Requires-Root: no Package: python3-flor diff -Nru python-flor-1.1.3/debian/tests/control python-flor-1.1.3/debian/tests/control --- python-flor-1.1.3/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ python-flor-1.1.3/debian/tests/control 2021-10-22 20:39:33.000000000 +0000 @@ -0,0 +1,5 @@ +Tests: upstream +Depends: + @, + @builddeps@, +Restrictions: allow-stderr diff -Nru python-flor-1.1.3/debian/tests/upstream python-flor-1.1.3/debian/tests/upstream --- python-flor-1.1.3/debian/tests/upstream 1970-01-01 00:00:00.000000000 +0000 +++ python-flor-1.1.3/debian/tests/upstream 2021-10-22 20:39:33.000000000 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +cp -r flor_test ${AUTOPKGTEST_TMP} +cd ${AUTOPKGTEST_TMP} +for p in $(py3versions -s); do + $p -m pytest flor_test +done diff -Nru python-flor-1.1.3/debian/watch python-flor-1.1.3/debian/watch --- python-flor-1.1.3/debian/watch 2020-06-15 20:07:20.000000000 +0000 +++ python-flor-1.1.3/debian/watch 2021-10-22 20:39:33.000000000 +0000 @@ -1,4 +1,4 @@ -version=3 +version=4 opts=filenamemangle=s/.*\/([\d\.]+.*)$/python-flor-$1/ \ https://github.com/DCSO/flor/releases \ -/DCSO/flor/archive/([\d\.]+)\.tar\.gz +/DCSO/flor/archive/refs/tags/([\d\.]+)\.tar\.gz