diff --git a/Jenkinsfile b/Jenkinsfile index f65d3d6..7ddd04b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { steps { script { if (env.JOB_NAME == 'httpie-publik-auth' && env.GIT_BRANCH == 'origin/main') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder httpie-publik-auth' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye httpie-publik-auth' } } } diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index ccfdea0..ed4e840 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: httpie-publik-auth Maintainer: Emmanuel Cazenave Section: web Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, dh-systemd +Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), dh-python Standards-Version: 3.9.6 Package: httpie-publik-auth Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - python3-django (>= 1:1.11), + python3-django (>= 2:2.2), httpie Description: Publik auth plugin for HTTPie diff --git a/debian/rules b/debian/rules index 7d172e8..cf3ac8b 100644 --- a/debian/rules +++ b/debian/rules @@ -5,4 +5,4 @@ export PYBUILD_NAME=httpie-publik-auth export PYBUILD_DISABLE=test %: - dh $@ --with python3,systemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild