Skip to content

Commit

Permalink
FIX: Updater name. Remove config files from wrong places
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-certat committed Jul 11, 2023
1 parent 727c356 commit 962b1c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: intelmq-api
Section: python
Priority: optional
Maintainer: IntelMQ Team <[email protected]>
Uploaders: Birger Schacht <schacht@cert.at>
Uploaders: Sebastian Wagner <sebix@sebix.at>
Build-Depends: debhelper (>= 10),
dh-python,
dh-exec,
Expand Down
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
sed -i "s#/etc/intelmq/api-session.sqlite#/var/lib/dbconfig-common/sqlite3/intelmq-api/intelmqapi#" debian/intelmq-api/etc/intelmq/api-config.json
# Remove files placed by setuptools, not needed with the DEB package
rm debian/intelmq-api/etc/intelmq/intelmq-api.service
rm debian/intelmq-api/etc/intelmq/intelmq-api.socket
rm debian/intelmq-api/etc/intelmq/api-sudoers.conf
Empty file added tests/__init__.py
Empty file.

0 comments on commit 962b1c2

Please sign in to comment.