diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 04:09:21 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 04:09:21 +0200 |
commit | 0f3cfac7f1961dad77d8fab3abc83f58b3bb20fa (patch) | |
tree | 59c2e6004287d3f2c7d1aa7bd8b7bfe0a3c253e7 /INSTALL | |
parent | 0dbf7b6c4e4e6009ecc38d012997d1d209931f81 (diff) | |
parent | 556056abb3004318a3a9c406450bd5315f3d0d6f (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'INSTALL')
-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 |