[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. debian/1.1.1-1-21-gf620933
Michael Fladischer
FladischerMichael at fladi.at
Sat Jan 14 14:47:41 UTC 2012
The following commit has been merged in the master branch:
commit 0e55abda0591d58951dbd9ef8540b2f4e4a853f1
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Thu Jan 12 12:31:11 2012 +0100
Enable embedded perl interpreter.
diff --git a/debian/control b/debian/control
index b6c9152..1268c71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mod-gearman
Section: net
Priority: extra
Maintainer: Stig Sandbeck Mathisen <ssm at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), automake, libtool, libgearman-dev (>= 0.14), libncurses5-dev, libltdl-dev, gearman-job-server, help2man, dctrl-tools
+Build-Depends: debhelper (>= 7.0.50~), automake, libtool, libgearman-dev (>= 0.14), libncurses5-dev, libltdl-dev, gearman-job-server, help2man, dctrl-tools, libperl-dev
Standards-Version: 3.9.2
Homepage: http://labs.consol.de/nagios/mod-gearman/
Vcs-Git: git://git.debian.org/pkg-nagios/pkg-mod-gearman
diff --git a/debian/rules b/debian/rules
index f9b053a..e43843d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DH_VERBOSE=1
dh $@
override_dh_auto_configure:
- dh_auto_configure -- --localstatedir=/var/lib
+ dh_auto_configure -- --localstatedir=/var/lib --enable-embedded-perl
override_dh_auto_install:
dh_auto_install
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list