Re: request for help: jhove

2018-06-19 Thread Jeff Breidenbach
Thank you very, very much.

https://packages.debian.org/source/unstable/jhove


Re: request for help: jhove

2018-05-15 Thread Emmanuel Bourg
Le 15/05/2018 à 17:31, Emmanuel Bourg a écrit :

> I've recorded a live packaging demonstration for jhove (in French) :
> 
>https://java.debian.net/jhove-packaging-demo.flv
> 

Also available on YouTube:

https://youtu.be/p767bS_8C_o



Re: request for help: jhove

2018-05-15 Thread Emmanuel Bourg
Le 13/05/2018 à 17:08, Jeff Breidenbach a écrit :
> I've tried and can't figure out how to make this package either build
> at the current release, or update to latest release. This is one last 
> desperate call for help.

Hi Jeff,

I've recorded a live packaging demonstration for jhove (in French) :

   https://java.debian.net/jhove-packaging-demo.flv

The resulting repository is available here:

   https://github.com/ebourg/jhove-debian-packaging-demo

Let me know if your need more details.

Emmanuel Bourg



Re: request for help: jhove

2018-05-15 Thread Olivier Sallou


On 05/13/2018 05:08 PM, Jeff Breidenbach wrote:
> I've tried and can't figure out how to make this package either build
> at the current release, or update to latest release. This is one last 
> desperate call for help.
looking at logs, you only need to patch to remove non ascii chars at
specified locations.

where are hosted package source? salsa, forge ? which team?

Olivier

>
> >jhove 1.6+dfsg-1 is marked for autoremoval from testing on 2018-05-14
> >
> >It is affected by these RC bugs:
> >895761: jhove: FTBFS with java 9
>

-- 
Olivier Sallou
Univ Rennes, Inria, CNRS, IRISA
Irisa, Campus de Beaulieu
F-35042 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Re: request for help: jhove

2018-05-13 Thread Jeff Breidenbach
I've tried and can't figure out how to make this package either build
at the current release, or update to latest release. This is one last
desperate call for help.

>jhove 1.6+dfsg-1 is marked for autoremoval from testing on 2018-05-14
>
>It is affected by these RC bugs:
>895761: jhove: FTBFS with java 9


Re: request for help: jhove

2018-04-30 Thread Emmanuel Bourg
Le 30/04/2018 à 21:37, Jeff Breidenbach a écrit :
> I'd love to actually update to the most recent upstream. The build
> system switched 
> from ant to maven, and I am completely unfamiliar with it.

I suggest removing (or renaming) the debian directory and running
mh_make. Ignore anything that is related to tests, deployment, QA (like
jacoco) and focus on the core modules to keep it simple. This will
generate a first buildable version of the project. You can gradually
enable more modules and tests later if it works well.

Emmanuel Bourg



Re: request for help: jhove

2018-04-30 Thread Jeff Breidenbach
I'd love to actually update to the most recent upstream. The build system
switched
from ant to maven, and I am completely unfamiliar with it. First, I got a
fatal error
about not finding org.sonatype.oss:oss-parent:pom, so I tried deleting that
section
of the pom.xml. Then the build can't find jacoco-mavin-plugin is missing.
That's
where I'm currently stuck.

control/
Build-Depends: javahelper, debhelper, maven-debian-helper,
libmaven-shared-utils-java, quilt, cdbs, libjacoco-java
Build-Depends-Indep: default-jdk

rules/
JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@  --with javahelper


Re: request for help: jhove

2018-04-30 Thread Jeff Breidenbach
I'd love to actually update to the most recent upstream. The build system
switched
from ant to maven, and I am completely unfamiliar with it. First, I got a
fatal error
about not finding org.sonatype.oss:oss-parent:pom, so I tried deleting that
section
of the pom.xml. Then the build can't find jacoco-mavin-plugin is missing.
That's
where I'm currently stuck.

control/
Build-Depends: javahelper, debhelper, maven-debian-helper,
libmaven-shared-utils-java, quilt, cdbs, libjacoco-java
Build-Depends-Indep: default-jdk

rules/
JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@  --with javahelper


Re: request for help: jhove

2018-04-30 Thread Emmanuel Bourg
Hi Jeff,

Le 30/04/2018 à 19:05, Jeff Breidenbach a écrit :

> Is someone willing to help out? I'm appreciative of assistance at any
> level: advice, patches, NMU, package adoption.  Thank you in advance.

We'll be happy you help with specific Java issues (either on this list
or on the #debian-java IRC channel for a more interactive debugging
session). Regarding #895761 it seems that setting the source encoding
will fix the errors reported (just add the attribute
encoding="ISO-8859-1" to the  tasks in the build.xml file).

Emmanuel Bourg



request for help: jhove

2018-04-30 Thread Jeff Breidenbach
I'm the Debian package maintainer for jhove, which is an image validator
and really useful for libraries and other cultural heritage institutions.

It is about to get kicked out due to bug #895761. The right thing to do is
update the jhove to the current upstream version. However, I haven't touched
Java packaging for a very long time, and since then the world has changed.
My first attempt went nowhere.

Is someone willing to help out? I'm appreciative of assistance at any
level: advice, patches, NMU, package adoption.  Thank you in advance.