diff options
author | Toni <matzeton@googlemail.com> | 2024-11-18 09:17:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 09:17:14 +0100 |
commit | f2ef6e1d18995d609719d93fb6d39a3f7821ad80 (patch) | |
tree | 92050824207077d5bfd1d93e6e063046bc407c5d /packages/ubuntu/debian | |
parent | 5afdf2db696f139c58f2e55574229be004b1fbb7 (diff) |
Debian/Ubuntu packaging: use `--enable-no-sign` to build `*.deb` packages w/o signing those (#2616)
* 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 |