summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-02 13:10:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-27 20:53:04 +0000
commit45579a8ddc1b17388847b6680686f7fdbec6d40e (patch)
tree47623c3a2b20fec565d7abbdb72b3116539073f9 /debian/control
parentRenumbering patches. (diff)
downloadnetdata-45579a8ddc1b17388847b6680686f7fdbec6d40e.tar.xz
netdata-45579a8ddc1b17388847b6680686f7fdbec6d40e.zip
Adding netdata-core-no-sse on i386 with SSE2 optimizations turned off.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control50
1 files changed, 43 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index fa759f168..238dd4909 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,18 +47,50 @@ 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:
- netdata (<< 1.11.1+dfsg-3~),
+ netdata (<< 1.11.1+dfsg-5~),
Description: real-time performance monitoring (core)
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.
+ 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-5~),
+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