[SCM] flowblade/master: Document upgrades in README.source.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Jan 6 14:57:56 UTC 2017


The following commit has been merged in the master branch:
commit b6b3ce0421e39cd10cfd152a0a5940345e8fdd5c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jan 6 15:48:27 2017 +0100

    Document upgrades in README.source.

diff --git a/debian/README.source b/debian/README.source
index f88449e..78f2870 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -9,3 +9,20 @@ More info here: http://wiki.debian.org/CDBS+git-buildpackage
 
 
  -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
+
+
+Getting new upstream release
+----------------------------
+
+Packaging is linked with upstream source, tracked as separate git remote:
+
+  * git remote add upstream-git https://github.com/GroestlCoin/groestlcoin
+  * 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 at jones.dk>  Fri, 06 Jan 2017 15:47:19 +0100

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list