diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4cfb29db0..61502c6c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ netdata (1.10.0+dfsg-2) UNRELEASED; urgency=medium default with the currently used debhelper version. * Updating standards version to 4.1.4, no changes required. * Updating watch file to version 4, no changes required. + * Adding Rules-Requires-Root filed in control. -- Lennart Weller <lhw@ring0.de> Tue, 15 May 2018 14:58:06 +0200 diff --git a/debian/control b/debian/control index a08e061f1..bd849a267 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 11~), pkg-config, uuid-dev, zlib1g-dev +Rules-Requires-Root: no Standards-Version: 4.1.4 Homepage: https://github.com/firehol/netdata Vcs-Git: https://salsa.debian.org/debian/netdata.git |