[Pkg-nagios-changes] [pkg-check-mk] 01/01: move dh_python3 call to indep section

Matt Taggart taggart at moszumanska.debian.org
Thu Aug 10 16:39:04 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 9da2756e2b754ec78b5eacc2e522c2c3be62fe3a
Author: Matt Taggart <taggart at debian.org>
Date:   Thu Aug 10 09:38:40 2017 -0700

    move dh_python3 call to indep section
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index a8a08da..e6d6d28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +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}/
+#python_share_dir = /usr/share/check_mk
+#export PYBUILD_INSTALL_ARGS ?= \
+#        --install-lib=${package_share_dir}/ \
+#        --install-scripts=${package_share_dir}/
 
 
 
@@ -125,6 +125,7 @@ binary-indep: build install
 	dh_installchangelogs -i ChangeLog
 	dh_installexamples -i
 	dh_install -i
+	dh_python3 /usr/share/check_mk
 	dh_installman -i
 	dh_link -i
 	dh_strip -i
@@ -154,7 +155,6 @@ binary-arch: build install
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
-	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