[Pkg-nagios-changes] [pkg-check-mk] 01/01: set pybuild rules

Matt Taggart taggart at moszumanska.debian.org
Tue Aug 8 16:40:17 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 35e8ba022f4c36eeadf3c710b5288daf791ef576
Author: Matt Taggart <taggart at debian.org>
Date:   Tue Aug 8 09:39:39 2017 -0700

    set pybuild rules
---
 debian/rules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2f2255b..a8a08da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
+python_share_dir = /usr/share/check_mk
+export PYBUILD_INSTALL_ARGS ?= \
+        --install-lib=${package_share_dir}/ \
+        --install-scripts=${package_share_dir}/
 
 
 
@@ -151,7 +154,7 @@ binary-arch: build install
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
-	dh_python3 -p check-mk-common /usr/share/check_mk/
+	dh_python3
 #	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