Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 999 Bytes

File metadata and controls

31 lines (24 loc) · 999 Bytes

FirmaPiù Packages

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.

How to build .deb package

In order to build the debian package you'll need:

  • git
  • debuild

sudo apt-get install git debuild

  1. git clone https://github.com/libersoft/firmapiu-packages.git
  2. cd firmapiu-packages
  3. git submodules init
  4. git submodules update
  5. cd
  6. git checkout debian
  7. cd debian
  8. debuild -uc -us

Now you should have your .deb package located in the parent folder (..)