[Pkg-nagios-changes] [pkg-check-mk] 01/04: fix file name
Matt Taggart
taggart at moszumanska.debian.org
Sat Aug 22 03:01:49 UTC 2015
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 57413540cc197d8006fb66fe1205eb288a293e77
Author: Matt Taggart <taggart at debian.org>
Date: Fri Aug 21 19:16:41 2015 -0700
fix file name
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index cf9cfca..00e9d9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,8 +107,8 @@ install: build
sed -i 's#disable\s*=\s*no#disable = yes#' debian/check-mk-agent/etc/xinetd.d/check_mk
# move checks manpages (to be installed in -server)
mv debian/tmp/usr/share/doc/check_mk/checks debian/tmp/usr/share/check_mk/checks-man
- # remove installed Changelog to avoid duplicate
- rm debian/tmp/usr/share/doc/check_mk/Changelog
+ # remove installed ChangeLog to avoid duplicate
+ rm debian/tmp/usr/share/doc/check_mk/ChangeLog
# remove installed COPYING, redundant
rm debian/tmp/usr/share/doc/check_mk/COPYING
--
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