Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Add myself to Uploaders
· bea9c45a
Gilles Filippini
authored
Oct 02, 2018
bea9c45a
New patch javadoc-classpath.patch
· 9eb53e51
Gilles Filippini
authored
Oct 02, 2018
9eb53e51
Fix jh_installlibs regex (closes: #909910)
· dd9bd950
Gilles Filippini
authored
Oct 02, 2018
dd9bd950
Update changelog
· 061a0a0f
Gilles Filippini
authored
Oct 02, 2018
061a0a0f
Upload release 2.7.1+repack-4 to unstable
· ef40943c
Gilles Filippini
authored
Oct 02, 2018
ef40943c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ef40943c
jython (2.7.1+repack-4)
UNRELEASED
; urgency=medium
jython (2.7.1+repack-4)
unstable
; urgency=medium
* Team upload.
[ Emmanuel Bourg ]
* Removed the unused build dependency on liblivetribe-jsr223-java
-- Emmanuel Bourg <ebourg@apache.org> Fri, 06 Apr 2018 17:46:44 +0200
[ Gilles Filippini ]
* Fix jh_installlibs regex (closes: #909910)
* Add myself to Uploaders
* New patch javadoc-classpath.patch: add missing junit4.jar to the javadoc
classpath
-- Gilles Filippini <pini@debian.org> Tue, 02 Oct 2018 23:00:24 +0200
jython (2.7.1+repack-3) unstable; urgency=medium
...
...
debian/control
View file @
ef40943c
...
...
@@ -2,7 +2,7 @@ Source: jython
Section: python
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
, Gilles Filippini <pini@debian.org>
Build-Depends: debhelper (>= 10), dh-exec, ant, gawk, maven-repo-helper, javahelper, python
Build-Depends-Indep: default-jdk,
dh-python,
...
...
debian/patches/javadoc-classpath.patch
0 → 100644
View file @
ef40943c
Index: jython/build.xml
===================================================================
--- jython.orig/build.xml
+++ jython/build.xml
@@ -711,6 +711,7 @@
The readme text for the next release wil
<path id="javadoc.classpath">
<pathelement path="${java.class.path}" />
<pathelement path="${compile.dir}" />
+ <pathelement path="/usr/share/java/junit4.jar" />
<path refid="main.classpath" />
</path>
<javadoc sourcepath="${source.dir}"
debian/patches/series
View file @
ef40943c
...
...
@@ -2,3 +2,4 @@
01-classpath.patch
03-default-cachedir.patch
05-no-com.carrotsearch.sizeof.patch
javadoc-classpath.patch
debian/rules
View file @
ef40943c
...
...
@@ -86,7 +86,7 @@ override_dh_auto_clean:
rm -rf extlibs
override_jh_installlibs:
jh_installlibs --version-strip="
+
.*"
jh_installlibs --version-strip="
[+]
.*"
# libmysql-java and libpostgresql-jdbc-java are part of Suggests
override_jh_depends:
...
...