remove empty /usr/include
This commit is contained in:
parent
9f780381cf
commit
a99f2309f1
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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@cyconet.org> Wed, 07 Sep 2011 12:23:56 +0200
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue