This project keeps together all repositories needed to build firmapiu software suite. Every repo contains a branch named master and one called debian .
In the master repo lives the source code, this is the place where the developpement happens and where you can find the last developped code. In the debian branch are stored the debian folder containing the instructions to build the .deb package and the source code relative to the last release. The packages built should be compatible both with Debian and Ubuntu as well as their\ derivates.
In order to build the debian package you'll need:
- git
- debuild
sudo apt-get install git debuild
- git clone https://github.com/libersoft/firmapiu-packages.git
- cd firmapiu-packages
- git submodules init
- git submodules update
- cd
- git checkout debian
- cd debian
- debuild -uc -us
Now you should have your .deb package located in the parent folder (..)