Re: How to package something depending on a not-maven-ified JAR?

2016-10-18 Thread Thorsten Glaser
Dixi quod… > Unfortunately, now, mh_resolve_dependencies errors out because > it can’t find the Debian package for the file, and I cannot > ignore it because then it’s missing during the build. SVN (ugh…) r19163 contains a proposed team upload to fix this; I’ve tested it, and both mh_make and the

Re: How to package something depending on a not-maven-ified JAR?

2016-10-17 Thread Thorsten Glaser
On Sat, 15 Oct 2016, Emmanuel Bourg wrote: > Yes it's possible, you just have to patch the pom.xml file and add a > element to the yui-compressor dependency pointing to the file: Unfortunately, now, mh_resolve_dependencies errors out because it can’t find the Debian package for the file, and I c

Re: How to package something depending on a not-maven-ified JAR?

2016-10-14 Thread Thorsten Glaser
On Sat, 15 Oct 2016, Emmanuel Bourg wrote: > Le 15/10/2016 à 00:59, Thorsten Glaser a écrit : > > > In the meantime, is there any method I can take a jar from > > a declared Build-Depends on the Debian level and make it > > known to maven-debian-helper and friends so I can package > > the thing t

Re: How to package something depending on a not-maven-ified JAR?

2016-10-14 Thread Emmanuel Bourg
Le 15/10/2016 à 00:59, Thorsten Glaser a écrit : > In the meantime, is there any method I can take a jar from > a declared Build-Depends on the Debian level and make it > known to maven-debian-helper and friends so I can package > the thing that needs it? Yes it's possible, you just have to patch

How to package something depending on a not-maven-ified JAR?

2016-10-14 Thread Thorsten Glaser
Hi, I am currently trying to package something depending on com.yahoo.platform.yui:yuicompressor:jar:2.4.7 but the yui-compressor package does not install into the maven repository, it just throws a jar into /usr/share/yui-compressor. I’ve filed #840792 on the yui-compressor side to fix this. In