Skip to content
Commits on Source (6)
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 <ebourg@apache.org> Fri, 30 Nov 2018 00:57:00 +0100
uima-as (2.3.1-8) unstable; urgency=medium
* Team upload.
......
......@@ -6,12 +6,13 @@ Uploaders:
Damien Raude-Morvan <drazzib@debian.org>
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
......
......@@ -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:
......
# 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
#!/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
......@@ -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
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\.]+)