summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-07-17 22:22:21 +0200
committerGitHub <noreply@github.com>2019-07-17 22:22:21 +0200
commite588f9608d8e23b001c117a09a39990d001f390f (patch)
tree33f38deeb0a499b2f1ad020fe77ec45ed157e6ba /contrib
parent65196fdf06a2047f24cf2030399dd22202a14d03 (diff)
netdata/packaging: Enable built-in support for prometheus remote write in packaging (#6480)
* netdata/packaging: [ci skip] Add prometheus remote write plugin deps * netdata/packaging: [ci skip] adjust for the tests * netdata/packaging: [ci skip] Apparently we need proto-c too * netdata/packaging: [ci skip] Add dependencies also * netdata/packaging: [ci skip] fix suse dependency * netdata/packaging: [ci skip] epel-release should always go first dumdum * netdata/packaging: [ci skip] g++ needed for prometheus * netdata/packaging: First prepare the repo, then start throwing in packages * netdata/packaging: [ci skip] fix attempt for missing snappy on some debian-based packages * netdata/packaging: [ci skip] protobuf compiler dep * netdata/packaging: [ci skip] Add the generic maintainer info and the new website. Also stop pushing snappy to Debian/Stretch, doesnt have it * netdata/packaging: [ci skip] Remove branch dev setup * Empty commit to re-trigger Travis
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/control13
-rw-r--r--contrib/debian/control.jessie9
2 files changed, 18 insertions, 4 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index 36e5d6bc61..ed5bd94b83 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -14,17 +14,21 @@ Build-Depends: debhelper (>= 9),
libcups2-dev,
libipmimonitoring-dev,
libnetfilter-acct-dev,
+ libsnappy-dev,
+ libprotobuf-dev,
+ libprotoc-dev,
autogen,
autoconf,
automake,
pkg-config,
curl,
- gcc
+ gcc,
+ g++
Section: net
Priority: optional
-Maintainer: Costa Tsaousis <costa@tsaousis.gr>
+Maintainer: Netdata Builder <bot@netdata.cloud>
Standards-Version: 3.9.6
-Homepage: https://github.com/netdata/netdata/wiki
+Homepage: https://netdata.cloud
Package: netdata
Architecture: any
@@ -42,6 +46,9 @@ Depends: adduser,
cups,
freeipmi,
libnetfilter-acct1,
+ libprotobuf-c1,
+ libsnappy1v5,
+ libprotoc10,
${misc:Depends},
${shlibs:Depends}
Description: real-time charts for system monitoring
diff --git a/contrib/debian/control.jessie b/contrib/debian/control.jessie
index 7478d2e3cc..ced85d20e8 100644
--- a/contrib/debian/control.jessie
+++ b/contrib/debian/control.jessie
@@ -13,12 +13,16 @@ Build-Depends: debhelper (>= 9),
libcups2-dev,
libipmimonitoring-dev,
libnetfilter-acct-dev,
+ libsnappy-dev,
+ libprotobuf-dev,
+ libprotoc-dev,
autogen,
autoconf,
automake,
pkg-config,
curl,
- gcc
+ gcc,
+ g++
Section: net
Priority: optional
Maintainer: Costa Tsaousis <costa@tsaousis.gr>
@@ -40,6 +44,9 @@ Depends: adduser,
cups,
freeipmi,
libnetfilter-acct1,
+ libprotobuf-c1,
+ libsnappy1v5,
+ libprotoc10,
${misc:Depends},
${shlibs:Depends}
Description: real-time charts for system monitoring