diff options
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index bd7fce1..9a036d9 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -15,3 +15,10 @@ reprotest: extends: .test-reprotest variables: DEB_BUILD_OPTIONS: nocheck + +variables: + RELEASE: buster-backports + + # The '+salsaci' suffix makes lintian unhappy as the version number doesn't + # end in ~bpoX+N (tag 'backports-upload-has-incorrect-version-number') + SALSA_CI_DISABLE_VERSION_BUMP: 1 |