[Pkg-nagios-changes] [pkg-check-mk] 01/01: just use dh_install to get the paths.py file
Matt Taggart
taggart at moszumanska.debian.org
Fri Aug 11 21:16:29 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 cc126939ba9a9dcb93cf5d7d8cc6faae9ba93961
Author: Matt Taggart <taggart at debian.org>
Date: Fri Aug 11 14:14:48 2017 -0700
just use dh_install to get the paths.py file
---
debian/rules | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index af8f7c8..d128704 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,9 +92,7 @@ install: build
# system changes
# remove the provided one
rm debian/tmp/usr/share/check_mk/cmk/paths.py
- # copy an icinga specific one into the icinga config package
- mkdir -p debian/check-mk-config-icinga/usr/share/check_mk/cmk/
- cp debian/paths.py.icinga debian/check-mk-config-icinga/usr/share/check_mk/cmk/paths.py
+ cp debian/paths.py.icinga debian/tmp/usr/share/check_mk/cmk/paths.py
# provide a safe apache config that references icinga
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
--
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