Debianization

This commit is contained in:
2025-03-21 16:28:55 +01:00
parent a9918e4759
commit 2206fa0eb3
9 changed files with 91 additions and 6 deletions

View File

@@ -55,5 +55,14 @@ On Fedora/CentOS/RHEL systems, you can install it using:
```bash
sudo yum install libpcap-devel
```
## Build debian package
If you have never built a debian pakage you probably need debhelper:
```bash
sudo apt-get install debhelper
```
Then build the package with this command.
```bash
dpkg-buildpackage -uc -us
```