Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #9107 > unrolled thread

Moved mpj to pkg-java Git

Started byAndreas Tille <andreas@an3as.eu>
First post2016-05-11 11:00 +0200
Last post2016-05-11 11:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.debian.maint.java


Contents

  Moved mpj to pkg-java Git Andreas Tille <andreas@an3as.eu> - 2016-05-11 11:00 +0200

#9107 — Moved mpj to pkg-java Git

FromAndreas Tille <andreas@an3as.eu>
Date2016-05-11 11:00 +0200
SubjectMoved mpj to pkg-java Git
Message-ID<rxy9Q-4Ae-15@gated-at.bofh.it>
Hi,

since I moved some non-Debian Med targeting Java libs which are simply
preconditions for some Debian Med packages to pkg-java I continued this
habit now with mpj[1].  I also upgraded to the latest upstream version.

I was not successful to fix the lintian warning

  W: libmpj-java: incompatible-java-bytecode-format Java8 version (Class format: 52)

The former code had some

  dh_auto_build -- -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5

which I dropped at all and finally replaced by

  dh_auto_build -- -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8

but both means failed.  I hope that's not an urgent issue - if you think
it is feel free to fix it in Git.

I also tried to activate build time tests (which in previous versions
were stripped even from source package).  This failed with lots of build
errors due to missing classes.  I admit I'd be really happy to do some
sensible testing but I'm lacking time and experience to work on this
seriously.  Any volunteer would be welcome.

Kind regards

       Andreas.

[1] https://anonscm.debian.org/git/pkg-java/mpj.git

-- 
http://fam-tille.de

[toc] | [standalone]


Back to top | Article view | linux.debian.maint.java


csiph-web