Skip to content

Commit

Permalink
Updates debian packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
gethvi committed Jan 8, 2024
1 parent 03ae208 commit 158e8e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/conffiles
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/etc/intelmq/harmonization.conf
/etc/intelmq/runtime.yaml
/etc/intelmq/intelmq.yml
12 changes: 12 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Build-Depends: debhelper (>= 4.1.16),
python3-sphinx,
python3-sphinx-rtd-theme,
python3-termstyle (>= 0.1.10),
python3-fastapi,
python3-typing-extensions,
python3-multipart,
python3-gunicorn,
python3-tz,
quilt,
rsync,
Expand All @@ -32,6 +36,7 @@ Architecture: all
Depends: bash-completion,
cron,
jq,
dbconfig-sqlite3 | dbconfig-no-thanks,
python3-dateutil (>= 2.5),
python3-dnspython (>= 2.0.0),
python3-openssl,
Expand All @@ -40,10 +45,17 @@ Depends: bash-completion,
python3-requests (>= 2.2.0),
python3-ruamel.yaml,
python3-termstyle (>= 0.1.10),
python3-fastapi,
python3-typing-extensions,
python3-multipart,
python3-uvicorn,
python3-uvloop,
python3-httptools,
python3-tz,
python3-importlib-metadata,
redis-server,
systemd,
${shlibs:Depends},
${misc:Depends},
${sphinxdoc:Depends},
${python3:Depends}
Expand Down
1 change: 1 addition & 0 deletions debian/intelmq.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ contrib/bash-completion/intelmqdump usr/share/bash-completion/completions/
intelmq/bots/experts/modify/examples/* usr/share/doc/intelmq/bots/experts/modify/examples/
intelmq/etc/runtime.yaml etc/intelmq/
intelmq/etc/harmonization.conf etc/intelmq/
intelmq/etc/intelmq.yaml etc/intelmq/

0 comments on commit 158e8e3

Please sign in to comment.