[SCM] Hessian: simple binary protocol for connecting web services branch, master, updated. debian/4.0.6-1-5-g54e92da
Emmanuel Bourg
ebourg at apache.org
Tue Jul 30 15:24:00 UTC 2013
The following commit has been merged in the master branch:
commit 54e92daa51a690ba86fb7011e625d0fa404f70b8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 30 17:23:38 2013 +0200
debian/rules: Added a get-orig-pom target
diff --git a/debian/changelog b/debian/changelog
index 65ad072..1825080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
hessian (4.0.33-1) experimental; urgency=low
- * Team upload.
* New upstream release
* Removed the test classes from the generated jar
* debian/watch: Updated to find the latest versions of Hessian
@@ -11,8 +10,10 @@ hessian (4.0.33-1) experimental; urgency=low
* debian/copyright: Updated to comply with the Machine-readable format 1.0
* debian/copyright: Replaced the generic Apache License 1.1 with the variant
actually used upstream
- * debian/rules: Changed the get-orig-source target to download the current
- version instead of the most recent
+ * debian/rules:
+ - Changed the get-orig-source target to download the current version instead
+ of the most recent
+ - Added a get-orig-pom target
-- Emmanuel Bourg <ebourg at apache.org> Sun, 14 Apr 2013 01:32:01 +0200
diff --git a/debian/rules b/debian/rules
index a1ad107..da336ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_jh_build:
get-orig-source:
cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
uscan --force-download --download-version $(DEB_UPSTREAM_VERSION)
+
+get-orig-pom:
+ wget http://central.maven.org/maven2/com/caucho/hessian/$(DEB_UPSTREAM_VERSION)/hessian-$(DEB_UPSTREAM_VERSION).pom -O debian/pom.xml
--
Hessian: simple binary protocol for connecting web services
More information about the pkg-java-commits
mailing list