1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Getting new upstream release
----------------------------
Packaging is linked with upstream source, tracked as separate git remote:
* git remote add upstream-git https://github.com/jliljebl/flowblade
* git fetch upstream-git
Upstream releases tarballs in ways incompatible with uscan, so first
manually hunt down and download the tarball outside of the local git,
and then import using gbp - tied to upstream Github release tag:
* gbp import-orig --upstream-vcs-tag=v1.6 ../flowblade_1.6.orig.tar.gz
-- Jonas Smedegaard <dr@jones.dk> Fri, 06 Jan 2017 15:47:19 +0100
|