Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
upload fix for openjdk 11
· f7cae763
Olivier Sallou
authored
Nov 12, 2018
f7cae763
upload fix for openjdk 11
· 31779a3e
Olivier Sallou
authored
Nov 12, 2018
31779a3e
remove corba
· 0f3df7b5
Olivier Sallou
authored
Nov 12, 2018
0f3df7b5
fix typo
· 26839619
Olivier Sallou
authored
Nov 12, 2018
26839619
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
26839619
biojava-live (1:1.7.1-8)
UNRELEASED
; urgency=medium
biojava-live (1:1.7.1-8)
unstable
; urgency=medium
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/rules
* Set release to 8 since CORBA classes are removed in Java 11, and no
replacement available in Debian
replacement available in Debian
(Closes: #912643)
-- Andreas Tille <tille@debian.org> Thu, 01 Nov 2018 07:10:52 +0100
...
...
debian/patches/java8_instead_of_11.patch
View file @
26839619
...
...
@@ -25,3 +25,13 @@ Last-Update: Sat, 03 Nov 2018 07:47:15 +0100
debug="${javac.debug}">
<classpath>
<pathelement path="${classpath}" />
--- a/src/org/biojava/bio/structure/PDBHeader.java
+++ b/src/org/biojava/bio/structure/PDBHeader.java
@@ -7,7 +7,6 @@
import java.text.SimpleDateFormat;
import java.util.Date;
-import com.sun.corba.se.spi.legacy.connection.GetEndPointInfoAgainException;
/** A class that contains PDB Header information.