... | ... | @@ -10,11 +10,11 @@ git push |
|
|
git push --tags
|
|
|
```
|
|
|
|
|
|
In the `debian/bullseye` branch:
|
|
|
In the `debian/bookworm` branch:
|
|
|
```
|
|
|
gbp import-ref main -u <version> --upstream-tag='%(version)s' --debian-branch=debian/bullseye
|
|
|
gbp dch -Rc -N <version>-1+deb11 -D release --debian-branch debian/bullseye
|
|
|
gbp tag --debian-branch=debian/bullseye
|
|
|
gbp import-ref main -u <version> --upstream-tag='%(version)s' --debian-branch=debian/bookworm
|
|
|
gbp dch -Rc -N <version>-1+deb11 -D release --debian-branch debian/bookworm
|
|
|
gbp tag --debian-branch=debian/bookworm
|
|
|
git push
|
|
|
git push --tags
|
|
|
```
|
... | ... | @@ -23,10 +23,10 @@ git push --tags |
|
|
|
|
|
**Packaging only change**
|
|
|
|
|
|
In the `debian/bullseye` branch:
|
|
|
In the `debian/bookworm` branch:
|
|
|
```
|
|
|
gbp dch -Rc -N <version>-<n>+deb11 -D release --debian-branch debian/bullseye
|
|
|
gbp tag --debian-branch=debian/bullseye
|
|
|
gbp dch -Rc -N <version>-<n>+deb11 -D release --debian-branch debian/bookworm
|
|
|
gbp tag --debian-branch=debian/bookworm
|
|
|
git push
|
|
|
git push --tags
|
|
|
``` |
|
|
\ No newline at end of file |