reproducible.debian.net status changes for mvel

2016-08-21 Thread Reproducible builds folks
2016-08-21 12:22 
https://tests.reproducible-builds.org/debian/unstable/amd64/mvel changed from 
reproducible -> unreproducible

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for commons-jci

2016-08-21 Thread Reproducible builds folks
2016-08-21 03:18 
https://tests.reproducible-builds.org/debian/unstable/amd64/commons-jci changed 
from reproducible -> unreproducible

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for jetty8

2016-08-21 Thread Reproducible builds folks
2016-08-21 23:10 
https://tests.reproducible-builds.org/debian/unstable/amd64/jetty8 changed from 
reproducible -> unreproducible

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


reproducible.debian.net status changes for libcodemodel-java

2016-08-21 Thread Reproducible builds folks
2016-08-21 23:51 
https://tests.reproducible-builds.org/debian/unstable/amd64/libcodemodel-java 
changed from reproducible -> unreproducible

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#834671: libxalan2-java: FTBFS in testing (Error: could not match input)

2016-08-21 Thread Emmanuel Bourg
On 08/18/2016 12:21 AM, Santiago Vila wrote:

> xsltc.java_cup:
>  [echo] java_cup preparsing
>  [java] Exception in thread "main" java.lang.Error: Error: could not 
> match input
>  [java]   at java_cup.Lexer.zzScanError(Lexer.java:728)
>  [java]   at java_cup.Lexer.next_token(Lexer.java:1058)
>  [java]   at java_cup.parser.scan(parser.java:417)
>  [java]   at java_cup.runtime.lr_parser.parse(lr_parser.java:578)
>  [java]   at java_cup.Main.parse_grammar_spec(Main.java:477)
>  [java]   at java_cup.Main.main(Main.java:186)
>  [java]   at 
> org.apache.xalan.xsltc.util.JavaCupRedirect.main(JavaCupRedirect.java:90)

Thank you for the report Santiago, the package also fails to build
without the -A flag btw.

This error happens when cup processes 
src/org/apache/xalan/xsltc/compiler/xpath.cup.
It started with the upload of cup 0.11a+20060608-7 required by the
upgrade of jflex to the version 1.6.1. xpath.cup has DOS line endings
(\r\n), converting the file to the Unix format solves the issue.


Looking at the changelog for the recent versions of jflex [1] one thing
caught my attention, in jflex 1.5.0 there was:

The . meta character now stands for all non-newline characters.
The meaning of the dot (“.”) meta character has been changed
from [^\n] to [^\n\r\u000B\u000C\u0085\u2028\u2029].
Use the new --legacydot option to cause “.” to be interpreted
as [^\n]

In cup the flex/Lexer.jflex file has a rule like this [2] :

.|\n{ sb.append(yytext()); }

With the old definition of the dot this matched any character, but with
the new definition it misses \r\u000B\u000C\u0085\u2028\u2029. This
probably explains why converting the cup file to the Unix format solved
the issue.

I modified the cup package to enable the legacydot option during the
build and it solved the libxalan2-java FTBFS. I plan to upload the
fixed cup package soon.

Emmanuel Bourg

[1] http://jflex.de/changelog.html
[2] https://sources.debian.net/src/cup/0.11a%2B20060608-7/flex/Lexer.jflex/#L103

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#835056: maven-repo-helper: Cannot ignore module if referencing pom is not in parent folder

2016-08-21 Thread Christopher Hoskin
Package: maven-repo-helper
Version: 1.9.2
Severity: normal

Dear Maintainer,

Consider the structure

./pom.xml
./module1/pom.xml
./module1/submodule1a/pom.xml

./pom.xml contains:

module1/submodule1a

./module1/submodule1a/pom.xml contains:

  
...
../../pom.xml
  

./module1/pom.xml does not reference submodule1a as a module.

In debian/.poms we add:

module1/submodule1a/pom.xml --ignore

in src/main/java/org/debian/maven/repo/POMTransformer.java, 
discoverModulesToIgnore() it is assumed that the parent POM is always in ../:

public void ignorePOM(File pomFile) throws Exception {
File parentPom = new 
File(pomFile.getParentFile().getParentFile(), "pom.xml");
addIgnoreModule(parentPom, pomFile.getParentFile().getName());
}

and no use is made of the relativePath. Therefore the module is not ignored.

Thank you.

Christopher Hoskin



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages maven-repo-helper depends on:
ii  default-jre-headless [java2-runtime-headless]2:1.8-57
ii  gcj-5-jre-headless [java2-runtime-headless]  5.4.1-1
ii  libstax-java 1.2.0-3
ii  openjdk-8-jre-headless [java2-runtime-headless]  8u102-b14.1-2

Versions of packages maven-repo-helper recommends:
ii  debhelper  9.20160814

Versions of packages maven-repo-helper suggests:
ii  maven-debian-helper  2.1.1

-- no debconf information

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#835042: maven-repo-helper: mh_patchpoms doesn't honour verbose option

2016-08-21 Thread Christopher Hoskin
Package: maven-repo-helper
Version: 1.9.2
Severity: minor
Tags: patch

Dear Maintainer,

The mh_patchpoms documentation (mh_patchpoms -h) says the mh_patchpoms options 
include:

-v --verbose: show more information while running

However, in practice, the -v and --verbose options have no effect. This appears 
to be because the mh_patchpoms script passes -v to POMTransformer.java, and 
POMTransformer.java only recognises --verbose.

The attached patch modifies POMTransformer.java to accept either -v or 
--verbose as options.

Thanks.

Christopher Hoskin

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages maven-repo-helper depends on:
ii  default-jre-headless [java2-runtime-headless]2:1.8-57
ii  gcj-5-jre-headless [java2-runtime-headless]  5.4.1-1
ii  libstax-java 1.2.0-3
ii  openjdk-8-jre-headless [java2-runtime-headless]  8u102-b14.1-2

Versions of packages maven-repo-helper recommends:
ii  debhelper  9.20160814

Versions of packages maven-repo-helper suggests:
pn  maven-debian-helper  

-- no debconf information
diff --git a/src/main/java/org/debian/maven/repo/POMTransformer.java b/src/main/java/org/debian/maven/repo/POMTransformer.java
index d38b546..b3e6b63 100644
--- a/src/main/java/org/debian/maven/repo/POMTransformer.java
+++ b/src/main/java/org/debian/maven/repo/POMTransformer.java
@@ -732,7 +732,7 @@ public class POMTransformer extends POMReader {
 
 ArgumentsMap argsMap = ArgumentsMap.fromArgs(args);
 
-boolean verbose = argsMap.getBooleanLong("verbose");
+boolean verbose = argsMap.getBoolean("verbose","v");
 boolean singlePom = argsMap.getBooleanLong("single");
 boolean noParent = argsMap.getBooleanLong("no-parent");
 boolean noRules = argsMap.getBooleanLong("no-rules");
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

jcodings_1.0.18-1_amd64.changes ACCEPTED into unstable

2016-08-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Aug 2016 15:56:47 +0900
Source: jcodings
Binary: libjcodings-java
Architecture: source all
Version: 1.0.18-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Hideki Yamane 
Description:
 libjcodings-java - Java-based codings helper classes for Joni and JRuby
Changes:
 jcodings (1.0.18-1) unstable; urgency=medium
 .
   * New upstream release
   * debian/control
 - set Standards-Version: 3.9.8 (no changes)
Checksums-Sha1:
 806e16836ad46e3679eba8d41c302a0e35c1a149 2044 jcodings_1.0.18-1.dsc
 be4dc725d15db686d2402a5a4c7d72bfd3dc5290 1351340 jcodings_1.0.18.orig.tar.gz
 1b0e36ea7c7ac8714fd1996bf4b8b3af314699a5 3880 jcodings_1.0.18-1.debian.tar.xz
 bbcc57517e0be3abfc13a792e8417f25bf648157 1354836 
libjcodings-java_1.0.18-1_all.deb
Checksums-Sha256:
 a3e2f41643371d6fee1fe03256cdf688e9bf7649fd37053cd7128d2398c6f7a9 2044 
jcodings_1.0.18-1.dsc
 265c59cfb6eee442f1d7e6f70c72e8af370f213db721041c1a25350fc4144a80 1351340 
jcodings_1.0.18.orig.tar.gz
 fedc8ff15e2a58c87edd364c1e53fc3a464a1dd5c648d43356ccff69154d1caf 3880 
jcodings_1.0.18-1.debian.tar.xz
 c69965e35c00d6c4de50164f3e156ac05e6c6130e4c89caef66b3821997943d9 1354836 
libjcodings-java_1.0.18-1_all.deb
Files:
 c7768ae8c4efaaea201431773946c503 2044 java optional jcodings_1.0.18-1.dsc
 24383d77c26d87b9588a5c8af17e7fca 1351340 java optional 
jcodings_1.0.18.orig.tar.gz
 2c27ca9eb877783c04854b503bb3f6a9 3880 java optional 
jcodings_1.0.18-1.debian.tar.xz
 3ef59d08c776ec4d3b3b838138c84100 1354836 java optional 
libjcodings-java_1.0.18-1_all.deb

-BEGIN PGP SIGNATURE-

iQIwBAEBCgAaBQJXuVDsExxoZW5yaWNoQGRlYmlhbi5vcmcACgkQXTKNCCqqsUBa
+A/9H2mzeTnYmzw8NwWL/kK9l6QyCshDDdhrfXtMKQpi2NaDLc6XIgy7MR1MNxlH
4819TSUXdslQn0qcF4fG64lSXovdI1qHH7bvfvm8oX2NjK1fGONHlY5dL6afa6Xx
jUWx7vP4ov60vQRCKdN0Gt8sMlRBgj4DSM40sja8zLUqxcdW6ns4AqIo5pIGQ4xN
M/CSKIaL+9X6uCKt7CCP6X6QXqYEVw+2MYMnpDG/LW0ChSWiOXyL6r41+ouVfZ5q
BUAw7lu+3rzwu5TMKiMvyx7oky9+QQQj4hqHT4j004/3FpvhO7gGZ5Tff1nFmZF/
Hrr2L/aWyqEwfB1UGD4eRbkPWW6mZ3Ae3OikLnKBU220SFE36rXFA8TsDFuqqPuL
D4Zpi9nV0NnF57bKL9C4MGqXhAi/BLU36CRRrP1r1hnH+26QiFxSlyvNHk969wO7
JwFHolK/2I+DPKb0rkdhRJmDihpjtnkyeM2WB8AnmU7qGWitfehwls5P6xFawUZa
Xwg4sENtXfaRhZX/TIwJxjG3enDAyodGS0gZYTnIR7jcviw0wLJb/04vEcNNpixY
2U0gwpzBC+GUqZ5Kqmb7XCN2tytbFVRswn4RObi4LO/Lki8EDUT3bFQXvaTB4db9
207WfXpAXG75TxWyQwyv0he+y6QqoZd8wNA+Cpe6C3YEFo8=
=j0O4
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of jcodings_1.0.18-1_amd64.changes

2016-08-21 Thread Debian FTP Masters
jcodings_1.0.18-1_amd64.changes uploaded successfully to localhost
along with the files:
  jcodings_1.0.18-1.dsc
  jcodings_1.0.18.orig.tar.gz
  jcodings_1.0.18-1.debian.tar.xz
  libjcodings-java_1.0.18-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jruby-joni_2.1.11-1_amd64.changes ACCEPTED into unstable

2016-08-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Aug 2016 15:23:16 +0900
Source: jruby-joni
Binary: libjruby-joni-java
Architecture: source all
Version: 2.1.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Hideki Yamane 
Description:
 libjruby-joni-java - Java port of Oniguruma regexp library
Changes:
 jruby-joni (2.1.11-1) unstable; urgency=medium
 .
   * New upstream release
   * debian/gbp.conf
 - set "pbuilder = True"
   * debian/control
 - set Standards-Version: 3.9.8
Checksums-Sha1:
 3e2e6c7534b44360597cdb5e5e6aaf283711d08d 2100 jruby-joni_2.1.11-1.dsc
 9413bd1ed67c07d60168144f9bb7344ccb315836 125581 jruby-joni_2.1.11.orig.tar.gz
 52eaf5016d23c4ca11620ce8855a621432560321 4516 jruby-joni_2.1.11-1.debian.tar.xz
 bec75228b3cb013eb9f59c3601f678b2644c4888 140350 
libjruby-joni-java_2.1.11-1_all.deb
Checksums-Sha256:
 2a3e094a0a127e9e5e15a6f9c6640f07dd0a7823ffeda69d153b554917d1c4fc 2100 
jruby-joni_2.1.11-1.dsc
 72c1765df13fd539eec3be27e484b0aede89fea922ca04815037d36bbddc6df0 125581 
jruby-joni_2.1.11.orig.tar.gz
 51576e199d08f0238012a5d203e2a14416d48171e7fa067054621fc8da96a84c 4516 
jruby-joni_2.1.11-1.debian.tar.xz
 dd0e9e46e40a1ca3d20946f51140a3581feb9f8a258d9b56f5f9037caaf3c2fa 140350 
libjruby-joni-java_2.1.11-1_all.deb
Files:
 5d33988b4109cf7f190e801dc00296ad 2100 java extra jruby-joni_2.1.11-1.dsc
 b18e0e4c38dd86d7655b8effec52dd08 125581 java extra 
jruby-joni_2.1.11.orig.tar.gz
 8338b8767e7cc1110443a45e46fdcc5f 4516 java extra 
jruby-joni_2.1.11-1.debian.tar.xz
 d824a9373ac974b51de147387ecf2153 140350 java extra 
libjruby-joni-java_2.1.11-1_all.deb

-BEGIN PGP SIGNATURE-

iQIwBAEBCgAaBQJXuUnBExxoZW5yaWNoQGRlYmlhbi5vcmcACgkQXTKNCCqqsUAj
BA/9Eq9SewU9T8lPQaSFEXqv6oVRfJh5RTTIFGwhZINY4K+3sTUwPgF2z1dgdNRk
vMThRaYVk53YzH2gxhEV2f3npYXb/G88boS11G9B353ShNu9AVSzXw4k4qa0mRVL
ZC/Kmw/cZYeM0irt51b0eUMIM26C30Aq6w1lc9zg2t8YaLvpoEMK8VUqix9OEIVg
mAgHdM5as6iXOH3Komwmpxw9rBty1i3bCZpbbM9x6YAsG31irOqc9am9b8wwt9dw
Vzre3MsZt4TBS+QNPAFGwjNZWq3B4Ojk/bfL8Ij9SjEiylAIkDKtcrkUh9/fqOno
vV0ynfNNrR8fFWqWbSWB/se4OUMlr/0VcfjFo9w0bXbCwAoRNyaUk5kHjEm7GvMi
YDDyggVpVGgYtNg2QBSTHAQkqoR/EPeeCTbbW8riXMa+pZsrqYCRcQB+7LHdd0VP
p54qSUu7xnVBeYgupj1n3PZRDBFiXONldxUXf36yBcqB6NY/YqPBEY4EkL39KW0k
DGeItA1RPVQsUtLU3sSHK9c2gTu4dI/qahWJbv9iD1DpDKq7IfwIGimZmC0LZKDB
ZJtuFe67Bs2PDpytdXMx/C0g0D+EmnRkr5eDmjXC73VWibbL+DBDvHbh3b7jOYUe
JTWSRfj1CreAPsTjlt+PtxoOytB1NPEjyaABvG61lssEF5E=
=RTEl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of jruby-joni_2.1.11-1_amd64.changes

2016-08-21 Thread Debian FTP Masters
jruby-joni_2.1.11-1_amd64.changes uploaded successfully to localhost
along with the files:
  jruby-joni_2.1.11-1.dsc
  jruby-joni_2.1.11.orig.tar.gz
  jruby-joni_2.1.11-1.debian.tar.xz
  libjruby-joni-java_2.1.11-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.