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.