From: Guilhem Moulin Date: Sun, 6 Sep 2015 20:31:49 +0000 (+0200) Subject: Add instructions for how to build the Debian package. X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=556056abb3004318a3a9c406450bd5315f3d0d6f;p=interimap.git Add instructions for how to build the Debian package. --- diff --git a/INSTALL b/INSTALL index c9c1389..3c581cb 100644 --- a/INSTALL +++ b/INSTALL @@ -18,3 +18,10 @@ On Debian GNU/Linux systems, these modules can be installed with the following command: apt-get install libconfig-tiny-perl libdbi-perl libdbd-sqlite3-perl libio-socket-ssl-perl + +However Debian GNU/Linux users can also use gbp(1) from git-buildpackage +to build their own package: + + $ git checkout debian + $ git merge master + $ AUTO_DEBSIGN=no gbp buildpackage --git-force-create --git-upstream-tree=BRANCH