forked from evilsocket/opensnitch
-
Notifications
You must be signed in to change notification settings - Fork 20
Building packages with pbuilder
Gustavo Iñiguez Goia edited this page Jun 20, 2020
·
1 revision
Using pbuilder is a fancy way of creating deb packages.
You just need to download the .dsc file:
Create the chroot environment:
$ sudo apt install qemu-static
$ sudo pbuilder create --architecture armhf --distribution sid --debootstrap qemu-debootstrap --basetgz /var/cache/pbuilder/sid-armhf.tgz
build the package using the pbuilder chroot:
$ sudo pbuilder build --architecture armhf --basetgz /var/cache/pbuilder/sid-armhf.tgz --buildresult /tmp/rc10/pkgs opensnitch_1.0.0rc9-1.dsc
You can repeat the process for arm64, amd64, i386, etc..., and other distributions:
--distribution sid
--architecture armhf
- Installation
-
Getting started
- Events window
- Process monitor dialog
- Configuration
- Compilation
- GUI translations
- FAQs and common errors
- Examples OpenSnitch in action