... | ... | @@ -14,3 +14,11 @@ git fetch upstream-repo |
|
|
git fetch upstream-repo
|
|
|
gbp import-orig --uscan --pristine-tar --upstream-vcs-tag=v0.34
|
|
|
```
|
|
|
|
|
|
## tag a new release
|
|
|
|
|
|
```bash
|
|
|
# Add debian path to filter out upstream commit
|
|
|
gbp dch -R ./debian/
|
|
|
...
|
|
|
``` |
|
|
\ No newline at end of file |