summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-01-02 20:35:42 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-01-02 20:35:42 +0000
commit93d16930a4efeb39ec012053e9d330f2216fbaaa (patch)
tree38f28a4c4f35803e4b79382969ce144aaa35fc58
parentAdjust OOM score (diff)
downloadnetdata-93d16930a4efeb39ec012053e9d330f2216fbaaa.tar.xz
netdata-93d16930a4efeb39ec012053e9d330f2216fbaaa.zip
Fix dh_fixperms
-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