Re: API changes tracker for Java libraries
On Wed, Apr 6, 2016 at 12:02 AM, Ponomarenko Andrey wrote: > [...] > Feel free to add more libraries. > Could you please add Saxon-HE (www.saxonica.com)? https://www.saxonica.co.uk/repos/archive/opensource/tags/ Thanks, Eugene
Bug#820172: RM: acegi-security -- ROM; Obsolete, no longer used
Package: ftp.debian.org Severity: normal Hi, Could you please remove acegi-security, this library has been superseded by Spring Security 8 years ago and is no longer used in Debian. Thank you, Emmanuel Bourg
Re: API changes tracker for Java libraries
06.04.2016, 09:57, "Eugene Zhukov": > On Wed, Apr 6, 2016 at 12:02 AM, Ponomarenko Andrey wrote: >> > > [...] >> Feel free to add more libraries. > > Could you please add Saxon-HE (www.saxonica.com)? > https://www.saxonica.co.uk/repos/archive/opensource/tags/ > Hi, The report for the library has been added at: http://abi-laboratory.pro/java/tracker/timeline/saxon-he/ Please check the report and let me know if there are any false positives or negatives in the report. Feel free to request more libraries if interested. Thank you.
Re: API changes tracker for Java libraries
03.04.2016, 09:56, "Paul Wise": > On Sat, Mar 26, 2016 at 11:15 PM, Ponomarenko Andrey wrote: > >> I've just opened the new API changes tracker for Java libraries: >> http://abi-laboratory.pro/java/tracker/ > > Is this based on Debian binary packages or upstream? > > I wonder if we need a japi.debian.net service providing this for all packages. > Hello Paul, The tool checks upstream packages, e.g. it checks for new packages on the page http://www.slf4j.org/dist/ when creating report for slf4j: http://abi-laboratory.pro/java/tracker/timeline/slf4j/ It's not a problem to target the tool on any other directory with java archives or zip/tar packages with java archives. Thank you.
Re: New steganography application
Hi Emmanuel, thanks that brought me one step further. The problem remains with swt. I installed libswt-gtk-4-java but the swt dependency still couldn't be detected. As you explained, I added libswt-gtk-4-java to the Build-Depends field of debian/control. After that I tried to run debuild -us -uc but it failed because it couldn't find swt. I got errors like "package org.eclipse.swt.graphics does not exist" and so on. Regards, Tobias On 05.04.2016 23:26, Emmanuel Bourg wrote: > If you install liblogback-java and libjcommander-java this will help > mh_make figuring out the dependencies (I'm not sure about the right > package for SWT though). Otherwise you have to declare them manually in > the Build-Depends field of debian/control. The debian/maven.rules file > is used to relocate Maven artifact and match the ones in Debian (for > example junit 4.11 becomes junit 4.x, the rules can change the version > but also the groupId and the artifactId). If the package of the > dependency has the same groupId/artifactId and a generic 'debian' > version there is no need to add a rule in this file. > > Emmanuel Bourg > > PS: Feel free to join the #debian-java IRC channel on OFTC for a live > mentoring session.