diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-11-14 10:50:48 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-11-14 13:23:42 +0100 |
commit | e76970de967a6a182885b361102272eeeddeae71 (patch) | |
tree | d9377d9a20332e2febf8ac516bfa953095a6ca02 /packages/ubuntu/debian | |
parent | 59ee1fe1156be234fed796972a29a31a0589e25a (diff) |
Debian/Ubuntu packaging: use `--enable-no-sign` to build `*.deb` packages w/o signing thoseadd/dpkg-no-sign-and-ci
* can be used for local and CI builds
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages/ubuntu/debian')
-rw-r--r-- | packages/ubuntu/debian/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ubuntu/debian/control.in b/packages/ubuntu/debian/control.in index 2a98efe00..fdb05f6bf 100644 --- a/packages/ubuntu/debian/control.in +++ b/packages/ubuntu/debian/control.in @@ -3,7 +3,7 @@ Section: free Priority: optional Maintainer: Luca Deri <deri@ntop.org> Standards-Version: @NDPI_VERS@ -Build-Depends: +Build-Depends: debhelper Build-Conflicts: Package: ndpi |