Imported Debian patch 2.15-1

This commit is contained in:
Alexander Wirt
2014-07-15 18:30:36 +02:00
committed by Mario Fetka
parent 1efb03f433
commit 3864e8204a
30 changed files with 895 additions and 0 deletions

22
debian/rules vendored Executable file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/make -f
# newer dpkg set this by default.
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# Include dpatch stuff.
include /usr/share/dpatch/dpatch.make
%:
dh $@ --with dpatch,autotools_dev
override_dh_auto_configure:
./configure \
--prefix=/usr \
--enable-ssl \
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/nagios/plugins \
--libdir=/usr/lib/nagios
override_dh_auto_install: