[maven-shared-jar] branch master updated (822629a -> 1d3a87b)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Feb 27 00:18:30 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository maven-shared-jar.
from 822629a add Vcs-* headers
new 65df80b Use XZ compression for the upstream tarball
new b133c0e Standards-Version updated to 3.9.5
new b1bdf56 Switch to debhelper level 9
new 5affbc8 Do not remove the jar files used by the tests
new 53b2157 Build with the DH sequencer instead of CDBS
new 07143b9 Standards-Version updated to 3.9.7
new 4d49b5a Wrap and sort
new 0f11c2b Use secure URLs for the Vcs-* fields
adds 98eee5e Imported Upstream version 1.2
new 9d200f2 Merge tag 'upstream/1.2'
new 729b968 Removed 0001-add-missing-dependency.patch
new 429be0e New dependency on libmaven-shared-utils-java
new f345329 Updated the Maven rule for bcel
new 481d7f5 Replaced the build dependency on libplexus-maven-plugin-java with libplexus-component-metadata-java
new f7e1acb New build dependency on junit
new 1d3a87b Upload to unstable
The 15 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 | 21 ++++
debian/compat | 2 +-
debian/control | 26 +++--
debian/copyright | 13 +--
debian/libmaven-shared-jar-java-doc.install | 1 -
debian/libmaven-shared-jar-java.poms | 14 ++-
debian/maven.rules | 4 +-
debian/orig-tar.sh | 4 +-
debian/patches/0001-add-missing-dependency.patch | 26 -----
debian/patches/0002-ignore-plugin-version.patch | 13 +++
debian/patches/series | 2 +-
debian/rules | 8 +-
pom.xml | 97 ++++++++--------
.../org/apache/maven/shared/jar/JarAnalyzer.java | 7 +-
.../java/org/apache/maven/shared/jar/JarData.java | 2 +-
.../maven/shared/jar/classes/ImportVisitor.java | 3 +-
.../shared/jar/classes/JarClassesAnalysis.java | 37 +++---
.../identification/JarIdentificationAnalysis.java | 2 +-
.../exposers/EmbeddedMavenModelExposer.java | 6 +-
.../identification/exposers/FilenameExposer.java | 2 +-
.../exposers/RepositorySearchExposer.java | 3 +-
.../exposers/StaticMainOutputExposer.java | 3 +-
.../identification/exposers/TextFileExposer.java | 4 +-
.../identification/exposers/TimestampExposer.java | 2 +-
.../hash/JarBytecodeHashAnalyzer.java | 5 +-
src/site/apt/index.apt | 15 ---
src/site/apt/index.apt.vm | 35 ++++++
src/site/resources/download.cgi | 22 ++++
src/site/site.xml | 16 ++-
src/site/xdoc/download.xml.vm | 126 +++++++++++++++++++++
.../shared/jar/classes/ImportVisitorTest.java | 1 -
.../shared/jar/classes/JarClassesAnalyzerTest.java | 17 ++-
src/test/resources/jars/ant.jar | Bin 0 -> 1034049 bytes
src/test/resources/jars/codec.jar | Bin 0 -> 12555 bytes
src/test/resources/jars/evil-sealed-regex-1.0.jar | Bin 0 -> 2971 bytes
src/test/resources/jars/helloworld-1.1-debug.jar | Bin 0 -> 988 bytes
src/test/resources/jars/helloworld-1.1.jar | Bin 0 -> 948 bytes
src/test/resources/jars/helloworld-1.2-debug.jar | Bin 0 -> 1001 bytes
src/test/resources/jars/helloworld-1.2.jar | Bin 0 -> 910 bytes
src/test/resources/jars/helloworld-1.3-debug.jar | Bin 0 -> 1001 bytes
src/test/resources/jars/helloworld-1.3.jar | Bin 0 -> 909 bytes
src/test/resources/jars/helloworld-1.4-debug.jar | Bin 0 -> 1001 bytes
src/test/resources/jars/helloworld-1.4.jar | Bin 0 -> 910 bytes
src/test/resources/jars/helloworld-1.5-debug.jar | Bin 0 -> 1002 bytes
src/test/resources/jars/helloworld-1.5.jar | Bin 0 -> 910 bytes
src/test/resources/jars/helloworld-1.6.jar | Bin 0 -> 775 bytes
src/test/resources/jars/helloworld-1.7.jar | Bin 0 -> 795 bytes
src/test/resources/jars/helloworld-1.8.jar | Bin 0 -> 795 bytes
src/test/resources/jars/invalid-class-file.jar | Bin 0 -> 485 bytes
src/test/resources/jars/invalid.jar | 1 +
src/test/resources/jars/jxr.jar | Bin 0 -> 39301 bytes
51 files changed, 378 insertions(+), 162 deletions(-)
delete mode 100644 debian/patches/0001-add-missing-dependency.patch
create mode 100644 debian/patches/0002-ignore-plugin-version.patch
delete mode 100644 src/site/apt/index.apt
create mode 100644 src/site/apt/index.apt.vm
create mode 100644 src/site/resources/download.cgi
create mode 100644 src/site/xdoc/download.xml.vm
create mode 100644 src/test/resources/jars/ant.jar
create mode 100644 src/test/resources/jars/codec.jar
create mode 100644 src/test/resources/jars/evil-sealed-regex-1.0.jar
create mode 100644 src/test/resources/jars/helloworld-1.1-debug.jar
create mode 100644 src/test/resources/jars/helloworld-1.1.jar
create mode 100644 src/test/resources/jars/helloworld-1.2-debug.jar
create mode 100644 src/test/resources/jars/helloworld-1.2.jar
create mode 100644 src/test/resources/jars/helloworld-1.3-debug.jar
create mode 100644 src/test/resources/jars/helloworld-1.3.jar
create mode 100644 src/test/resources/jars/helloworld-1.4-debug.jar
create mode 100644 src/test/resources/jars/helloworld-1.4.jar
create mode 100644 src/test/resources/jars/helloworld-1.5-debug.jar
create mode 100644 src/test/resources/jars/helloworld-1.5.jar
create mode 100644 src/test/resources/jars/helloworld-1.6.jar
create mode 100644 src/test/resources/jars/helloworld-1.7.jar
create mode 100644 src/test/resources/jars/helloworld-1.8.jar
create mode 100644 src/test/resources/jars/invalid-class-file.jar
create mode 100644 src/test/resources/jars/invalid.jar
create mode 100644 src/test/resources/jars/jxr.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-jar.git
More information about the pkg-java-commits
mailing list