debian: switch to debhelper-compat 12 (#57538)

This commit is contained in:
Frédéric Péters 2021-10-10 12:04:55 +02:00
parent 08fb8c088e
commit e4aa505323
3 changed files with 5 additions and 3 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: publik-base-theme
Section: web
Priority: optional
Maintainer: Frédéric Péters <fpeters@entrouvert.com>
Build-Depends: debhelper (>= 9.0.0), sassc (>= 3.4.2), inkscape, python3
Build-Depends: debhelper-compat (= 12), sassc (>= 3.4.2), inkscape, python3
Standards-Version: 3.9.4
Homepage: http://git.entrouvert.org/publik-base-theme.git

5
debian/rules vendored
View File

@ -10,4 +10,7 @@
#export DH_VERBOSE=1
%:
dh $@
dh $@
override_dh_auto_build:
dh_auto_build --no-parallel