From: Guilhem Moulin Date: Mon, 7 Sep 2015 13:16:33 +0000 (+0200) Subject: Add instruction for how to build a Debian package from the last release. X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=dbfa9158ead98ed37a1f1d10e4d1d07ae46013a0;p=interimap.git Add instruction for how to build a Debian package from the last release. --- 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