Re: gbp dch --release

2024-03-14 Thread Matt Zagrabelny
$ git tag v0.21 > $ git switch debian > $ git merge master > $ gbp dch --release > > ...but gbp chooses a release of 0.20-2 as opposed to 0.21-1. > > What am I missing? > > Thanks for helping me to get back on the gbp horse! > > -m > > PS. In case it is helpful,

Re: gbp dch --release

2024-03-13 Thread Matt Zagrabelny
Hi, ‪On Wed, Mar 13, 2024 at 6:35 AM ‫دانیال بهزادی‬‎ wrote:‬ > > Can you try importing new upstream version with gbp too: > > gbp import-orig ../package.orig.tar.gz > > Or if you use watch file: > >gbp import-orig --uscan Thanks for the reply. I'm upstream and the upstream code is in

Re: gbp dch --release

2024-03-13 Thread دانیال بهزادی
Can you try importing new upstream version with gbp too: gbp import-orig ../package.orig.tar.gz Or if you use watch file: gbp import-orig --uscan

gbp dch --release

2024-03-13 Thread Matt Zagrabelny
branch: debian Upstream branch: master $ git switch master $ git tag v0.21 $ git switch debian $ git merge master $ gbp dch --release ...but gbp chooses a release of 0.20-2 as opposed to 0.21-1. What am I missing? Thanks for helping me to get back on the gbp horse! -m PS. In case it is helpful