Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
d/control: fix Vcs-Git field
· 09984bad
Gilles Filippini
authored
Jan 19, 2019
09984bad
jython: increase minimal JRE version to Java9
· 2ca3c906
Gilles Filippini
authored
Mar 12, 2019
Closes: #924283.
2ca3c906
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2ca3c906
jython (2.7.1+repack1-2) unstable; urgency=medium
* d/control: fix Vcs-Git field
* jython: increase minimal JRE version to Java9 (closes: #924283;
thanks to Ole Streicher)
-- Gilles Filippini <pini@debian.org> Tue, 12 Mar 2019 19:02:20 +0100
jython (2.7.1+repack1-1) unstable; urgency=medium
* Repack again upstream tarball to remove precompiled Windows binaries
...
...
debian/control
View file @
2ca3c906
...
...
@@ -25,14 +25,14 @@ Build-Depends-Indep: default-jdk,
libicu4j-java,
libnetty-java
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/
git/
java-team/jython
Vcs-Git: https://salsa.debian.org/java-team/jython
Vcs-Browser: https://salsa.debian.org/java-team/jython.git
Homepage: http://www.jython.org
Package: jython
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, ${java:Depends},
default-jre-headless | java
5
-runtime-headless,
default-jre-headless | java
9
-runtime-headless,
Recommends: default-jdk | java-compiler
Suggests: jython-doc, libmariadb-java, libpostgresql-jdbc-java
Description: Python seamlessly integrated with Java
...
...