diff -Nru django-jinja-2.4.1/debian/changelog django-jinja-2.4.1/debian/changelog --- django-jinja-2.4.1/debian/changelog 2018-01-16 10:27:06.000000000 +0000 +++ django-jinja-2.4.1/debian/changelog 2019-08-07 21:12:48.000000000 +0000 @@ -1,3 +1,18 @@ +django-jinja (2.4.1-2) unstable; urgency=medium + + [Emmanuel Arias] + * Team upload + * Remove Python 2 support. + * Bump Standards-Versions to 4.4.0 + * Bump debhelper-compat to 12 + + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + * d/watch: Use https protocol + * Use debhelper-compat instead of debian/compat. + + -- Thomas Goirand Wed, 07 Aug 2019 23:12:48 +0200 + django-jinja (2.4.1-1) unstable; urgency=medium * New upstream release. diff -Nru django-jinja-2.4.1/debian/compat django-jinja-2.4.1/debian/compat --- django-jinja-2.4.1/debian/compat 2018-01-16 10:27:06.000000000 +0000 +++ django-jinja-2.4.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru django-jinja-2.4.1/debian/control django-jinja-2.4.1/debian/control --- django-jinja-2.4.1/debian/control 2018-01-16 10:27:06.000000000 +0000 +++ django-jinja-2.4.1/debian/control 2019-08-07 21:12:48.000000000 +0000 @@ -3,35 +3,14 @@ Uploaders: Edward Betts Section: python Priority: optional -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools -Standards-Version: 4.1.2 +Standards-Version: 4.4.0 Homepage: https://github.com/niwibe/django-jinja -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-jinja.git -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-jinja.git - -Package: python-django-jinja -Architecture: all -Depends: python-django (>= 1.8), ${misc:Depends}, ${python:Depends} -Description: Jinja2 templating language integrated in Django - Jinja2 provides certain advantages over the native system of Django, for - example, explicit calls to callable from templates, has better performance - and has a plugin system - . - Features: - . - * Auto-load templatetags compatible with Jinja2 on same way as Django. - * Django templates can coexist with Jinja2 templates without any problems. - It works as middleware, intercepts Jinja templates by file path pattern. - * Django template filters and tags can mostly be used in Jinja2 templates. - * I18n subsystem adapted for Jinja2 (makemessages now collects messages - from Jinja templates) - * Compatible with python2 and python3 using same codebase. - * jinja2 bytecode cache adapted for use django cache subsystem. +Vcs-Browser: https://salsa.debian.org/python-team/modules/django-jinja +Vcs-Git: https://salsa.debian.org/python-team/modules/django-jinja.git Package: python3-django-jinja Architecture: all diff -Nru django-jinja-2.4.1/debian/rules django-jinja-2.4.1/debian/rules --- django-jinja-2.4.1/debian/rules 2017-10-05 08:38:26.000000000 +0000 +++ django-jinja-2.4.1/debian/rules 2019-08-07 21:12:48.000000000 +0000 @@ -2,6 +2,6 @@ export PYBUILD_NAME=django-jinja %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: diff -Nru django-jinja-2.4.1/debian/watch django-jinja-2.4.1/debian/watch --- django-jinja-2.4.1/debian/watch 2018-01-16 10:27:06.000000000 +0000 +++ django-jinja-2.4.1/debian/watch 2019-08-07 21:12:48.000000000 +0000 @@ -1,4 +1,4 @@ -# please also check http://pypi.debian.net/django-jinja/watch +# please also check https://pypi.debian.net/django-jinja/watch version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ https://pypi.debian.net/django-jinja/django-jinja-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))