diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-05-20 19:02:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-05-20 19:03:54 +0000 |
commit | 758141197daa852b8f60ddee71bdb5d9a6706ca2 (patch) | |
tree | 8d438ab832d261a701e355bd1f0721d052989891 | |
parent | Updating watch file to version 4, no changes required. (diff) | |
download | netdata-758141197daa852b8f60ddee71bdb5d9a6706ca2.tar.xz netdata-758141197daa852b8f60ddee71bdb5d9a6706ca2.zip |
Adding Rules-Requires-Root filed in control.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 |