Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Switch from libmysql-java to libmariadb-java.
· 9e2418cd
Markus Koschany
authored
Nov 09, 2018
9e2418cd
Declare compliance with Debian Policy 4.2.1.
· c84c10b9
Markus Koschany
authored
Nov 09, 2018
c84c10b9
Update changelog
· f320a736
Markus Koschany
authored
Nov 09, 2018
f320a736
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f320a736
jython (2.7.1+repack-6) unstable; urgency=medium
* Team upload.
* Switch from libmysql-java to libmariadb-java.
* Declare compliance with Debian Policy 4.2.1.
-- Markus Koschany <apo@debian.org> Fri, 09 Nov 2018 17:01:37 +0100
jython (2.7.1+repack-5) unstable; urgency=medium
* Workaround JAXB removal from Java 11 (closes: #912473):
...
...
debian/control
View file @
f320a736
...
...
@@ -18,13 +18,13 @@ Build-Depends-Indep: default-jdk,
libjnr-netdb-java,
libjnr-posix-java (>= 3.0.10~),
libjnr-x86asm-java,
libm
ysql
-java,
libm
ariadb
-java,
libpostgresql-jdbc-java,
libservlet3.1-java,
libcommons-compress-java,
libicu4j-java,
libnetty-java
Standards-Version:
3.9.8
Standards-Version:
4.2.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jython.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jython.git
Homepage: http://www.jython.org
...
...
@@ -34,7 +34,7 @@ Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, ${java:Depends},
default-jre-headless | java5-runtime-headless,
Recommends: default-jdk | java-compiler
Suggests: jython-doc, libm
ysql
-java, libpostgresql-jdbc-java
Suggests: jython-doc, libm
ariadb
-java, libpostgresql-jdbc-java
Description: Python seamlessly integrated with Java
Jython is an implementation of the high-level, dynamic, object-oriented
language Python seamlessly integrated with the Java platform. The
...
...
debian/rules
View file @
f320a736
...
...
@@ -31,7 +31,7 @@ their_to_our = $(shell \
sed -r 's/junit-.*\.jar/junit4.jar/' | \
sed -r 's/(netty-.*)-.*\.jar/\1.jar/' | \
sed -r 's/(servlet-api)-.*\.jar/\1-3.1.jar/' | \
sed -r 's/(mysql-connector-java)-.*\.jar/
\1
.jar/' | \
sed -r 's/(mysql-connector-java)-.*\.jar/
mariadb-java-client
.jar/' | \
sed -r 's/(postgresql)-.*\.jar/\1.jar/' | \
sed -r 's/(guava)-.*.jar/\1.jar/' | \
sed -r '/netty|servlet-api/!s/(java\/.*)-[0-9\._]*\.jar/\1.jar/' | \
...
...
@@ -88,9 +88,9 @@ override_dh_auto_clean:
override_jh_installlibs:
jh_installlibs --version-strip="[+].*"
# libm
ysql
-java and libpostgresql-jdbc-java are part of Suggests
# libm
ariadb
-java and libpostgresql-jdbc-java are part of Suggests
override_jh_depends:
jh_depends -Xlibm
ysql
-java -Xlibpostgresql-jdbc-java
jh_depends -Xlibm
ariadb
-java -Xlibpostgresql-jdbc-java
override_dh_python2:
# Make all modules with a shebang line executable
...
...