Skip to content
Commits on Source (4)
libcolt-free-java (1.2.0+dfsg-5) UNRELEASED; urgency=medium
* Replace invalid encoding of copyright symbol which makes build fail in Java 9
Closes: #893303
* cme fix dpkg-control
* debhelper 11
-- Andreas Tille <tille@debian.org> Sun, 18 Mar 2018 07:25:07 +0100
libcolt-free-java (1.2.0+dfsg-4) unstable; urgency=medium
* Take over BioLinux changes
......
......@@ -3,25 +3,25 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9),
javahelper (>=0.25),
Build-Depends: debhelper (>= 11~),
javahelper,
default-jdk,
ant,
libconcurrent-java
Standards-Version: 3.9.6
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libcolt-free-java.git
Vcs-Git: git://anonscm.debian.org/debian-med/libcolt-free-java.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libcolt-free-java.git
Homepage: http://dst.lbl.gov/ACSSoftware/colt/
Package: libcolt-free-java
Provides: libcolt-java
Replaces: libcolt-java
Conflicts: libcolt-java
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${java:Depends}
Recommends: ${java:Recommends}
Conflicts: libcolt-java
Provides: libcolt-java
Replaces: libcolt-java
Description: scalable scientific and technical computing in Java
This distribution provides an infrastructure for scalable scientific
and technical computing in Java. It is particularly useful in the domain
......@@ -65,4 +65,3 @@ Description: scalable scientific and technical computing in Java (doc)
.
Note: libcolt-free-java is a copy of libcolt-java stripped from some
classes with a non-free license (LGPL+military exception).
This diff is collapsed.
use_debian_packaged_concurrent_jar.patch
freehep-aida.patch
fix_invalid_encoding.patch