From: Sebastian Harl Date: Sun, 28 Oct 2007 13:37:31 +0000 (+0100) Subject: Install Perl bindings to the "vendor" module path. X-Git-Tag: collectd-4.2.0-1~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e4c4f2669831034ff93606aec02c38f5720d6c21;p=pkg-collectd.git Install Perl bindings to the "vendor" module path. Don't install contrib/PerlLib/ as example - it's no longer available. --- diff --git a/debian/rules b/debian/rules index 37ca713..14afb86 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man \ --localstatedir=/var --sysconfdir=/etc \ + --with-perl-bindings="INSTALLDIRS=vendor" \ --enable-debug # These plugins do not provide any functionality under Linux. @@ -121,8 +122,7 @@ binary-arch: build install-arch dh_installdocs -A -a debian/README.Debian AUTHORS README TODO dh_installdocs -a debian/NEWS.Debian debian/README.Debian.plugins dh_installexamples -a contrib/collectd2html.pl contrib/collection.cgi \ - contrib/PerlLib/ contrib/SpamAssassin/ contrib/iptables/ \ - contrib/cussh.pl + contrib/SpamAssassin/ contrib/iptables/ contrib/cussh.pl dh_installdebconf -a dh_installinit -a -- defaults 95 dh_installman -a src/collectd.1 src/collectd.conf.5