[Pkg-nagios-changes] [pkg-check-mk] 01/01: move the common stuff to it's own staging dir
Matt Taggart
taggart at moszumanska.debian.org
Fri Aug 4 17:39:34 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 f4df66776207a374eeab291ec82479382f84d2fc
Author: Matt Taggart <taggart at debian.org>
Date: Fri Aug 4 10:39:14 2017 -0700
move the common stuff to it's own staging dir
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index ccfcd5e..db31555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,6 +87,10 @@ install: build
## cleanup shipped byte-compiled python and regenerate it
#rm -rf debian/tmp/usr/lib/python2.7/dist-packages/cmk_base/*.pyc
#rm -rf debian/tmp/usr/lib/python2.7/dist-packages/cmk/*.pyc
+ # create a directory for the common package
+ mkdir -p debian/check-mk-common/usr/share/check-mk/
+ mv debian/tmp/usr/share/check_mk/cmk debian/check-mk-common/usr/share/check_mk/
+ mv debian/tmp/usr/share/check_mk/cmk_base debian/check-mk-common/usr/share/check_mk/
## config files
# We need a "paths.py" file with edited paths for FHS and monitoring
# system changes
--
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