[pkg-java] r18048 - trunk/libjibx-java/branch-1.1/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Apr 17 15:16:54 UTC 2014


Author: ebourg-guest
Date: 2014-04-17 15:16:54 +0000 (Thu, 17 Apr 2014)
New Revision: 18048

Modified:
   trunk/libjibx-java/branch-1.1/debian/changelog
   trunk/libjibx-java/branch-1.1/debian/rules
Log:
Enabled the debug symbols in the compiled classes



Modified: trunk/libjibx-java/branch-1.1/debian/changelog
===================================================================
--- trunk/libjibx-java/branch-1.1/debian/changelog	2014-04-17 15:08:34 UTC (rev 18047)
+++ trunk/libjibx-java/branch-1.1/debian/changelog	2014-04-17 15:16:54 UTC (rev 18048)
@@ -1,6 +1,7 @@
 libjibx1.1-java (1.1.6a-5) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Enabled the debug symbols in the compiled classes
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Removed the DM-upload-allowed field

Modified: trunk/libjibx-java/branch-1.1/debian/rules
===================================================================
--- trunk/libjibx-java/branch-1.1/debian/rules	2014-04-17 15:08:34 UTC (rev 18047)
+++ trunk/libjibx-java/branch-1.1/debian/rules	2014-04-17 15:16:54 UTC (rev 18048)
@@ -7,7 +7,7 @@
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar bcel log4j qdox xpp3
 DEB_ANT_BUILD_TARGET := setrelease current devdoc
-DEB_ANT_ARGS         := -Dbindname=jibx-bind-$(DEB_UPSTREAM_VERSION) -Dextrasname=jibx-extras-$(DEB_UPSTREAM_VERSION) -Drunname=jibx-run-$(DEB_UPSTREAM_VERSION)
+DEB_ANT_ARGS         := -Dbindname=jibx-bind-$(DEB_UPSTREAM_VERSION) -Dextrasname=jibx-extras-$(DEB_UPSTREAM_VERSION) -Drunname=jibx-run-$(DEB_UPSTREAM_VERSION) -Denable-debug=yes
 DEB_BUILDDIR         := build
 DEB_DH_INSTALLCHANGELOGS_ARGS := changes.txt
 




More information about the pkg-java-commits mailing list