aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-07 15:16:33 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-07 15:16:33 +0200
commitdbfa9158ead98ed37a1f1d10e4d1d07ae46013a0 (patch)
tree9627dc29442f6b2f4b96f2b6af96fefd1fb823b8
parent556056abb3004318a3a9c406450bd5315f3d0d6f (diff)
Add instruction for how to build a Debian package from the last release.
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 3c581cb..7cfbdc3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,5 +23,10 @@ However Debian GNU/Linux users can also use gbp(1) from git-buildpackage
to build their own package:
$ git checkout debian
+ $ AUTO_DEBSIGN=no gbp buildpackage
+
+Alternatively, for the development version:
+
+ $ git checkout debian
$ git merge master
$ AUTO_DEBSIGN=no gbp buildpackage --git-force-create --git-upstream-tree=BRANCH