[lucene4.10] branch master updated (e148e4f -> 707e7a5)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 3 17:40:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository lucene4.10.

      from  e148e4f   Reworked debian/watch, debian/orig-tar.sh
       new  a67d5d1   Standards-Version updated to 3.9.7
       new  087c287   Build with ivy-debian-helper
       new  cd001e5   Removed the unused ${shlibs:Depends} variable
       new  42f2610   Use canonical URLs for the Vcs-* fields
       new  e0da54f   debian/copyright: Fixed a non unique license name
       new  1fe2144   Standards-Version updated to 3.9.8
       new  ae21953   Depend on libasm-java (>= 5.0) instead of libasm4-java
       new  df3b84e   Fixed a build failure caused by the removal of libservlet2.5-java
       new  062ecbf   Added an explicit dependency on hamcrest to avoid a build failure in test-framework (Closes: #822843)
       new  79ccec7   Install the real poms in the package (Closes: #773805)
       new  707e7a5   Upload to unstable

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |   15 +
 debian/control                                     |   16 +-
 debian/copyright                                   |   28 +-
 debian/install-poms.sh                             |   39 -
 debian/liblucene4.10-java.install                  |    2 -
 debian/liblucene4.10-java.poms                     |   56 +
 debian/maven.rules                                 |    8 +
 debian/patch-ivy                                   |   16 -
 ...local-maven-repository-and-local-ivy.home.patch |   51 -
 ...02-Use-javax.servlet-servlet-api-directly.patch |   23 -
 .../0003-Adjust-build-dep-versions-as-needed.patch |  182 -
 ...4-disable-ivy-retrieve-and-set-javacchome.patch |   34 -
 debian/patches/0006-use-local-artifacts.patch      |   13 +
 .../patches/0007-missing-hamcrest-dependency.patch |   14 +
 debian/patches/series                              |    6 +-
 debian/poms/lucene-analyzers-common.pom.xml        |   80 +
 debian/poms/lucene-analyzers-icu.pom.xml           |   90 +
 debian/poms/lucene-analyzers-kuromoji.pom.xml      |   86 +
 debian/poms/lucene-analyzers-morfologik.pom.xml    |   97 +
 debian/poms/lucene-analyzers-phonetic.pom.xml      |   89 +
 debian/poms/lucene-analyzers-smartcn.pom.xml       |   84 +
 debian/poms/lucene-analyzers-stempel.pom.xml       |  129 +
 debian/poms/lucene-analyzers-uima.pom.xml          |   96 +
 debian/poms/lucene-benchmark.pom.xml               |  159 +
 debian/poms/lucene-classification.pom.xml          |   84 +
 debian/poms/lucene-codecs.pom.xml                  |   88 +
 debian/poms/lucene-core.pom.xml                    |  120 +
 debian/poms/lucene-demo.pom.xml                    |  146 +
 debian/poms/lucene-expressions.pom.xml             |   84 +
 debian/poms/lucene-facet.pom.xml                   |  130 +
 debian/poms/lucene-grouping.pom.xml                |   79 +
 debian/poms/lucene-highlighter.pom.xml             |   85 +
 debian/poms/lucene-join.pom.xml                    |   79 +
 debian/poms/lucene-memory.pom.xml                  |  112 +
 debian/poms/lucene-misc.pom.xml                    |  124 +
 debian/poms/lucene-parent.pom.xml                  |  110 +
 debian/poms/lucene-queries.pom.xml                 |   75 +
 debian/poms/lucene-queryparser.pom.xml             |  134 +
 debian/poms/lucene-replicator.pom.xml              |  129 +
 debian/poms/lucene-sandbox.pom.xml                 |   83 +
 debian/poms/lucene-solr-grandparent.pom.xml        | 8458 ++++++++++++++++++++
 debian/poms/lucene-spatial.pom.xml                 |   76 +
 debian/poms/lucene-suggest.pom.xml                 |   87 +
 debian/poms/lucene-test-framework.pom.xml          |  140 +
 debian/rules                                       |   20 +-
 45 files changed, 11459 insertions(+), 397 deletions(-)
 delete mode 100755 debian/install-poms.sh
 delete mode 100644 debian/liblucene4.10-java.install
 create mode 100644 debian/liblucene4.10-java.poms
 create mode 100644 debian/maven.rules
 delete mode 100755 debian/patch-ivy
 delete mode 100644 debian/patches/0001-Ivy-Use-local-maven-repository-and-local-ivy.home.patch
 delete mode 100644 debian/patches/0002-Use-javax.servlet-servlet-api-directly.patch
 delete mode 100644 debian/patches/0003-Adjust-build-dep-versions-as-needed.patch
 delete mode 100644 debian/patches/0004-disable-ivy-retrieve-and-set-javacchome.patch
 create mode 100644 debian/patches/0006-use-local-artifacts.patch
 create mode 100644 debian/patches/0007-missing-hamcrest-dependency.patch
 create mode 100644 debian/poms/lucene-analyzers-common.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-icu.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-kuromoji.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-morfologik.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-phonetic.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-smartcn.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-stempel.pom.xml
 create mode 100644 debian/poms/lucene-analyzers-uima.pom.xml
 create mode 100644 debian/poms/lucene-benchmark.pom.xml
 create mode 100644 debian/poms/lucene-classification.pom.xml
 create mode 100644 debian/poms/lucene-codecs.pom.xml
 create mode 100644 debian/poms/lucene-core.pom.xml
 create mode 100644 debian/poms/lucene-demo.pom.xml
 create mode 100644 debian/poms/lucene-expressions.pom.xml
 create mode 100644 debian/poms/lucene-facet.pom.xml
 create mode 100644 debian/poms/lucene-grouping.pom.xml
 create mode 100644 debian/poms/lucene-highlighter.pom.xml
 create mode 100644 debian/poms/lucene-join.pom.xml
 create mode 100644 debian/poms/lucene-memory.pom.xml
 create mode 100644 debian/poms/lucene-misc.pom.xml
 create mode 100644 debian/poms/lucene-parent.pom.xml
 create mode 100644 debian/poms/lucene-queries.pom.xml
 create mode 100644 debian/poms/lucene-queryparser.pom.xml
 create mode 100644 debian/poms/lucene-replicator.pom.xml
 create mode 100644 debian/poms/lucene-sandbox.pom.xml
 create mode 100644 debian/poms/lucene-solr-grandparent.pom.xml
 create mode 100644 debian/poms/lucene-spatial.pom.xml
 create mode 100644 debian/poms/lucene-suggest.pom.xml
 create mode 100644 debian/poms/lucene-test-framework.pom.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene4.10.git



More information about the pkg-java-commits mailing list