diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-06 22:31:49 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-06 22:51:52 +0200 |
commit | 556056abb3004318a3a9c406450bd5315f3d0d6f (patch) | |
tree | 6e21fe05cbb35964bdc4fafe803cd5eddfaf6043 | |
parent | 4b1b2bfc6fe71b6072935ce63df4c9547bde14f4 (diff) |
Add instructions for how to build the Debian package.
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |