1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: zkg
Section: net
Priority: optional
Maintainer: Robert Haist <rha@debian.org>
Build-Depends: btest,
debhelper-compat (= 13),
dh-python,
python3-all,
python3-git,
python3-semantic-version,
python3-setuptools
Standards-Version: 4.7.2.0
Rules-Requires-Root: no
Homepage: https://docs.zeek.org/projects/package-manager
Vcs-Git: https://salsa.debian.org/bro-team/zkg.git
Vcs-Browser: https://salsa.debian.org/bro-team/zkg
Package: zkg
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Conflicts: bro-pkg
Replaces: bro-pkg
Suggests: zeek
Description: Zeek Package Manager
The Zeek Package Manager makes it easy for Zeek users to install and
manage third party scripts as well as plugins for Zeek and ZeekControl.
.
This package installs the zkg executable and support files.
|