[annotation-indexer] branch master updated (598981d -> 902df11)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Sep 4 11:34:27 UTC 2014


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

ebourg-guest pushed a change to branch master
in repository annotation-indexer.

      from  598981d   set DMUA flag
       new  206b410   Standards-Version updated to 3.9.5
       new  55c69be   Use canonical URLs for the Vcs-* fields
       new  1acf3d6   Use XZ compression for the upstream tarball
      adds  830c88d   Imported Upstream version 1.7
       new  57abbdb   Merge tag 'upstream/1.7'
       new  7a6f05d   Refreshed the patch
       new  b7c3cfc   Removed the deprecated DM-Upload-Allowed field
       new  22ddc80   Switch to debhelper level 9
       new  288e0db   Disabled the tests since they rely on com.jolira:hickory which isn't in Debian
       new  dec934c   Removed build.patch
      adds  1261efe   Imported Upstream version 1.9
       new  442bffd   Merge tag 'upstream/1.9'
       new  902df11   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:
 .gitignore                                         |   1 +
 debian/changelog                                   |  17 ++++
 debian/compat                                      |   2 +-
 debian/control                                     |  11 +-
 debian/libannotation-indexer-java.poms             |  14 ++-
 debian/maven.ignoreRules                           |   1 +
 debian/maven.properties                            |   1 +
 debian/maven.rules                                 |   2 +-
 debian/orig-tar.sh                                 |  15 ++-
 debian/patches/build.patch                         |  42 --------
 debian/patches/series                              |   1 -
 pom.xml                                            |  22 ++--
 .../AnnotationProcessorImpl.java                   |  62 +++++++-----
 .../org/jvnet/hudson/annotation_indexer/Index.java |  38 ++++---
 .../jvnet/hudson/annotation_indexer/Indexed.java   |  18 ----
 .../{FilterIterator.java => SubtypeIterator.java}  |  28 ++----
 .../jvnet/hudson/annotation_indexer/Validator.java |  18 ----
 .../AnnotationProcessorImplTest.java               | 112 +++++++++++++++++++++
 .../org/jvnet/hudson/annotation_indexer/Utils.java |  68 +++++++++++++
 19 files changed, 304 insertions(+), 169 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 debian/patches/build.patch
 delete mode 100644 debian/patches/series
 rename src/main/java/org/jvnet/hudson/annotation_indexer/{FilterIterator.java => SubtypeIterator.java} (54%)
 create mode 100644 src/test/java/org/jvnet/hudson/annotation_indexer/AnnotationProcessorImplTest.java
 create mode 100644 src/test/java/org/jvnet/hudson/annotation_indexer/Utils.java

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



More information about the pkg-java-commits mailing list