debian: update packaging

This commit is contained in:
Emmanuel Cazenave 2022-03-07 14:41:19 +01:00
parent ced878f39b
commit c24b18c412
4 changed files with 4 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -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'
}
}
}

1
debian/compat vendored
View File

@ -1 +0,0 @@
10

4
debian/control vendored
View File

@ -2,12 +2,12 @@ Source: httpie-publik-auth
Maintainer: Emmanuel Cazenave <ecazenave@entrouvert.org>
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

2
debian/rules vendored
View File

@ -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