Emmanuel Bourg pushed to branch master at Debian Java Maintainers / uima-as
Commits: 9e324624 by Emmanuel Bourg at 2018-11-29T22:40:40Z Standards-Version updated to 4.2.1 - - - - - 878e700f by Emmanuel Bourg at 2018-11-29T22:41:27Z Switch to debhelper level 11 - - - - - 4de3d4af by Emmanuel Bourg at 2018-11-29T22:41:34Z Use salsa.debian.org Vcs-* URLs - - - - - 1d8be35b by Emmanuel Bourg at 2018-11-29T22:55:15Z Track and download the new releases from GitHub - - - - - 033f7b84 by Emmanuel Bourg at 2018-11-29T22:55:47Z Removed the unused dependency on libuima-adapter-soap-java - - - - - 13fbe2c4 by Emmanuel Bourg at 2018-11-29T23:57:05Z Upload to unstable - - - - - 8 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - − debian/orig-tar.exclude - − debian/orig-tar.sh - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +uima-as (2.3.1-9) unstable; urgency=medium + + * Team upload. + * Removed the unused dependency on libuima-adapter-soap-java + * Standards-Version updated to 4.2.1 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + * Track and download the new releases from GitHub + + -- Emmanuel Bourg <[email protected]> Fri, 30 Nov 2018 00:57:00 +0100 + uima-as (2.3.1-8) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -6,12 +6,13 @@ Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: ant, - debhelper (>= 10), + debhelper (>= 11), default-jdk, junit4, libactivemq-java, libactivemq-protobuf-java, libbuild-helper-maven-plugin-java, + libcommons-httpclient-java, libcommons-codec-java, libcommons-codec-java-doc, libcommons-dbcp-java, @@ -35,7 +36,6 @@ Build-Depends: libspring-core-java, libspring-jms-java, libspring-transaction-java, - libuima-adapter-soap-java, libuima-adapter-vinci-java, libuima-core-java, libuima-cpe-java, @@ -47,9 +47,9 @@ Build-Depends: maven-repo-helper (>= 1.5.2), uima-doc, uima-examples -Standards-Version: 4.1.2 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/uima-as.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/uima-as.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/uima-as.git +Vcs-Browser: https://salsa.debian.org/java-team/uima-as Homepage: https://uima.apache.org/doc-uimaas-what.html Package: libuima-as-java ===================================== debian/copyright ===================================== @@ -8,6 +8,9 @@ Comment: 1) Saxon and ActiveMQ are not included into debian tarball, This can be checked in debian/orig-tar.exclude. 2) Also, there is no SVG Icons since we've disabled upstream UIMA SDK bundling with. debian/patches/disable_uima_extract.diff +Files-Excluded: *.ppt + src/main/saxon/* + src/main/apache-activemq-* Files: * Copyright: ===================================== debian/orig-tar.exclude deleted ===================================== @@ -1,9 +0,0 @@ -# Remove *.ppt (MS PowerPoint files) -uima-as-docbooks/src/docbook/images/uima_async_scaleout/async.overview/*.ppt -uima-as-docbooks/src/docbook/images/uima_async_scaleout/async.errorhandling/*.ppt - -# Remove saxon binary distribution -uima-as/src/main/saxon - -# Remove apache-activemq binary distribution -uima-as/src/main/apache-activemq-5.4.1 ===================================== debian/orig-tar.sh deleted ===================================== @@ -1,16 +0,0 @@ -#!/bin/sh -e - -# $2 version -# $3 original tarball -ZIP=$3 -TAR=uima-as_$2.orig.tar.gz -DIR=uima-as-$2 - -# clean up the upstream tarball -unzip $ZIP -GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR -rm -rf $DIR -rm $3 - -exit 0 - ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ export JAVA_HOME = /usr/lib/jvm/default-java %: - dh $@ --parallel --buildsystem=maven + dh $@ --buildsystem=maven override_dh_auto_build: dh_auto_build -Duima-as @@ -13,6 +13,3 @@ override_dh_auto_test: override_dh_auto_install: dh_auto_install -- -f uima-as/pom.xml - -get-orig-source: - uscan --download-current-version --force-download --rename ===================================== debian/watch ===================================== @@ -1,2 +1,3 @@ -version=3 -http://www.apache.org/dist/uima/uima-as-([\d\.]+)/uima-as-([\d\.]+)-source-release.zip debian debian/orig-tar.sh +version=4 +opts="mode=git,repack,compression=xz" \ +https://github.com/apache/uima-as/ refs/tags/uima-as-([\d\.]+) View it on GitLab: https://salsa.debian.org/java-team/uima-as/compare/29cb84ec1af951469cd793d34d0b614ae38d3ba5...13fbe2c4553ab42b823ff18e4a55e140f0193a1b -- View it on GitLab: https://salsa.debian.org/java-team/uima-as/compare/29cb84ec1af951469cd793d34d0b614ae38d3ba5...13fbe2c4553ab42b823ff18e4a55e140f0193a1b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

