Changes
Page history
fix formatting: display the gbp command
authored
Mar 10, 2022
by
Pierre-Louis Bonicoli
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
a77adba3
...
...
@@ -3,7 +3,8 @@
1.
Update
`debian/changelog`
(
[
example
](
https://salsa.debian.org/debian/bip/-/commit/5a2896082e7c34f95dfec84c71a5d658f790ac0b
)
)
1.
Commit your changes (
[
example
](
https://salsa.debian.org/debian/bip/-/commit/5a2896082e7c34f95dfec84c71a5d658f790ac0b
)
)
1.
__If there is a new upstream release__, use git build package in order to update
`master`
,
`pristine-tar`
and
`upstream`
branches:
```
$ gbp import-orig ../releases/bip-0.9.2.tar.gz -u 0.9.2 --upstream-branch=upstream
```
$ gbp import-orig ../releases/bip-0.9.2.tar.gz -u 0.9.2 --upstream-branch=upstream
gbp:info: Importing '../releases/bip-0.9.2.tar.gz' to branch 'upstream'...
gbp:info: Source package is bip
gbp:info: Upstream version is 0.9.2
...
...
...
...