The following commit has been merged in the master branch:
commit 36b5cbe31ed12795c3c1bc59ee60e083fa3c6182
Author: Emmanuel Bourg <[email protected]>
Date:   Tue Jul 30 17:50:37 2013 +0200

    Generate debugging information in the class files

diff --git a/debian/changelog b/debian/changelog
index a324fc1..61ed891 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ hessian (4.0.33-1) experimental; urgency=low
     - Changed the get-orig-source target to download the current version 
instead
       of the most recent
     - Added a get-orig-pom target
+    - Generate debugging information in the class files
 
  -- Emmanuel Bourg <[email protected]>  Sun, 14 Apr 2013 01:32:01 +0200
 
diff --git a/debian/rules b/debian/rules
index 06d5527..c5ef431 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne 
's,^Version: ([^-
        dh --with javahelper $@
 
 override_jh_build:
-       jh_build hessian.jar com
+       jh_build --javacopts=-g hessian.jar com
 
 override_dh_auto_install:
        mh_install -plibhessian-java

-- 
Hessian: simple binary protocol for connecting web services

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to