From 901db278633e16b89330f258159dbfe650f96ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 10:52:18 +0100 Subject: [PATCH] jenkins: build packages for buster & bullseye --- Jenkinsfile | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f4daa1c..0a5cb96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,9 +24,9 @@ pipeline { steps { script { if (env.JOB_NAME == 'welco' && env.GIT_BRANCH == 'origin/main') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder welco' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye welco' } else if (env.GIT_BRANCH.startsWith('hotfix/')) { - sh "sudo -H -u eobuilder /usr/local/bin/eobuilder --branch ${env.GIT_BRANCH} --hotfix welco" + sh "sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye --branch ${env.GIT_BRANCH} --hotfix welco" } } } diff --git a/debian/control b/debian/control index f4820ea..bf74d89 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: welco Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), python3-django, dh-python, dh-systemd +Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), python3-django, dh-python Standards-Version: 3.9.6 Package: python3-welco