[Git][java-team/jython][master] 5 commits: Add myself to Uploaders

Gilles Filippini gitlab at salsa.debian.org
Tue Oct 2 22:09:45 BST 2018


Gilles Filippini pushed to branch master at Debian Java Maintainers / jython


Commits:
bea9c45a by Gilles Filippini at 2018-10-02T20:48:04Z
Add myself to Uploaders

- - - - -
9eb53e51 by Gilles Filippini at 2018-10-02T20:49:12Z
New patch javadoc-classpath.patch

- - - - -
dd9bd950 by Gilles Filippini at 2018-10-02T20:49:52Z
Fix jh_installlibs regex (closes: #909910)

- - - - -
061a0a0f by Gilles Filippini at 2018-10-02T20:50:06Z
Update changelog

- - - - -
ef40943c by Gilles Filippini at 2018-10-02T21:01:22Z
Upload release 2.7.1+repack-4 to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/javadoc-classpath.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,15 @@
-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 at 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 at debian.org>  Tue, 02 Oct 2018 23:00:24 +0200
 
 jython (2.7.1+repack-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: jython
 Section: python
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
+Uploaders: Jakub Adam <jakub.adam at ktknet.cz>, Gilles Filippini <pini at 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,0 +1,12 @@
+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
=====================================
@@ -2,3 +2,4 @@
 01-classpath.patch
 03-default-cachedir.patch
 05-no-com.carrotsearch.sizeof.patch
+javadoc-classpath.patch


=====================================
debian/rules
=====================================
@@ -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:



View it on GitLab: https://salsa.debian.org/java-team/jython/compare/c68c12ca46a1b798fb9e3b39a110864476eec0dc...ef40943cc013fa36e1ecdd19a9f334326886e64a

-- 
View it on GitLab: https://salsa.debian.org/java-team/jython/compare/c68c12ca46a1b798fb9e3b39a110864476eec0dc...ef40943cc013fa36e1ecdd19a9f334326886e64a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181002/2dbfa0cd/attachment.html>


More information about the pkg-java-commits mailing list