summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control48
1 files changed, 42 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index fa759f168..b2114272a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Package: netdata
Section: net
Architecture: all
Depends:
- netdata-core (=${source:Version}),
+ netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}),
netdata-plugins-bash (=${source:Version}),
netdata-web (=${source:Version}),
${misc:Depends},
@@ -47,8 +47,13 @@ Pre-Depends:
Depends:
libcap2-bin,
lsb-base,
+ sse2-support,
${misc:Depends},
${shlibs:Depends},
+Conflicts:
+ netdata-core-no-sse,
+Replaces:
+ netdata-core-no-sse,
Recommends:
curl,
Breaks:
@@ -58,7 +63,34 @@ Description: real-time performance monitoring (core)
systems and applications. It provides insights of everything happening on the
systems it runs using interactive web dashboards.
.
- This package contains the minimal core.
+ This package contains the minimal core build with SSE2 optimizations for
+ current systems.
+
+Package: netdata-core-no-sse
+Section: net
+Architecture: i386
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ libcap2-bin,
+ lsb-base,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Conflicts:
+ netdata-core,
+Replaces:
+ netdata-core,
+Recommends:
+ curl,
+Breaks:
+ netdata (<< 1.11.1+dfsg-3~),
+Description: real-time performance monitoring (core, no-sse build)
+ Netdata is distributed, real-time, performance and health monitoring for
+ systems and applications. It provides insights of everything happening on the
+ systems it runs using interactive web dashboards.
+ .
+ This package contains the minimal core build without SSE2 optimizations for
+ old systems. If unsure, use netdata-core instead.
Package: netdata-plugins-bash
Section: net
@@ -66,12 +98,13 @@ Architecture: all
Multi-Arch: foreign
Depends:
bash,
- netdata-core (=${source:Version}),
+ netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}),
${misc:Depends},
Suggests:
fping,
Enhances:
netdata-core,
+ netdata-core-no-sse,
Description: real-time performance monitoring (bash plugins)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
@@ -84,11 +117,12 @@ Section: net
Architecture: all
Multi-Arch: foreign
Depends:
- netdata-core (=${source:Version}),
+ netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}),
nodejs,
${misc:Depends},
Enhances:
netdata-core,
+ netdata-core-no-sse,
Description: real-time performance monitoring (nodejs plugins)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
@@ -101,7 +135,7 @@ Section: net
Architecture: all
Multi-Arch: foreign
Depends:
- netdata-core (=${source:Version}),
+ netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}),
python3,
python3-six,
python3-urllib3 (>= 1.22),
@@ -109,6 +143,7 @@ Depends:
${misc:Depends},
Enhances:
netdata-core,
+ netdata-core-no-sse,
Description: real-time performance monitoring (python plugins)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
@@ -122,7 +157,7 @@ Architecture: all
Depends:
fonts-font-awesome,
libjs-bootstrap,
- netdata-core (=${source:Version}),
+ netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}),
${misc:Depends},
Conflicts:
netdata-data,
@@ -130,6 +165,7 @@ Replaces:
netdata-data,
Enhances:
netdata-core,
+ netdata-core-no-sse,
Description: real-time performance monitoring (web)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the