[SCM] Hessian: simple binary protocol for connecting web services branch, master, updated. debian/4.0.6-1-3-g963c199
Emmanuel Bourg
ebourg at apache.org
Tue Jul 30 14:56:20 UTC 2013
The following commit has been merged in the master branch:
commit ac81b5a4e1822892d7af54399aa52180d9af9bfa
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 30 16:52:15 2013 +0200
debian/rules: Changed the get-orig-source target to download the current version instead of the most recent
diff --git a/debian/changelog b/debian/changelog
index ded0c1c..dfadf69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ hessian (4.0.35-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
-- Emmanuel Bourg <ebourg at apache.org> Sun, 14 Apr 2013 01:32:01 +0200
diff --git a/debian/rules b/debian/rules
index a751a1f..a1ad107 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/servlet-api-3.0.jar
+DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+
%:
dh --with javahelper $@
@@ -11,9 +13,4 @@ override_jh_build:
get-orig-source:
cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
- uscan \
- --verbose \
- --no-symlink \
- --destdir $(CURDIR) \
- --watchfile debian/watch \
- --force-download
+ uscan --force-download --download-version $(DEB_UPSTREAM_VERSION)
--
Hessian: simple binary protocol for connecting web services
More information about the pkg-java-commits
mailing list