[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Arthur Gautier
aga at zenexity.com
Tue Feb 28 22:19:39 UTC 2012
The following commit has been merged in the debian/master branch:
commit 64ee88a75924f64c4bdf126d02ff1bfb41d07bb1
Author: Arthur Gautier <aga at zenexity.com>
Date: Mon Feb 6 19:36:49 2012 +0100
Fix rights on static files
diff --git a/debian/rules b/debian/rules
index 924ff06..dbc29dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,15 @@ build:
--build-purelib debian/tmp/usr/lib/python2.6/dist-packages/
dh_auto_test
# Build manpages
- make -C doc/manpages/markdown/
+ make -C doc/manpages/markdown
+
+ # Fix perms
+ chmod 644 shinken/webui/htdocs/images/icons/alert.png \
+ shinken/webui/htdocs/images/icons/checkmark.png \
+ shinken/webui/htdocs/images/icons/warning.png \
+ shinken/webui/plugins/eltdetail/htdocs/css/eltdetail2.css \
+ shinken/webui/plugins/eltdetail/htdocs/js/domtab.js \
+ shinken/webui/plugins/system/htdocs/css/system.css
binary:
dh_testroot
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list