File: README.source

package info (click to toggle)
flowblade 2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 48,696 kB
  • sloc: python: 51,489; xml: 5,808; sh: 121; makefile: 38; javascript: 28
file content (28 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CDBS+git-buildpackage
---------------------

This source package uses CDBS and git-buildpackage.  NMUs need not (but
are encouraged to) make special use of these tools.  In particular, the
debian/control.in file can be completely ignored.

More info here: http://wiki.debian.org/CDBS+git-buildpackage


 -- Jonas Smedegaard <dr@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/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