File: README.source

package info (click to toggle)
munin-c 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 332 kB
  • ctags: 85
  • sloc: ansic: 1,566; sh: 87; makefile: 48
file content (23 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This package can be build with git-buildpackage.
The source tarball can be downloaded with uscan.

So building the package is:
1. Clone the repo
  gbp clone https://alioth.debian.org/anonscm/git/collab-maint/munin-c.git

2. Change to the fresh cloned directory
  cd munin-c

3. Build with gbp
  gbp buildpackage

Upgrade to a new version:
1. Check if a new version is available:
  uscan --report --verbose

2. Download new upstream tarball if there is a new version (e.g. 0.0.8)
  uscan --download --verbose

3. Import the tarball to the git repository
  gbp import-orig ../munin-c_0.0.8.orig.tar.gz