Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Replace invalid encoding of copyright symbol which makes build fail in Java 9
· a405b6cb
Andreas Tille
authored
Mar 18, 2018
a405b6cb
cme fix dpkg-control
· 69a70f6d
Andreas Tille
authored
Mar 18, 2018
69a70f6d
debhelper 11
· d5a4bffa
Andreas Tille
authored
Mar 18, 2018
d5a4bffa
Fix patch
· aca5e9c8
Andreas Tille
authored
Mar 18, 2018
aca5e9c8
Expand all
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aca5e9c8
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
...
...
debian/compat
View file @
aca5e9c8
9
11
debian/control
View file @
aca5e9c8
...
...
@@ -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).
debian/patches/fix_invalid_encoding.patch
0 → 100644
View file @
aca5e9c8
This diff is collapsed.
Click to expand it.
debian/patches/series
View file @
aca5e9c8
use_debian_packaged_concurrent_jar.patch
freehep-aida.patch
fix_invalid_encoding.patch