diff -Nru pylint-django-2.0.13/debian/changelog pylint-django-2.0.13/debian/changelog --- pylint-django-2.0.13/debian/changelog 2019-12-12 02:59:25.000000000 +0000 +++ pylint-django-2.0.13/debian/changelog 2022-06-03 01:27:57.000000000 +0000 @@ -1,3 +1,20 @@ +pylint-django (2.0.13-2) unstable; urgency=low + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Repository. + * Remove obsolete field Name from debian/upstream/metadata (already present in + machine-readable debian/copyright). + * Update standards version to 4.5.0, no changes needed. + * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. + + [ 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. + + -- Sandro Tosi Thu, 02 Jun 2022 21:27:57 -0400 + pylint-django (2.0.13-1) unstable; urgency=medium * New upstream version 2.0.13 diff -Nru pylint-django-2.0.13/debian/control pylint-django-2.0.13/debian/control --- pylint-django-2.0.13/debian/control 2019-12-12 02:53:12.000000000 +0000 +++ pylint-django-2.0.13/debian/control 2022-06-03 01:27:57.000000000 +0000 @@ -1,8 +1,7 @@ Source: pylint-django Section: python Priority: optional -Maintainer: Debian Python Modules Team -Uploaders: Joseph Herlant +Maintainer: Debian Python Team Build-Depends: debhelper-compat (= 12), dh-python, pylint (>= 2.0), @@ -16,11 +15,11 @@ python3-pylint-plugin-utils (>= 0.4), python3-pytest, python3-setuptools -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/PyCQA/pylint-django -Vcs-Git: https://salsa.debian.org/python-team/modules/pylint-django.git -Vcs-Browser: https://salsa.debian.org/python-team/modules/pylint-django +Vcs-Git: https://salsa.debian.org/python-team/packages/pylint-django.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/pylint-django Package: python3-pylint-django Architecture: all diff -Nru pylint-django-2.0.13/debian/tests/unit-tests-p3 pylint-django-2.0.13/debian/tests/unit-tests-p3 --- pylint-django-2.0.13/debian/tests/unit-tests-p3 2019-12-12 02:53:12.000000000 +0000 +++ pylint-django-2.0.13/debian/tests/unit-tests-p3 2022-06-03 01:27:57.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/sh -cd ${ADTTMP:-/tmp} +cd ${AUTOPKGTEST_TMP:-/tmp} python3 /usr/lib/python3/dist-packages/pylint_django/tests/test_func.py -v diff -Nru pylint-django-2.0.13/debian/upstream/metadata pylint-django-2.0.13/debian/upstream/metadata --- pylint-django-2.0.13/debian/upstream/metadata 2019-12-12 02:53:12.000000000 +0000 +++ pylint-django-2.0.13/debian/upstream/metadata 2022-06-03 01:27:57.000000000 +0000 @@ -1,7 +1,7 @@ --- +Bug-Database: https://github.com/PyCQA/pylint-django/issues Bug-Submit: https://github.com/PyCQA/pylint-django/issues Changelog: https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst Documentation: https://github.com/PyCQA/pylint-django/blob/master/README.rst -Name: pylint-django -Repository: git@github.com:PyCQA/pylint-django.git +Repository: https://github.com/PyCQA/pylint-django.git Repository-Browse: https://github.com/PyCQA/pylint-django