summaryrefslogtreecommitdiff
path: root/debian/README.source
blob: b3cc091dcc28fc08f9c205b6957f59383ed71504 (plain)
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
To build this package, you should use:

    git-buildpackage

However, it should build using regular toolchain too.

To upgrade the package, you should use git:

    git remote add upstream git://gitorious.org/be/be
    git fetch upstream
    git merge upstream/1.1.1
    dch -v1.1.1 new upstream release
    ./debian/rules new-version

We then use dgit to build and upload the package (assuming you are in
sid already):

    dgit git-build
    dgit push

If you aren't, you will need to use git-buildpackage with a sid chroot
and move the resulting .changes files (and dependents) in .., then run
dgit push normally.

 -- Antoine Beaupré <anarcat@debian.org>, Sun, 20 Oct 2013 17:34:19 -0400