From ea5ec534d55030eadcde8c6027ebb46c21bcede5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 28 May 2023 21:23:02 +0200 Subject: [PATCH] debian: apply new pre-commit-debian (#77727) --- debian/control | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0e88b60..59349c9 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,17 @@ Source: publik-django-templatetags Maintainer: Entr’ouvert Section: python Priority: optional -Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-django +Build-Depends: debhelper-compat (= 12), + dh-python, + python3-all, + python3-django, + python3-setuptools, Standards-Version: 3.9.1 Package: python3-publik-django-templatetags Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, + ${python3:Depends}, Description: Template tags and filters shared between Publik projects Django shared application with custom template tags and filters useful in multiple Publik modules.