This package prepares a Debian system for the eBlocker software:
- Install initial network interface configuration
- Remove existing Debian repositories
- Configure eBlocker repository and certificates
- Add user
icapd
for runningeblocker-icapserver
Select an architecture:
armbian
for Banana Pi M2+ boards (Buster only)raspbian
for Raspberry Pi boards (Buster only)raspbios
for 64bit Raspberry Pi boardsamd64
for AMD and Intel systems
Select a release:
buster
bookworm
Optionally append an environment:
stage
test
The combination of the above is a profile ID, for example:
raspbios-bookworm
amd64-bookworm-test
Build the package with maven, setting the profile ID with option -P
,
for example:
mvn -Praspios-bookworm clean package
The Debian package can be found in the target
directory.