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,