HI Felix,
On Wed, May 20, 2020 at 06:12:54PM +0200, Felix Natter wrote:
>
> Since the upstream jars were in ${lib}, you need to point ${lib} to
> /usr/share/java/:
>
> diff --git a/debian/patches/debian_packaged_libs.patch
> b/debian/patches/debian_packaged_libs.patch
> index 1d3790c..4fc1ed9
Andreas Tille writes:
> Hi,
hello Andreas,
> I've started packaging of drop-seq[1] and replaced those JARs that are
> replacable by Debian packaged versions. I also have set CLASS_PATH in
> d/rules, but it seems to be ignored. I have dealt with similar cases by
> patching it into build.xml bu
Hi Andreas,
On 2020-05-20 14:20, Andreas Tille wrote:
> Any hint how to take this hurdle would be welcome.
Try setting the CLASSPATH in your d/rules like this:
export CLASSPATH :=
$(DEBJAR)/htsjdk.jar:$(DEBJAR)/picard.jar:$(DEBJAR)/commons-collections4.jar
I did this in one of packages and it s
Hi,
I've started packaging of drop-seq[1] and replaced those JARs that are
replacable by Debian packaged versions. I also have set CLASS_PATH in
d/rules, but it seems to be ignored. I have dealt with similar cases by
patching it into build.xml but here I have not found the relevant place
to do s
4 matches
Mail list logo