This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository osgi-core.
commit 9c10be2e7df851866bae79937f49386118ee71b3 Author: Markus Koschany <[email protected]> Date: Sat Feb 7 21:58:15 2015 +0100 Update get-orig-source target and repack the tarball to tar.xz format. --- debian/rules | 2 +- debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index c1f0d31..86793d4 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_jh_build: jh_build --javacopts='-encoding UTF-8' --javadoc-opts='-encoding UTF-8' get-orig-source: - debian/orig-tar.sh --upstream-version $(VERSION) + uscan --verbose --repack --compression xz --force-download --download-current-version get-orig-pom: wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/org.osgi.core-$(VERSION).pom diff --git a/debian/watch b/debian/watch index 3468d23..a1151bd 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ - http://repo1.maven.org/maven2/org/osgi/org.osgi.core//(\d.*)/\ - org.osgi.core-(\d.*)-sources.jar +http://repo1.maven.org/maven2/org/osgi/org.osgi.core/(\d.*)/\ + org.osgi.core-(\d.*)-sources.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

