diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-02 20:35:42 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-02 20:35:42 +0000 |
commit | 93d16930a4efeb39ec012053e9d330f2216fbaaa (patch) | |
tree | 38f28a4c4f35803e4b79382969ce144aaa35fc58 | |
parent | Adjust OOM score (diff) | |
download | netdata-93d16930a4efeb39ec012053e9d330f2216fbaaa.tar.xz netdata-93d16930a4efeb39ec012053e9d330f2216fbaaa.zip |
Fix dh_fixperms
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 074a2fa2..c9555ce6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ netdata (1.4.0+dfsg-3) UNRELEASED; urgency=medium * Install Python plugins * Add alarm-notify.sh (Closes: #848730) * Adjust OOM score (Closes: #848642) + * Fix dh_fixperms (Closes: #848351) -- Federico Ceratto <federico@debian.org> Mon, 02 Jan 2017 19:08:25 +0000 diff --git a/debian/rules b/debian/rules index 94be9d9e..b3b5fad9 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ override_dh_install-indep: # Deactivate automatic update check echo 0 > $(TOP)-data/usr/share/netdata/web/version.txt -override_dh_fixperms: +override_dh_fixperms-arch: dh_fixperms # apps.plugin should only be runnable by the netdata user. It will be |