summaryrefslogtreecommitdiffstats
path: root/contrib/debian/control
diff options
context:
space:
mode:
authorAlexander Ganster <alex@5-o-clock.net>2016-06-07 09:55:56 +0200
committerAlexander Ganster <alex@5-o-clock.net>2016-06-07 09:55:56 +0200
commitb08e191f5cd93d3356a7d4f93ef79c2534831903 (patch)
tree7d5c555640612e5235187d8f9f737a3ad770da7e /contrib/debian/control
parent5f83b3f150cb84c847330e5b90578d533289fc6c (diff)
Update contrib/debian/control
Add build dependency uuid-dev, which is needed since Netdata 1.2
Diffstat (limited to 'contrib/debian/control')
-rw-r--r--contrib/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index c0312c6c6d..24c5f4c4b7 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -3,7 +3,8 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
dh-systemd (>= 1.5),
dpkg-dev (>= 1.13.19),
- zlib1g-dev
+ zlib1g-dev,
+ uuid-dev
Section: net
Priority: optional
Maintainer: Costa Tsaousis <costa@tsaousis.gr>