This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uima-addons.
commit 5b1a4ed71fedab441edd38bb1fa4f9d7d4abf838 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 11 23:27:03 2013 +0200 Removed the unused dependency on libgoogle-collections-java --- debian/control | 2 +- debian/libuima-addons-java.poms | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index fab9692..b4bad71 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4.5) Build-Depends-Indep: libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, - ant, bsh, libcommons-io-java, libcommons-logging-java, libgoogle-collections-java, + ant, bsh, libcommons-io-java, libcommons-logging-java, libhttpclient-java, libjetty-java, liblog4j1.2-java, librhino-java, libservlet2.5-java, libslf4j-java, libuima-core-java, libxmlbeans-java, ant-doc, default-jdk-doc, libcommons-logging-java-doc, libjetty-java-doc, liblog4j1.2-java-doc, libservlet2.5-java-doc, diff --git a/debian/libuima-addons-java.poms b/debian/libuima-addons-java.poms index 8489c3a..312b292 100644 --- a/debian/libuima-addons-java.poms +++ b/debian/libuima-addons-java.poms @@ -2,7 +2,9 @@ # Format of this file is: # <path to pom file> [option]* # where option can be: -# --ignore: ignore this POM or +# --ignore: ignore this POM and its artifact if any +# --ignore-pom: don't install the POM. To use on POM files that are created +# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the <parent> tag from the POM # --package=<package>: an alternative package to use when installing this POM # and its artifact @@ -11,22 +13,20 @@ # --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=<path>: path to the build artifact associated with this POM, -# it will be installed when using the command mh_install +# it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=<name>: name to use when installing the library in /usr/share/java # --usj-version=<version>: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java -# --dest-jar=<path>: the destination for the real jar -# it will be installed with mh_install. +# --dest-jar=<path>: the destination for the real jar. +# It will be installed with mh_install. [mh_install] # --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. -# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created -# temporarily for certain artifacts such as Javadoc jars. +# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. +# Empty by default. [mh_install] # - uima-addons-parent/pom.xml --no-parent --has-package-version pom.xml --no-parent --has-package-version - ConceptMapper/pom.xml --has-package-version --usj-name=uima-ConceptMapper DictionaryAnnotator/pom.xml --has-package-version --usj-name=uima-DictionaryAnnotator FsVariables/pom.xml --has-package-version --usj-name=uima-FsVariables @@ -36,7 +36,6 @@ SimpleServer/pom.xml --has-package-version --usj-name=uima-SimpleServer SnowballAnnotator/pom.xml --has-package-version --usj-name=uima-SnowballAnnotator Tagger/pom.xml --has-package-version --usj-name=uima-Tagger WhitespaceTokenizer/pom.xml --has-package-version --usj-name=uima-WhitespaceTokenizer - AlchemyAPIAnnotator/pom.xml --ignore-pom BSFAnnotator/pom.xml --ignore-pom ConfigurableFeatureExtractor/pom.xml --ignore-pom -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uima-addons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

