[SCM] Hessian: simple binary protocol for connecting web services branch, master, updated. debian/4.0.6-1-7-g36b5cbe

Emmanuel Bourg ebourg at apache.org
Tue Jul 30 15:52:59 UTC 2013


The following commit has been merged in the master branch:
commit 36b5cbe31ed12795c3c1bc59ee60e083fa3c6182
Author: Emmanuel Bourg <ebourg at apache.org>
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 <ebourg at apache.org>  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



More information about the pkg-java-commits mailing list