rtl-ais/debian
Frederic Guilbault 6211704f62 Add ref to licence file location (requested by debuild linter ) 2020-11-09 12:03:15 -05:00
..
source small modifications to make the debian package compliant with standards 2020-10-02 22:12:32 -04:00
changelog Change build OS 2020-11-09 12:01:38 -05:00
compat Rework debian packaging to support source packages 2020-09-01 08:28:12 -04:00
control Change build OS 2020-11-09 12:01:38 -05:00
copyright Add ref to licence file location (requested by debuild linter ) 2020-11-09 12:03:15 -05:00
files Add ref to licence file location (requested by debuild linter ) 2020-11-09 12:03:15 -05:00
readme.md Rework debian packaging to support source packages 2020-09-01 08:28:12 -04:00
rules Rework debian packaging to support source packages 2020-09-01 08:28:12 -04:00

readme.md

Build rtl_ais into a debian package

First, make sure you have the required dependencies :

sudo apt-get install build-essential devscripts lintian

Step 2, copy the compiled binary into the package location (implying rtl-ais have been compiled already):

debuild -i -us -uc -b # for local package
debuild -S # for source package (required by launchpad)