This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tika.
commit d2d398ef81d9b3733cd958eea93b29198b59141f Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 4 15:37:52 2016 +0200 Depend on libasm-java (>= 5.0) instead of libasm4-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 38ccb95..580bacd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ tika (1.5-5) UNRELEASED; urgency=medium * Enabled JHighlight support + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index f376630..c89d53c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0) Build-Depends-Indep: bnd (>= 2.1.0), libapache-mime4j-java (>= 0.7.2-3), libapache-poi-java (>= 3.10), - libasm4-java, + libasm-java (>= 5.0), libbcmail-java, libboilerpipe-java, libcommons-compress-java, diff --git a/debian/maven.rules b/debian/maven.rules index 83c279a..413931f 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,5 +3,4 @@ org.bouncycastle s/bcmail-jdk15/bcmail/ * s/.*/debian/ * * org.bouncycastle s/bcmail-jdk15on/bcmail/ * s/.*/debian/ * * org.bouncycastle s/bcprov-jdk15/bcprov/ * s/.*/debian/ * * org.bouncycastle s/bcprov-jdk15on/bcprov/ * s/.*/debian/ * * -org.ow2.asm * * s/.*/4.x/ * * s/biz.aQute/biz.aQute.bnd/ * * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tika.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

