Bug#299635: please reconsider using a non-hardcoded $NAME

2012-02-22 Thread Timo Aaltonen

Hi!

  I'm packaging the Dogtag PKI Certificate Server, and one of the
current blockers is that the tomcat initscript (which the pki instances
symlink to) doesn't allow starting a new tomcat instance. I looked at
what Fedora does, and they have this in their initscript:

NAME=$(basename $0)
unset ISBOOT
if [ ${NAME:0:1} = S -o ${NAME:0:1} = K ]; then
NAME=${NAME:3}
ISBOOT=1
fi

(though ISBOOT isn't used after this point, so it probably is just a
leftover).

This would have to be reimplemented in pure shell without bashism
though.. something like this:

NAME=$(basename $0 | sed 's/^[KS][0-9]\{2\}//')

thoughts? :)


-- 
t



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#736321: split policies from tomcat7

2014-01-22 Thread Timo Aaltonen
Package: tomcat7
Version: 7.0.50-1

A package needing just tomcat7-user (and essentially conflicting with
the default instance provided by tomcat7) can't use the default
policies, so they should be split from the package or moved to
tomcat7-common.


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-01-22 Thread Timo Aaltonen
On 21.01.2014 14:44, Gergely Nagy wrote:
 Dear maintainer,
 
 While processing your upload of relaxngcc 1.12-1, I noticed the
 following things about the packaging:
 
  - The source tarball has been repacked, but this is not documented
anywhere, and the only sign of it is the get-orig-targz target in
debian/rules. Please document this in the debian/copyright file.
Explaining why the repacking was done and what is removed would
also be nice to see documented in debian/README.source, not just as
comments in debian/rules.

Pretty much all the java packages I've dealt with repack the source,
filtering .class and .jar files and whatnot. Now I see though that it
doesn't have README.source at all, I'll add that to git.

  - src/relaxngcc/javabody/JavaBodyParser.jj does not appear to be
under the Apache-1.1 license, but what exactly it is under, is
unclear to me. This should be clarified.

Looks like it's from javacc: examples/JavaGrammars/Java1.1.jj
and modified for this project. The original file is under BSD-3-clause.

  - There are a couple of files in the source that have comments like:
/* this file is generated by RelaxNGCC */
 
Are these files rebuildable? (Sadly, my Java build system knowledge
is not enough to determine this on my own)

Not sure, no idea where they were generated from.. I'll see if they are
needed at all.

 None of these warrant a reject, but I would like to see them
 clarified, if I'm to let the package through NEW. If you want to
 correct them, and reupload, instead of fixing them in a future
 version, that is also an option. I will reject the current version
 from NEW then, and you can reupload after.

If it's ok I'll push updates to git and get -2 uploaded soon enough that
should cover all the above. Getting -1 through NEW would still be nice :)


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-01-22 Thread Timo Aaltonen
On 22.01.2014 15:21, Timo Aaltonen wrote:
 On 21.01.2014 14:44, Gergely Nagy wrote:
 
  - There are a couple of files in the source that have comments like:
/* this file is generated by RelaxNGCC */

Are these files rebuildable? (Sadly, my Java build system knowledge
is not enough to determine this on my own)
 
 Not sure, no idea where they were generated from.. I'll see if they are
 needed at all.

I could remove all of them without any issues, so best to recreate the
tarball and push to NEW again, with all the fixes.

-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-01-22 Thread Timo Aaltonen
On 22.01.2014 15:56, Timo Aaltonen wrote:
 On 22.01.2014 15:21, Timo Aaltonen wrote:
 On 21.01.2014 14:44, Gergely Nagy wrote:

  - There are a couple of files in the source that have comments like:
/* this file is generated by RelaxNGCC */

Are these files rebuildable? (Sadly, my Java build system knowledge
is not enough to determine this on my own)

 Not sure, no idea where they were generated from.. I'll see if they are
 needed at all.
 
 I could remove all of them without any issues, so best to recreate the
 tarball and push to NEW again, with all the fixes.

scratch that, removing those trims the resulting .jar too and breaks at
least JAXB build..

so I guess they just need an exception on debian/copyright?

-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-02-18 Thread Timo Aaltonen
On 28.01.2014 15:24, Gergely Nagy wrote:
 On Wed, Jan 22, 2014 at 3:17 PM, Timo Aaltonen tjaal...@ubuntu.com wrote:
 On 22.01.2014 15:56, Timo Aaltonen wrote:
 On 22.01.2014 15:21, Timo Aaltonen wrote:
 On 21.01.2014 14:44, Gergely Nagy wrote:

  - There are a couple of files in the source that have comments like:
/* this file is generated by RelaxNGCC */

Are these files rebuildable? (Sadly, my Java build system knowledge
is not enough to determine this on my own)

 Not sure, no idea where they were generated from.. I'll see if they are
 needed at all.

 I could remove all of them without any issues, so best to recreate the
 tarball and push to NEW again, with all the fixes.

 scratch that, removing those trims the resulting .jar too and breaks at
 least JAXB build..
 
 Well, we need all files to be rebuildable, all generated files need
 their source, and we need at least documentation on how to rebuild
 them, even if they aren't rebuilt on every build. I'm afraid I'll have
 to reject the package in the current state, until this issue is
 solved. (The other things would be fine in a -2 version, but not this
 one).

We have a bootstrapping issue with this.. upstream CVS repo ships with
'lib/bootstrap-relaxngcc.jar' which is used to generate the files for
the parser. And since the source tarball can't include that relaxngcc
has no way to enter Debian?

Fedora doesn't seem to care, they used to have a version where it used
the embedded jar file, but the one that entered the archive used the
same build system as our original upload..



-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-02-18 Thread Timo Aaltonen
On 18.02.2014 23:16, Timo Aaltonen wrote:
 On 28.01.2014 15:24, Gergely Nagy wrote:
 On Wed, Jan 22, 2014 at 3:17 PM, Timo Aaltonen tjaal...@ubuntu.com wrote:
 On 22.01.2014 15:56, Timo Aaltonen wrote:
 On 22.01.2014 15:21, Timo Aaltonen wrote:
 On 21.01.2014 14:44, Gergely Nagy wrote:

  - There are a couple of files in the source that have comments like:
/* this file is generated by RelaxNGCC */

Are these files rebuildable? (Sadly, my Java build system knowledge
is not enough to determine this on my own)

 Not sure, no idea where they were generated from.. I'll see if they are
 needed at all.

 I could remove all of them without any issues, so best to recreate the
 tarball and push to NEW again, with all the fixes.

 scratch that, removing those trims the resulting .jar too and breaks at
 least JAXB build..

 Well, we need all files to be rebuildable, all generated files need
 their source, and we need at least documentation on how to rebuild
 them, even if they aren't rebuilt on every build. I'm afraid I'll have
 to reject the package in the current state, until this issue is
 solved. (The other things would be fine in a -2 version, but not this
 one).
 
 We have a bootstrapping issue with this.. upstream CVS repo ships with
 'lib/bootstrap-relaxngcc.jar' which is used to generate the files for
 the parser. And since the source tarball can't include that relaxngcc
 has no way to enter Debian?
 
 Fedora doesn't seem to care, they used to have a version where it used
 the embedded jar file, but the one that entered the archive used the
 same build system as our original upload..

sending to debian-java too in case someone has ideas..

this is a blocker for xsom - fastinfoset - jaxb - RESTEasy - Dogtag
10 - FreeIPA :/


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-02-18 Thread Timo Aaltonen
On 18.02.2014 23:35, Florian Weimer wrote:
 * Timo Aaltonen:
 
 We have a bootstrapping issue with this.. upstream CVS repo ships with
 'lib/bootstrap-relaxngcc.jar' which is used to generate the files for
 the parser. And since the source tarball can't include that relaxngcc
 has no way to enter Debian?

 Fedora doesn't seem to care, they used to have a version where it used
 the embedded jar file, but the one that entered the archive used the
 same build system as our original upload..

 sending to debian-java too in case someone has ideas..
 
 Just use a cyclic build dependency.  They are annoying, but less
 problematic for Arch: all packages.

How would that work in practice? Ship the generated files in the tarball
and document the build in README.source? Or try to build a stripped
version that's capable of generating the parser as a second stage?


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding relaxngcc_1.12-1_amd64.changes

2014-02-26 Thread Timo Aaltonen
On 19.02.2014 00:57, Timo Aaltonen wrote:
 On 18.02.2014 23:35, Florian Weimer wrote:
 * Timo Aaltonen:

 We have a bootstrapping issue with this.. upstream CVS repo ships with
 'lib/bootstrap-relaxngcc.jar' which is used to generate the files for
 the parser. And since the source tarball can't include that relaxngcc
 has no way to enter Debian?

 Fedora doesn't seem to care, they used to have a version where it used
 the embedded jar file, but the one that entered the archive used the
 same build system as our original upload..

 sending to debian-java too in case someone has ideas..

 Just use a cyclic build dependency.  They are annoying, but less
 problematic for Arch: all packages.
 
 How would that work in practice? Ship the generated files in the tarball
 and document the build in README.source? Or try to build a stripped
 version that's capable of generating the parser as a second stage?

Benjamin explained this to me.. but instead of fiddling this manually,
we went with the original tarball but that the pre-generated files are
rebuilt before the final jar is built. That should be good enough for
the archive, no?


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: xsom_0+20110809-1_amd64.changes REJECTED

2014-06-19 Thread Timo Aaltonen
19.06.2014 19:00, Thorsten Alteholz kirjoitti:
 
 Dear Maintainer,
 
 unfortunately I have to reject your package.
 
 According to your GPL-2 license block in debian/copyright, the software 
 is licensed under:
 either version 2 of the License, or (at your option) any later version.
 This seems to be wrong as the file header says GPL-2 only.

Right, this is easy to fix.

 The file header also says:
 # When distributing the software, include this License Header Notice in each
 # file and include the License file at packager/legal/LICENSE.txt.

Well, to me it sounds like that path is just wrong and it attempts to
point to license.txt instead..

 There are files (for example all package.html) where this header is missing. 
 Also the requested file packager/legal/LICENSE.txt is not available.
 Maybe you can ask upstream whether Debian has to take care of these issues.

I'd rather just drop those files from the tarball, since they're utterly
useless anyway..


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: xsom_0+20110809-1_amd64.changes REJECTED

2014-06-23 Thread Timo Aaltonen
20.06.2014 16:14, Thorsten Alteholz kirjoitti:
 Hi Timo,
 
 On Fri, 20 Jun 2014, Timo Aaltonen wrote:
 The file header also says:
 # When distributing the software, include this License Header Notice
 in each
 # file and include the License file at packager/legal/LICENSE.txt.

 Well, to me it sounds like that path is just wrong and it attempts to
 point to license.txt instead..
 
 yes, maybe, but only upstream can give a definite answer.

ok, waiting for their input

 I'd rather just drop those files from the tarball, since they're utterly
 useless anyway..
 
 Ok

Actually, all package.html that I can find do have that header but in
html comment format.. did you mean some other files and if so, which ones?


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: xsom_0+20110809-1_amd64.changes REJECTED

2014-06-23 Thread Timo Aaltonen
23.06.2014 13:51, Thorsten Alteholz kirjoitti:
 
 
 On Mon, 23 Jun 2014, Timo Aaltonen wrote:
 Actually, all package.html that I can find do have that header but in
 html comment format.. did you mean some other files and if so, which
 ones?
 
 Ooops, sorry, I meant those files, but the file viewer stripped the html
 comment here.
 
 So only ./SCD.jj doesn't have this header ..

Right, and it's fixed in upstream trunk so I've added a patch to add
that to our version.

about the 'packager/legal/LICENSE.txt' upstream (Miroslav Kos) said

'Regarding license file location, you are correct - it is located at
[project-root]/license.txt

or you can use the online version:
https://glassfish.java.net/public/CDDL+GPL_1_1.html'

but I've asked them to change the paths for the next version. Is this
enough?



-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: xsom_0+20110809-1_amd64.changes REJECTED

2014-08-05 Thread Timo Aaltonen
On 27.06.2014 12:14, Timo Aaltonen wrote:
 23.06.2014 15:36, Timo Aaltonen kirjoitti:
 23.06.2014 13:51, Thorsten Alteholz kirjoitti:


 On Mon, 23 Jun 2014, Timo Aaltonen wrote:
 Actually, all package.html that I can find do have that header but in
 html comment format.. did you mean some other files and if so, which
 ones?

 Ooops, sorry, I meant those files, but the file viewer stripped the html
 comment here.

 So only ./SCD.jj doesn't have this header ..

 Right, and it's fixed in upstream trunk so I've added a patch to add
 that to our version.

 about the 'packager/legal/LICENSE.txt' upstream (Miroslav Kos) said

 'Regarding license file location, you are correct - it is located at
 [project-root]/license.txt

 or you can use the online version:
 https://glassfish.java.net/public/CDDL+GPL_1_1.html'

 but I've asked them to change the paths for the next version. Is this
 enough?
 
 They'll move license.txt to the path pointed by headers, so it'll be
 fixed upstream in a future release.
 
 another revision of xsom got re-uploaded, could you have another look?

Ping? It's been a while, and xsom is a blocker for the next set of
packages..


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: fastinfoset_1.2.12-1_amd64.changes REJECTED

2014-09-01 Thread Timo Aaltonen
On 18.08.2014 19:00, Thorsten Alteholz wrote:
 
 Dear Maintainer,
 
 unfortunately I have to reject your package.
 
 Files in fastinfoset/pkg/SUNWfastinfoset/* contain a statement:
  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
 (maybe there are other files as well)
 
 Please mention these license terms in debian/copyright.

uploaded a fixed version


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: jaxb_2.2.5-1_amd64.changes REJECTED

2014-09-03 Thread Timo Aaltonen
On 03.09.2014 12:51, Debian FTP Masters wrote:
 
 
 No target suite found. Please check your target distribution and that you 
 uploaded to the right archive.

Huh? The second upload should be fine..


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: jaxb_2.2.5-1_amd64.changes REJECTED

2014-09-03 Thread Timo Aaltonen
On 03.09.2014 13:00, Ansgar Burchardt wrote:
 On 09/03/2014 11:52, Timo Aaltonen wrote:
 On 03.09.2014 12:51, Debian FTP Masters wrote:
 No target suite found. Please check your target distribution and that you 
 uploaded to the right archive.

 Huh? The second upload should be fine..
 
 What does the Distribution field of the .changes you uploaded say?

got it.. lsid, because it build-depends on libfastinfoset-java which is
still in NEW but I have a local build for a sbuilder flavor that uses
local builds as a package source.


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#760877: jackson-annotations: diff for NMU version 2.4.2-1.1

2014-09-10 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10.09.2014 08:07, tony mancill wrote:
 On 09/09/2014 10:45 AM, Gilles Filippini wrote:
 tags 760877 + pending thanks
 
 Dear maintainer,
 
 I've prepared an NMU for jackson-annotations (versioned as
 2.4.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell
 me if I should delay it longer.
 
 Hi Timo,
 
 I dcut the NMU and applied Gilles patch to the packaging repo.
 Are there any other changes you'd like to make before uploading?

Hey, sorry for the bug, I had a local commit to use '*' instead of
jar, though having bundle there does the same thing. No other changes
from me..


- -- 
t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUD+yUAAoJEMtwMWWoiYTcjNEQAIdFv7pDLxDolTWOeZmfH/hs
Q5xSvkRLw7XeRHy8R0nyXzNQE94k79NNGGdlOxO4LBgVcjGuH3ugEG3A58yFDsII
vCAw+sVD8c14JsUB43x5gOpNJrqRZIwoCdYqVGreQPal5k92GAixJ7niKqOj+Dof
NS3VUUXAYoHPYBMkVsGjNNtNzKG83n0k5MuRb2dxJMnBHBtn/dsVYbNBnKwe0D8q
WtxAnYejCRIM/qBtgIGKmWoL7ZcaY9DEacgn0pvWCMOj5tcAslzszHbQBBNJ0iJ+
gJ4ZohNfam1WrwPLqxz8YClwtlnqGsIh51/uxTKS1PaD8OexbBXI02yP1cjpd1+i
Qof/QCU1f9QCDQ6jC7DOxJsHXsL8Gd5R5MlWisNBH0yHa1S49Pb1cvvRFJzDeSP9
JNkTqdcv+NXeRH0wsSxsebQwzNDcGjUzP53FFFoCsRUVyUl4cznKvrJcxEpGyNQg
eqCnN5lzbdtw0W8AKNVDUvf2qYXyAMiGtsk3mO+C6IhdZLr4RRxZfKLiAjEes6/a
SbznEroG8/VO+K8AF62GhO4pei126Sw3Wp/vOrqyitJcE852XfylVSPw5T/w5EiM
P/XevNt0QFfbczR/1qrgHei39MGmIUX7NbFPZEY5khxtvpQMjgv+YU7RxcWx3xPR
w6uQSmPNNZsTpkA+P7Yk
=Cu5z
-END PGP SIGNATURE-

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: fastinfoset_1.2.12-1_amd64.changes REJECTED

2014-09-25 Thread Timo Aaltonen
On 25.09.2014 15:00, Thorsten Alteholz wrote:
 
 Hi Timo,
 
 almost done, the file xmldsig-core-schema.xsd is not under ASL but W3C 
 Software License.

oh dear.. fixed and uploaded again!


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#768220: dupe of #722665?

2014-11-13 Thread Timo Aaltonen

This sounds more like a dupe of #722665 where the fault is that
libjackson-json-java never should've had the symlink called
jackson-core-java... Renaming the versionless jar symlink in -core would
break other software (dogtag-pki for instance).

So update libjackson-json-java in wheezy instead?

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722665


-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#768220: dupe of #722665?

2014-11-14 Thread Timo Aaltonen
On 14.11.2014 12:46, Hilko Bengen wrote:
 * Timo Aaltonen:
 
 This sounds more like a dupe of #722665 where the fault is that
 libjackson-json-java never should've had the symlink called
 jackson-core-java... 
 
 Which package should provide the versionless .jar file?
 
 Is the versionless .jar file needed at all?
 
 Was any of libjackson-json-java's reverse dependencies[1] broken when
 the versionless .jar was removed from the package?

Not that I know of.

 epubcheck seems to be fine because it has
 /share/java/jackson-core-asl.jar, /usr/share/java/jackson-mapper-asl.jar
 in its classpath.
 
 Would any of libjackson2-core-java's reverse dependencies[2] break if we
 removed the versionless .jar from the package? At least mediathekview
 would break. I think things should be left as they are, only proper
 Breaks/Replaces as suggested by the submitter should be added. I will
 upload a fixed package tonight.

yes, B/R would be fine of course

 Renaming the versionless jar symlink in -core would break other
 software (dogtag-pki for instance).

 dogtag-pki is a curious case: pki-server depends on parts of both
 Jackson 1.x and 2.x. Is this actually correct?

should be, beats me why they use both.



-- 
t

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: jboss-jaxrs-2.0-api_1.0.0-1_amd64.changes is NEW

2016-09-20 Thread Timo Aaltonen
On 20.09.2016 13:42, Emmanuel Bourg wrote:
> Hi Timo,
> 
> Did you get a look at the libjaxrs-api-java package? I think it contains
> the same JAX-RS classes, so jboss-jaxrs-2.0-api is probably not necessary.

Didn't know of that package, and looks like newer Dogtag builds fine
with it so drop jboss-jaxrs-2.0-api from the queue.


-- 
t



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

Re: tomcat8.0_8.0.46-1_amd64.changes REJECTED

2017-10-01 Thread Timo Aaltonen
On 01.10.2017 12:00, Chris Lamb wrote:
> 
> Hi,
> 
> Seems like d/cpoyright needs updating; missing attributions for (at least) 
> Mort
> Bay Consulting, Dojo Foundation, etc. etc (I stopped looking there.)
> 
>  -- Chris Lamb   Sun, 01 Oct 2017 08:41:22 +

For what it's worth, those were also on the original NOTICE file since
tomcat8 was packaged.. funny that it got accepted back then.

anyway, new version uploaded


-- 
t

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


Bug#879469: Should not enter testing

2017-10-21 Thread Timo Aaltonen
Package: resteasy3.0
Severity: serious

Resteasy 3.0 was reintroduced to sid in order to allow porting new
versions of Dogtag and Freeipa. It should not enter testing though.
Hopefully upstream will finish porting Dogtag to 3.1 or newer before too
long.


-- 
t

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


Bug#879468: Should not enter testing

2017-10-21 Thread Timo Aaltonen
Package: tomcat8.0
Severity: serious

Tomcat 8.0 was reintroduced to sid in order to allow porting new
versions of Dogtag and Freeipa. It should not enter testing though.
Hopefully upstream will finish porting tomcatjss and Dogtag to 8.5
before too long.

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


[libjogl2-java] branch master updated (b40d9b1 -> 1c8b77d)

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a change to branch master
in repository libjogl2-java.

  from  b40d9b1   Upload to unstable
   new  1c8b77d   Upload to unstable using correct .changes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] annotated tag debian/2.3.2+dfsg-7 created (now 860a0c2)

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a change to annotated tag debian/2.3.2+dfsg-7
in repository libjogl2-java.

at  860a0c2   (tag)
   tagging  b06f59dfa8a0a6d0d14ef27f2476e9172b9e5a44 (commit)
  replaces  debian/2.3.2+dfsg-6
 tagged by  Timo Aaltonen
on  Sat Jan 13 09:18:46 2018 +0200

- Log -
tagging package libjogl2-java version debian/2.3.2+dfsg-7
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJaWbLWAAoJEMtwMWWoiYTcIzUQAKtcHEQUhbds+A1UK8n786CH
ra1LWTaD/myp+34veMTOK9oCHjgOYrOIadEk6bycxVQb9EBZeqcEW03teA4w/hQr
WjpkseA1tJsrsna9phO6WAlX1GFvdtGxXEE2n180su18UmGBp2bUxwLeB37Q2KMl
9NQo2tXTyN8eb2Zl0N0xsqpzwDpn+WRqzOSgdUUaDbkh4KEH7u5hKDhKTmn+zRhI
JQ+rT91I97NzQbj88uLv8tk3t4B3llVHc+ccqzJLdTHb7eqkygB10K/qxXeD4dAF
DmJ+FbZtzbPr3SJB/11fLYBgx00Z16vUtTJuGz/YjF6ol4M+c+tUy28vYmyk2zni
bG2lK+X+TOE0rl75kbcvG7AiaYG3u0EhutjyZxaLeesq2r+a6ztHiv6HwludGvUn
YyrsYrkO/fZpffZUaH3XPIP61FLjCA3XWLdpclYSUmgXYFu1OawsEqyx62VhJ5kB
VzTFtlgU4FG0mjEp2EWU0ZTMFjtoC/OTYxI3Ld0aHziMytR+HHkldyP6xMxB6h0N
u3Vcu77g0yXSmxduTpEmUbwTbFCE9jEWC9NGRDB5husgkvzMh9Cq3lX/4EDtck1C
QMtJWnzf+Tv9CTw75AUA5qB/LPomaloXmVCyth1nxF/lEVDMLSlDpec/+t45M8Qz
RkAQc+AtQUaVtxEGZRmd
=eZBu
-END PGP SIGNATURE-

Timo Aaltonen (1):
  releasing package libjogl2-java version 2.3.2+dfsg-7

---

This annotated tag includes the following new commits:

   new  b06f59d   releasing package libjogl2-java version 2.3.2+dfsg-7

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] 01/01: releasing package libjogl2-java version 2.3.2+dfsg-7

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to annotated tag debian/2.3.2+dfsg-7
in repository libjogl2-java.

commit b06f59dfa8a0a6d0d14ef27f2476e9172b9e5a44
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Sat Jan 13 09:18:46 2018 +0200

releasing package libjogl2-java version 2.3.2+dfsg-7
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 76dc420..3d39ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjogl2-java (2.3.2+dfsg-7) unstable; urgency=medium
+
+  * Reupload using correct .changes.
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Sat, 13 Jan 2018 09:17:50 +0200
+
 libjogl2-java (2.3.2+dfsg-6) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] 01/01: Upload to unstable using correct .changes

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository libjogl2-java.

commit 1c8b77d2577968176704934567eea3246f9f19e9
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Sat Jan 13 09:18:46 2018 +0200

Upload to unstable using correct .changes
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 76dc420..3d39ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjogl2-java (2.3.2+dfsg-7) unstable; urgency=medium
+
+  * Reupload using correct .changes.
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Sat, 13 Jan 2018 09:17:50 +0200
+
 libjogl2-java (2.3.2+dfsg-6) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] branch master updated (238280f -> b40d9b1)

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a change to branch master
in repository libjogl2-java.

  from  238280f   Upload to unstable
   new  0bf9b07   fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. 
(Closes: #880924) (LP: #1742894)
   new  b40d9b1   Upload to unstable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  8 
 debian/patches/fix-mesa-detection.diff | 15 +++
 debian/patches/series  |  1 +
 3 files changed, 24 insertions(+)
 create mode 100644 debian/patches/fix-mesa-detection.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] 02/02: Upload to unstable

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository libjogl2-java.

commit b40d9b1341642964156b7af8d0bff5f845a7d21c
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Fri Jan 12 22:26:56 2018 +0200

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9016e1a..76dc420 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libjogl2-java (2.3.2+dfsg-6) UNRELEASED; urgency=medium
+libjogl2-java (2.3.2+dfsg-6) unstable; urgency=medium
 
   * Team upload.
   * fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. (Closes:
 #880924) (LP: #1742894)
 
- -- Timo Aaltonen <tjaal...@debian.org>  Fri, 12 Jan 2018 21:23:23 +0200
+ -- Timo Aaltonen <tjaal...@debian.org>  Fri, 12 Jan 2018 21:29:39 +0200
 
 libjogl2-java (2.3.2+dfsg-5) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] annotated tag debian/2.3.2+dfsg-6 created (now 010c151)

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a change to annotated tag debian/2.3.2+dfsg-6
in repository libjogl2-java.

at  010c151   (tag)
   tagging  b40d9b1341642964156b7af8d0bff5f845a7d21c (commit)
  replaces  debian/2.3.2+dfsg-5
 tagged by  Timo Aaltonen
on  Fri Jan 12 22:26:56 2018 +0200

- Log -
tagging package libjogl2-java version debian/2.3.2+dfsg-6
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJaWRoQAAoJEMtwMWWoiYTcas0P/16JmuO5ZvvhcT2ngg+RgyD3
50fFIZxB0RvdUupljfn6LbKZ0sTmRywxMRD0Xh0MbG+5HiqLe9H+41DsCMPDRodQ
eH4aZK67xeimf0Kii5QciFJmgxVyBne+ntR4v0WHfdQO6C0IrFFWkT8Z/auPsd5p
7mK6QSoanWYM84IDGVmoJJTMXVqG2a6DKbTp8CwRSlMFALd7NkhpCFwIuPrg0JR3
7xWX6G2TVErxhKh0RCVOCz2H0Zt1SdnyDrauYnKnQ2B9txtHoVEQMZ6Prgf13j+D
P2vEH+bqmtEofLnZ7kw8+A6qoTu17K7EdltZW9olMdxe6NeeUkpYEG13fMYUJnRx
LWgtXRozqbLeTIlWQFLX2H2yKRsSeRto7NMS8XkSTUXDwv5MsD9wDMNyseABcg1F
co5TXKZbMiHv80/oEIYcBGnb27JG3zGIgN5h/7m8a8+kvjJO7g1xJ8RfhdgnWxsr
Npz6Wj46ExIhvK4FQ0zacZmG31nSzvy+PItnhD6+wfbAcHLWKFWPVH8W4443L9uT
IpsVyJlvsEUpMmM2v7MgUBi0THLm1Tk4HIsQt/XIMRyf2ZlarsMBES1UU6Y0gFfa
YlgfFSIVduth6LERFDllq8Kj3MOlJLaENXGowJ18JN7cBiSuJxNx582blmyjt9kL
ATJgy59LCyQUdAm0lcHq
=INzS
-END PGP SIGNATURE-

Timo Aaltonen (2):
  fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. (Closes: #880924) 
(LP: #1742894)
  Upload to unstable

---

This annotated tag includes the following new commits:

   new  0bf9b07   fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. 
(Closes: #880924) (LP: #1742894)
   new  b40d9b1   Upload to unstable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libjogl2-java] 01/02: fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. (Closes: #880924) (LP: #1742894)

2018-01-12 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository libjogl2-java.

commit 0bf9b073c0ea2b70f3bc2f28e88d982bd4449240
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Fri Jan 12 21:29:14 2018 +0200

fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. (Closes: #880924) (LP: 
#1742894)
---
 debian/changelog   |  8 
 debian/patches/fix-mesa-detection.diff | 15 +++
 debian/patches/series  |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 06a0663..9016e1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libjogl2-java (2.3.2+dfsg-6) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * fix-mesa-detection.diff: Fix detecting Mesa 17.2 ->. (Closes:
+#880924) (LP: #1742894)
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Fri, 12 Jan 2018 21:23:23 +0200
+
 libjogl2-java (2.3.2+dfsg-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/fix-mesa-detection.diff 
b/debian/patches/fix-mesa-detection.diff
new file mode 100644
index 000..6941d79
--- /dev/null
+++ b/debian/patches/fix-mesa-detection.diff
@@ -0,0 +1,15 @@
+Description: Mesa 17.2.x dropped "Gallium" from the renderer string, so look 
for "Mesa" in the version string
+
+https://jogamp.org/bugzilla/show_bug.cgi?id=1357
+
+--- a/src/jogl/classes/jogamp/opengl/GLContextImpl.java
 b/src/jogl/classes/jogamp/opengl/GLContextImpl.java
+@@ -2113,7 +2113,7 @@ public abstract class GLContextImpl exte
+ final boolean isES = 0 != ( ctp & GLContext.CTX_PROFILE_ES );
+ final boolean isX11 = NativeWindowFactory.TYPE_X11 == 
NativeWindowFactory.getNativeWindowType(true);
+ final boolean isWindows = Platform.getOSType() == Platform.OSType.WINDOWS;
+-final boolean isDriverMesa = glRenderer.contains(MesaSP) || 
glRenderer.contains("Gallium ");
++final boolean isDriverMesa = glRenderer.contains(MesaSP) || 
glRenderer.contains("Gallium ") || glVersion.contains(MesaSP);
+ 
+ final boolean isDriverATICatalyst;
+ final boolean isDriverNVIDIAGeForce;
diff --git a/debian/patches/series b/debian/patches/series
index 6d5322a..ea004a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ alpha.diff
 add-ports.diff
 clang_FTBFS.patch
 disable-test-compilation.patch
+fix-mesa-detection.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjogl2-java.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[resteasy] annotated tag upstream/3.5.0 created (now 21ce68e)

2018-03-13 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a change to annotated tag upstream/3.5.0
in repository resteasy.

at  21ce68e   (tag)
   tagging  b2ad05b0164303d05d4384977f6dd6996850b5f6 (commit)
  replaces  upstream/3.1.4
 tagged by  Timo Aaltonen
on  Tue Mar 13 17:22:31 2018 +0200

- Log -
Upstream version 3.5.0

Timo Aaltonen (1):
  Imported Upstream version 3.5.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/resteasy.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[resteasy] 03/04: Update Maven rules

2018-03-13 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository resteasy.

commit 5b641e6aa3ae9ad3b1986183cce2ef0866f1d246
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Tue Mar 13 17:51:18 2018 +0200

Update Maven rules
---
 debian/changelog | 1 +
 debian/libresteasy-java.poms | 6 --
 debian/maven.ignoreRules | 7 ++-
 debian/maven.rules   | 2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8bbba06..e919680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ resteasy (3.5.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
 - Refresh the patch
+- Update Maven rules
 
  -- Timo Aaltonen <tjaal...@debian.org>  Tue, 13 Mar 2018 17:23:12 +0200
 
diff --git a/debian/libresteasy-java.poms b/debian/libresteasy-java.poms
index 1fd0fbd..d1a9e50 100644
--- a/debian/libresteasy-java.poms
+++ b/debian/libresteasy-java.poms
@@ -36,6 +36,7 @@ providers/jaxb/pom.xml --has-package-version
 providers/jettison/pom.xml --has-package-version
 providers/jackson/pom.xml --has-package-version
 providers/jackson2/pom.xml --ignore
+providers/json-binding/pom.xml --ignore
 providers/json-p-ee7/pom.xml --ignore
 providers/multipart/pom.xml --ignore
 providers/resteasy-atom/pom.xml --has-package-version
@@ -49,9 +50,10 @@ resteasy-client/pom.xml --has-package-version
 resteasy-dependencies-bom/pom.xml --no-parent --has-package-version
 resteasy-guice/pom.xml --ignore
 resteasy-jaxrs/pom.xml --has-package-version
-resteasy-jaxrs-services/pom.xml --has-package-version
+#resteasy-jaxrs-services/pom.xml --has-package-version
+resteasy-jaxrs-testsuite/pom.xml --ignore
 resteasy-jsapi/pom.xml --ignore
-resteasy-legacy/pom.xml --has-package-version
+#resteasy-legacy/pom.xml --has-package-version
 resteasy-links/pom.xml --ignore
 resteasy-spring/pom.xml --ignore
 resteasy-servlet-initializer/pom.xml --ignore
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 2283c41..e97bd2b 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -19,14 +19,19 @@ org.jboss.resteasy test-resteasy-html jar * * *
 org.jboss.resteasy testable-examples-pom pom * * *
 org.jboss.resteasy.test war-tests-pom pom * * *
 org.jboss.resteasy tjws * * * *
-com.atlassian.maven.plugins maven-clover2-plugin * * * *
+com.atlassian.maven.plugins clover-maven-plugin * * * *
 javax.activation activation * * * *
 javax.el javax.el-api * * * *
+javax.json.bind javax.json.bind-api * * * *
+javax.validation validation-api * * * *
 net.jcip jcip-annotations * * * *
 org.apache.maven.plugins maven-deploy-plugin * * * *
 org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.maven.plugins maven-source-plugin * * * *
 org.bouncycastle bcprov-jdk16 * * * *
+org.codehaus.mojo build-helper-maven-plugin * * * *
+org.eclipse.microprofile.rest.client microprofile-rest-client-api * * * *
+org.eclipse.microprofile.config microprofile-config-api * * * *
 org.glassfish.web javax.el * * * *
 org.jboss.el jboss-el * * * *
 org.mortbay.jetty maven-jetty-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 9536578..0f791e7 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -12,4 +12,4 @@ log4j log4j * s/.*/1.2.x/ * *
 s/org.jboss.spec.javax.annotation/org.apache.tomcat/ 
s/jboss-annotations-api_1.2_spec/tomcat-annotations-api/ * s/.*/8.x/ * *
 s/org.jboss.spec.javax.servlet/javax.servlet/ 
s/jboss-servlet-api_3.1_spec/javax.servlet-api/ * s/.*/3.1/ * *
 s/org.jboss.spec.javax.el/javax.el/ s/jboss-el-api_3.0_spec/javax.el-api/ * 
s/.*/3.0/ * *
-s/org.jboss.spec.javax.ws.rs/javax.ws.rs/ 
s/jboss-jaxrs-api_2.0_spec/javax.ws.rs-api/ * s/.*/debian/ * *
+s/org.jboss.spec.javax.ws.rs/javax.ws.rs/ 
s/jboss-jaxrs-api_2.1_spec/javax.ws.rs-api/ * s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/resteasy.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[resteasy] 04/04: Add libreactive-streams-java to build-depends

2018-03-13 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository resteasy.

commit 1aa47c285d73c7ecc76ef4a2b2d6ecf876463596
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Tue Mar 13 17:52:05 2018 +0200

Add libreactive-streams-java to build-depends
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e919680..7ac4624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ resteasy (3.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
 - Refresh the patch
 - Update Maven rules
+- Add libreactive-streams-java to build-depends
 
  -- Timo Aaltonen <tjaal...@debian.org>  Tue, 13 Mar 2018 17:23:12 +0200
 
diff --git a/debian/control b/debian/control
index 7833eee..965f980 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends-Indep:
  libjettison-java,
  liblog4j1.2-java (>= 1.2.17),
  libmaven-install-plugin-java,
+ libreactive-streams-java,
  libscannotation-java,
  libslf4j-java,
  libtomcat8-java,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/resteasy.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[resteasy] 01/04: Merge tag 'upstream/3.5.0'

2018-03-13 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository resteasy.

commit 8c17423e0a27e9cc3e48db75e487c4962ac57ab9
Merge: 89009e3 b2ad05b
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Tue Mar 13 17:22:32 2018 +0200

Merge tag 'upstream/3.5.0'

Upstream version 3.5.0

 .mvn/jvm.config|1 -
 .travis.yml|   13 +-
 arquillian/RESTEASY-1056-jetty-bv11/pom.xml|   10 +-
 .../resteasy/test/resteasy1056/MissingCDITest.java |1 +
 .../src/test/resources/arquillian.xml  |3 +-
 .../pom.xml|  104 --
 .../resteasy/resteasy1630/TestApplication.java |   18 -
 .../resteasy/resteasy1630/TestApplicationPath.java |9 -
 .../jboss/resteasy/resteasy1630/TestResource.java  |   24 -
 .../test/resteasy1630/ServletInitializerTest.java  |   75 -
 .../resteasy1630/ServletInitializerTwoTest.java|   70 -
 .../src/test/resources/arquillian.xml  |   33 -
 .../src/test/resources/web.xml |   21 -
 arquillian/RESTEASY-736-jetty/pom.xml  |4 +-
 .../jboss/resteasy/resteasy736/TestResource.java   |   14 +-
 .../test/resteasy736/AsyncTimeoutTest.java |1 +
 arquillian/pom.xml |   11 +-
 as8-mavenized-distro/pom.xml   |2 +-
 as8-resteasy/pom.xml   |4 +-
 distribution/assembly.xml  |2 +-
 distribution/pom.xml   |   15 +-
 distribution/src-distribution/pom.xml  |2 +-
 docbook/pom.xml|2 +-
 docbook/reference/en/en-US/master.xml  |7 +-
 .../en/en-US/modules/Async_job_service.xml |   14 +-
 .../en/en-US/modules/Asynchronous_HTTP.xml |  125 +-
 docbook/reference/en/en-US/modules/Atom.xml|   10 +-
 .../en-US/modules/Cache_NoCache_CacheControl.xml   |   79 +-
 .../modules/Content_Marshalling_Providers.xml  |   17 +-
 .../en/en-US/modules/ExceptionMappers.xml  |   21 +-
 docbook/reference/en/en-US/modules/Guice.xml   |9 +-
 docbook/reference/en/en-US/modules/I18N.xml|8 +-
 .../en-US/modules/Installation_Configuration.xml   |  125 +-
 .../reference/en/en-US/modules/Interceptors.xml|   40 +-
 .../en/en-US/modules/JAX-RS_2.1_additions.xml  |  202 +++
 .../en-US/modules/JAX-RS_Content_Negotiation.xml   |2 +-
 docbook/reference/en/en-US/modules/Jaxb.xml|   22 +-
 docbook/reference/en/en-US/modules/Json-p.xml  |4 +-
 docbook/reference/en/en-US/modules/Json.xml|   36 +-
 docbook/reference/en/en-US/modules/Links.xml   |2 +-
 .../en/en-US/modules/Maven_and_RESTEasy.xml|  150 +-
 .../modules/Migration_from_older_versions.xml  |  466 +-
 .../en/en-US/modules/Migration_to_3.1.xml  |   75 +-
 docbook/reference/en/en-US/modules/Multipart.xml   |   38 +-
 docbook/reference/en/en-US/modules/Overview.xml|6 +-
 .../en/en-US/modules/RESTEasy_Client_Framework.xml |  650 +++-
 .../en/en-US/modules/RESTEasy_EJB_Integration.xml  |   10 +-
 .../en-US/modules/RESTEasy_Embedded_Container.xml  |   20 +-
 .../en-US/modules/RESTEasy_Spring_Integration.xml  |   10 +-
 docbook/reference/en/en-US/modules/Reactive.xml|   63 +
 .../en-US/modules/Securing_JAX-RS_and_RESTeasy.xml |   14 +-
 .../reference/en/en-US/modules/StringConverter.xml |  671 +++-
 docbook/reference/en/en-US/modules/Using_Path.xml  |2 +-
 docbook/reference/en/en-US/modules/Validation.xml  |   10 +-
 docbook/reference/en/en-US/modules/Yaml.xml|2 +
 docbook/reference/en/en-US/modules/_PathParam.xml  |2 +-
 docbook/reference/en/en-US/modules/_QueryParam.xml |2 +-
 .../reference/en/en-US/modules/content-range.xml   |2 +-
 docbook/reference/en/en-US/modules/cors.xml|2 +-
 docbook/reference/en/en-US/modules/gzip.xml|  152 +-
 docbook/reference/en/en-US/modules/signature.xml   |   16 +-
 docbook/reference/en/en-US/modules/smime.xml   |4 +-
 eagledns/pom.xml   |2 +-
 .../se/unlogic/standardutils/crypto/Base64.java|6 +-
 .../threads/ThreadPoolTaskGroupHandler.java|7 +-
 .../se/unlogic/standardutils/xml/XMLUtils.java |4 +-
 jboss-modules/build.xml|   54 +-
 jboss-modules/pom.xml  |   33 +-
 .../github/fge/jackson-coreutils/main/module.xml   |   38 +
 .../com/github/fge/json-patch/main/module.xml  |   39 +
 .../modules/javax/json/bind/api/main/module.xml|   37 +
 .../modules/javax/ws/rs/api/main/module.xml|2 +-
 .../microprofile/restclient/main/module.xml|   38 +
 .../modules/org/eclipse/yasson/main/module.xml |   40 +
 .../org/glassfish/javax/json/main/modu

[resteasy] 02/04: Refresh the patch

2018-03-13 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository resteasy.

commit 02a9aed555d4f07f6050f8c649180af477cbb622
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Tue Mar 13 17:50:09 2018 +0200

Refresh the patch
---
 debian/changelog| 8 
 debian/patches/01-ignore-tjws.patch | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1499b47..8bbba06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+resteasy (3.5.0-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+- Refresh the patch
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Tue, 13 Mar 2018 17:23:12 +0200
+
 resteasy (3.1.4-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/01-ignore-tjws.patch 
b/debian/patches/01-ignore-tjws.patch
index b8c62a1..73bba7c 100644
--- a/debian/patches/01-ignore-tjws.patch
+++ b/debian/patches/01-ignore-tjws.patch
@@ -3,9 +3,9 @@ Author: Emmanuel Bourg <ebo...@apache.org>
 Forwarded: not-needed
 --- a/resteasy-jaxrs/pom.xml
 +++ b/resteasy-jaxrs/pom.xml
-@@ -123,6 +123,18 @@
+@@ -140,6 +140,18 @@
  com.atlassian.maven.plugins
- maven-clover2-plugin
+ clover-maven-plugin
  
 +
 +org.apache.maven.plugins

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/resteasy.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[resteasy] 01/01: Add libgeronimo-validation-1.1-spec-java to build-depends

2018-03-13 Thread Timo Aaltonen
This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository resteasy.

commit c503ec3685759dab3b31dca23858130c6e282a31
Author: Timo Aaltonen <tjaal...@debian.org>
Date:   Tue Mar 13 18:59:15 2018 +0200

Add libgeronimo-validation-1.1-spec-java to build-depends
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/maven.ignoreRules | 1 -
 debian/maven.rules   | 1 +
 4 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7ac4624..623093e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ resteasy (3.5.0-1) UNRELEASED; urgency=medium
 - Refresh the patch
 - Update Maven rules
 - Add libreactive-streams-java to build-depends
+- Add libgeronimo-validation-1.1-spec-java to build-depends
 
  -- Timo Aaltonen <tjaal...@debian.org>  Tue, 13 Mar 2018 17:23:12 +0200
 
diff --git a/debian/control b/debian/control
index 965f980..e8864be 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends-Indep:
  javahelper,
  junit4,
  libcommons-io-java,
+ libgeronimo-validation-1.1-spec-java,
  libhttpclient-java,
  libjackson-json-java,
  libjaxb-java,
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index e97bd2b..a12e056 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -23,7 +23,6 @@ com.atlassian.maven.plugins clover-maven-plugin * * * *
 javax.activation activation * * * *
 javax.el javax.el-api * * * *
 javax.json.bind javax.json.bind-api * * * *
-javax.validation validation-api * * * *
 net.jcip jcip-annotations * * * *
 org.apache.maven.plugins maven-deploy-plugin * * * *
 org.apache.maven.plugins maven-javadoc-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 0f791e7..15ae334 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -13,3 +13,4 @@ s/org.jboss.spec.javax.annotation/org.apache.tomcat/ 
s/jboss-annotations-api_1.2
 s/org.jboss.spec.javax.servlet/javax.servlet/ 
s/jboss-servlet-api_3.1_spec/javax.servlet-api/ * s/.*/3.1/ * *
 s/org.jboss.spec.javax.el/javax.el/ s/jboss-el-api_3.0_spec/javax.el-api/ * 
s/.*/3.0/ * *
 s/org.jboss.spec.javax.ws.rs/javax.ws.rs/ 
s/jboss-jaxrs-api_2.1_spec/javax.ws.rs-api/ * s/.*/debian/ * *
+s/javax.validation/org.apache.geronimo.specs/ 
s/validation-api/geronimo-validation_1.1_spec/ * s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/resteasy.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/resteasy] Pushed new tag debian/3.0.26-4

2023-01-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag debian/3.0.26-4 at Debian Java Maintainers / 
resteasy

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/resteasy/-/tree/debian/3.0.26-4
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/resteasy] Pushed new tag debian/3.0.26-5

2023-02-22 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag debian/3.0.26-5 at Debian Java Maintainers / 
resteasy

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/resteasy/-/tree/debian/3.0.26-5
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits