Add sbuild commands authored by Pierre-Louis Bonicoli's avatar Pierre-Louis Bonicoli
...@@ -11,7 +11,11 @@ ...@@ -11,7 +11,11 @@
gbp:info: Replacing upstream source on 'master' gbp:info: Replacing upstream source on 'master'
gbp:info: Successfully imported version 0.9.2 of ../bip_0.9.2.orig.tar.gz gbp:info: Successfully imported version 0.9.2 of ../bip_0.9.2.orig.tar.gz
``` ```
1. Run Lintian in order to test your changes, for example using `sbuild`. 1. Run Lintian in order to test your changes, for example using `sbuild` as non-root user:
```
$ sbuild-createchroot --chroot-mode=unshare --chroot-suffix=-sbuild-dev --make-sbuild-tarball ~/.cache/sbuild/unstable-amd64.tar.gz unstable `mktemp -d` http://deb.debian.org/debian/
$ sbuild --chroot-mode=unshare -c unstable-amd64 .
```
1. If the previous test is successful, push the `master` branch. 1. If the previous test is successful, push the `master` branch.
1. __If there is a new upstream release__, push `pristine-tar` and `upstream` branches too. 1. __If there is a new upstream release__, push `pristine-tar` and `upstream` branches too.
1. Check the [CI state](https://salsa.debian.org/debian/bip/-/pipelines) 1. Check the [CI state](https://salsa.debian.org/debian/bip/-/pipelines)
... ...
......