summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 074a2fa25..c9555ce69 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 94be9d9eb..b3b5fad9d 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