diff --git a/Jenkinsfile b/Jenkinsfile index a9bd791..caa9e47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { steps { script { if (env.JOB_NAME == 'publik-common' && env.GIT_BRANCH == 'origin/master') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -n publik-common' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder publik-common' } } } diff --git a/debian/source/format b/debian/source/format index 89ae9db..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt)