Skip to content

libersoft/firmapiu-packages

Repository files navigation

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 (..)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published