[Pkg-nagios-changes] [pkg-check-mk] 01/01: use a path that better matches upstream
Matt Taggart
taggart at moszumanska.debian.org
Sun Aug 6 02:18:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
taggart pushed a commit to branch master
in repository pkg-check-mk.
commit f2f739b18e4d6781f4010a4c8fba965b6f6bc682
Author: Matt Taggart <taggart at debian.org>
Date: Sat Aug 5 19:17:46 2017 -0700
use a path that better matches upstream
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index dd2eb83..755823a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,9 +99,9 @@ install: build
mkdir -p debian/check-mk-config-icinga/etc/apache2/conf-available/
cp debian/apache.icinga debian/check-mk-config-icinga/etc/apache2/conf-available/check-mk-multisite.conf
# create a directory for the common package
- mkdir -p debian/check-mk-common/usr/share/check_mk/python/
+ mkdir -p debian/check-mk-common/usr/share/check_mk/
# move the python stuff to it
- mv debian/tmp/python/* debian/check-mk-common/usr/share/check_mk/python/
+ mv debian/tmp/python/* debian/check-mk-common/usr/share/check_mk/
# Adjust path names
# sed -i 's#/nagios/cgi-bin/#/cgi-bin/icinga/#' debian/tmp/check-mk-config-icinga/etc/icinga/objects/check_mk_templates.cfg
# Prepare agent files
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git
More information about the Pkg-nagios-changes
mailing list