[Pkg-nagios-changes] [pkg-nagios-plugins] 283/413: remove empty /usr/include
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit a99f2309f11ab0a6db31f6468f21212ab814bfb5
Author: Jan Wagner <waja at cyconet.org>
Date: Wed Sep 7 12:00:59 2011 +0000
remove empty /usr/include
---
debian/changelog | 2 ++
debian/rules | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4b65547..d81be4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ nagios-plugins (1.4.15-5) unstable; urgency=low
thanks Thomas Guyot-Sionnesti - LP: #837085
* Adding 15_check_sensors_fault.dpatch to detect sensors in FAULT state
(Closes: #615133)
+ * Remove empty /usr/include from nagios-plugins-basic, thanks Ferenc Wagner
+ (Closes: #630711)
-- Jan Wagner <waja at cyconet.org> Wed, 07 Sep 2011 12:23:56 +0200
diff --git a/debian/rules b/debian/rules
index 9559198..c1b0b68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -172,6 +172,8 @@ install: build
mkdir -p ${NP_BASIC_DIR}/usr/share/nagios-plugins/dpkg
install -t ${NP_BASIC_DIR}/usr/share/nagios-plugins/dpkg \
$(DEBIANDIR)/functions
+ # remove /usr/include from nagios-plugins-nasic (in case its empty)
+ rmdir ${NP_BASIC_DIR}/usr/include
# generate debian/README.Debian.plugins
perl ./debian/bin/gen_plugin_deps.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list