[pkg-java] r18530 - trunk/ant/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 7 23:36:27 BST 2014


Author: ebourg-guest
Date: 2014-10-07 22:36:27 +0000 (Tue, 07 Oct 2014)
New Revision: 18530

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/rules
Log:
debian/rules: Removed the unused compile.debug and compile.optimize properties



Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2014-10-07 22:14:19 UTC (rev 18529)
+++ trunk/ant/debian/changelog	2014-10-07 22:36:27 UTC (rev 18530)
@@ -3,6 +3,8 @@
   * Removed the patch adding Xerces to the Ant classpath
     (Closes: #552032, #764376)
   * Removed the dependency on libxerces2-java and libjaxp1.3-java
+  * debian/rules: Removed the unused compile.debug and compile.optimize
+    properties
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 08 Oct 2014 00:06:55 +0200
 

Modified: trunk/ant/debian/rules
===================================================================
--- trunk/ant/debian/rules	2014-10-07 22:14:19 UTC (rev 18529)
+++ trunk/ant/debian/rules	2014-10-07 22:36:27 UTC (rev 18530)
@@ -26,12 +26,6 @@
 # needed for building with bootstrap ant
 export ANT_HOME := bootstrap
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-    export ANT_OPTS=-Dcompile.debug=true -Dcompile.optimize=false
-else
-    export ANT_OPTS=-Dcompile.debug=true -Dcompile.optimize=true
-endif
-
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
 JAR_PATH := /usr/share/java




More information about the pkg-java-commits mailing list