Compare commits

..

No commits in common. "debian/sid" and "4.0.2-2" have entirely different histories.

View File

@ -12,7 +12,6 @@ gbp buildpackage
## Build a release
```
export VERSION=4.1.0
git fetch --all
gbp import-ref --merge-mode=replace -u ${VERSION?}
@ -23,4 +22,3 @@ quilt push -a --refresh ; quilt pop -a ; rm .pc/ -rf
dch --release --distribution stable ""
git commit -m "Release ${VERSION?}-1" debian/changelog
gbp buildpackage
```