From ac667a50212318fedf075cd28f3a8f924db4fb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Dec 2021 15:53:46 +0100 Subject: [PATCH] jenkins: build buster & bullseye packages --- Jenkinsfile | 4 ++-- debian/control | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3d493a0e3..0afbd63ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,9 +25,9 @@ pipeline { steps { script { if (env.JOB_NAME == 'wcs' && env.GIT_BRANCH == 'origin/main') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder wcs' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye wcs' } else if (env.GIT_BRANCH.startsWith('hotfix/')) { - sh "sudo -H -u eobuilder /usr/local/bin/eobuilder --branch ${env.GIT_BRANCH} --hotfix wcs" + sh "sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye --branch ${env.GIT_BRANCH} --hotfix wcs" } } } diff --git a/debian/control b/debian/control index 4b3879515..f63e3525e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Frederic Peters Build-Depends: debhelper-compat (= 12), dh-python, - dh-systemd, gettext, python3-all, python3-gadjo,