diff options
author | Guilhem Moulin <guilhem@debian.org> | 2020-12-16 14:13:26 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2020-12-16 14:13:26 +0100 |
commit | 2ce885e19f4a5f18da30c35dc7da7a204e2ceb58 (patch) | |
tree | 5d6747f139cae49d0cdf56f4d931b171b4c17378 /debian/salsa-ci.yml | |
parent | 2e485797d8ec91a0a74ec1f1e2e8723cf74a586e (diff) |
Rebuild for buster-backports.debian/0.5.4-1_bpo10+1
* d/gbp.conf: Set debian-branch=debian/buster-backports.
* d/salsa-ci.yml: Set RELEASE variable to "buster-backports"
and SALSA_CI_DISABLE_VERSION_BUMP to 1.
* d/.gitattributes: New file to merge d/changelog with
dpkg-mergechangelogs(1).
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 |