From dbfa9158ead98ed37a1f1d10e4d1d07ae46013a0 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 7 Sep 2015 15:16:33 +0200 Subject: Add instruction for how to build a Debian package from the last release. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 3c581cb..7cfbdc3 100644 --- a/INSTALL +++ b/INSTALL @@ -22,6 +22,11 @@ following command: 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 -- cgit v1.2.3