File: README.source

package info (click to toggle)
flowblade 2.24-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 49,320 kB
  • sloc: python: 69,104; xml: 2,604; sh: 121; javascript: 28; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
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