Skip to content

Commit 4499104

Browse files
sebixaaronkaplan
authored andcommitted
debian packages: add python3-intelmq to control
for reasons unknown to me, the build scripts now put all python3 library stuff into a separate python3-intelmq package this adds the necessary directives to debian/control so that these files are picked up
1 parent 3b200cf commit 4499104

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
intelmq (3.4.1-1) UNRELEASED; urgency=medium
1+
intelmq (3.4.1~alpha1-1) UNRELEASED; urgency=medium
22

33
* 3.4.1 Bugfix release
44

debian/control

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,31 @@ Architecture: all
3434
Depends: bash-completion,
3535
cron,
3636
jq,
37-
python3-dateutil (>= 2.5),
37+
python3-intelmq,
38+
redis-server,
39+
systemd,
40+
${misc:Depends}
41+
Recommends: intelmq-contrib
42+
Description: Solution for IT security teams for collecting and processing security feeds
43+
IntelMQ is a solution for IT security teams (CERTs, CSIRTs, abuse
44+
departments,...) for collecting and processing security feeds (such as log
45+
files) using a message queuing protocol. It's a community driven initiative
46+
called IHAP (Incident Handling Automation Project) which was conceptually
47+
designed by European CERTs/CSIRTs during several InfoSec events. Its main goal
48+
is to give to incident responders an easy way to collect & process threat
49+
intelligence thus improving the incident handling processes of CERTs.
50+
.
51+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
57+
SOFTWARE.
58+
59+
Package: python3-intelmq
60+
Architecture: all
61+
Depends: python3-dateutil (>= 2.5),
3862
python3-dnspython (>= 2.0.0),
3963
python3-openssl,
4064
python3-psutil (>= 1.2.1),
@@ -44,12 +68,7 @@ Depends: bash-completion,
4468
python3-termstyle (>= 0.1.10),
4569
python3-tz,
4670
python3-importlib-metadata,
47-
redis-server,
48-
systemd,
49-
${misc:Depends},
50-
${sphinxdoc:Depends},
5171
${python3:Depends}
52-
Recommends: intelmq-contrib
5372
Suggests: python3-geoip2 (>= 2.2.0),
5473
python3-imbox (>= 0.8),
5574
python3-psycopg2 (>= 2.5.5),
@@ -58,14 +77,8 @@ Suggests: python3-geoip2 (>= 2.2.0),
5877
python3-sleekxmpp (>= 1.3.1),
5978
python3-stomp (>= 4.1.12),
6079
python3-pendulum
61-
Description: Solution for IT security teams for collecting and processing security feeds
62-
IntelMQ is a solution for IT security teams (CERTs, CSIRTs, abuse
63-
departments,...) for collecting and processing security feeds (such as log
64-
files) using a message queuing protocol. It's a community driven initiative
65-
called IHAP (Incident Handling Automation Project) which was conceptually
66-
designed by European CERTs/CSIRTs during several InfoSec events. Its main goal
67-
is to give to incident responders an easy way to collect & process threat
68-
intelligence thus improving the incident handling processes of CERTs.
80+
Description: Python Data of IntelMQ
81+
Contains the Python Libraries and Executables for IntelMQ
6982
.
7083
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7184
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

0 commit comments

Comments
 (0)