[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: upstream release of unreleased package



On Thu, Feb 14, 2019 at 09:43:19PM +0000, lluvia@autistici.org wrote:
> I changed the strategy to git revert and now I am able to build the package
> with the following commands:
> 
> gbp clone git@salsa.debian.org:python-team/applications/visualequation.git
> cd visualequation/
> uscan
> git revert HEAD # "Revert last commit due to human error"
> dch -v 0.3.8-1
> dpkg-source --commit
>  -> Enter the desired patch name: 0001-Imported-Upstream-version-0.3.8.patch
> git add debian/changelog debian/patches/*
> git commit -m "Fixing upstream version 0.3.8"
> debuild -us -uc
> 
> Do you find it correct/appropriate?
No, you should not add the new upstream version as a patch. Especially as
you already have the tarball imported. What is the repo missing is merging
upstream/0.3.8 into the master branch. If you imported the tarball with
gbp import-orig it would have happened automatically.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature


Reply to: