[tomcat8] 02/04: Do not build DBCP 2

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Sep 12 16:24:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit d0c2b40dbf7221d5d56ad6e23fd8f2498832bd12
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Sep 12 17:18:12 2013 +0200

    Do not build DBCP 2
---
 debian/rules |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9dae9e2..3567279 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,8 @@ ANT_ARGS := -Dcompile.debug=true \
     -Dversion.minor="$(T_VER_MINOR)" \
     -Dversion.build="$(T_VER_BUILD)" \
     -Dversion.patch="0" \
-    -Dversion.suffix="" 
+    -Dversion.suffix="" \
+    -Dno.build.dbcp=true
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	ANT_ARGS += -Dcompile.optimize=false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list