[Pkg-nagios-changes] [pkg-check-mk] 01/01: switch to installing the python stuff a different way

Matt Taggart taggart at moszumanska.debian.org
Tue Aug 8 13:47:16 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 007fab835219de956f01af2a75616faf0071d86a
Author: Matt Taggart <taggart at debian.org>
Date:   Tue Aug 8 06:46:57 2017 -0700

    switch to installing the python stuff a different way
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index c231df5..b8de406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ install: build
 	dh_installdirs
 	dh_installdebconf
 	mkdir -p debian/tmp
-	DESTDIR=debian/tmp python_lib_dir=/python ./setup.sh --yes
+	DESTDIR=debian/tmp python_lib_dir=/usr/share/check_mk/ ./setup.sh --yes
 	## clean up binaries shipped by upstream
 	# upstream agent deb and rpm
 	rm -rf debian/tmp/usr/share/check_mk/agent/check-mk-agent*.deb
@@ -88,7 +88,7 @@ install: build
 	# We need a "paths.py" file with edited paths for FHS and monitoring
 	#  system changes
 	# remove the provided one
-	rm debian/tmp/python/cmk/paths.py
+	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
@@ -155,7 +155,7 @@ binary-arch: build install
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
-	dh_python3 -v -p check-mk-common /usr/share/check_mk/
+	dh_python3 /usr/share/check_mk/
 #	dh_installinit
 #	dh_installcron
 #	dh_installinfo

-- 
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