Bug#767322: java-gnome: FTBFS for ppc64el

2014-11-01 Thread tony mancill
On 10/29/2014 11:34 PM, Brahadambal Srinivasan wrote:
> Source: java-gnome
> Version: 4.1.3-3
> Severity: normal
> Tags: patch
> X-Debbugs-Cc: bren...@br.ibm.com
> User: debian-powe...@lists.debian.org
> Usertags: ppc64el

Hello Brahadambal,

Thank you for the patch.  I tested it on a porterbox and it allows the
binary-arch package to build (there are still issues with the
binary-indep package, although that could be the case on multiple arches).

I have applied it to the packaging repo for inclusion with the next upload.

Cheers,
tony



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.

Processed: tagging 767322

2014-11-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 767322 + pending
Bug #767322 [src:java-gnome] java-gnome: FTBFS for ppc64el
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
767322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#759947: marked as done (jruby: FTBFS: [apt] E: Command line option 'd' [from -deprecation] is not known.)

2014-11-01 Thread Debian Bug Tracking System
Your message dated Sun, 02 Nov 2014 03:34:34 +
with message-id 
and subject line Bug#759947: fixed in jruby 1.5.6-9
has caused the Debian Bug report #759947,
regarding jruby: FTBFS:  [apt] E: Command line option 'd' [from -deprecation] 
is not known.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
759947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jruby
Version: 1.5.6-7
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> # symlink system yecht-ruby jar into shared directory
> ln -s /usr/share/java/yecht-ruby.jar lib/ruby/site_ruby/shared/yecht.jar
> touch debian/stamp-yecht
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-junit.jar:/usr/share/java/junit4.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true -Ddev.gems=false -DdocsNotNeeded=true 
> -Dshared.lib.dir=/usr/share/java test dist-bin
> Buildfile: /«PKGBUILDDIR»/build.xml
> 
> init:
> 
> jar:
> 
> init:
> 
> extract-rdocs:
> 
> prepare:
> [mkdir] Created dir: /«PKGBUILDDIR»/build
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes/jruby
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes/test
> [mkdir] Created dir: /«PKGBUILDDIR»/build/test-results
> [mkdir] Created dir: /«PKGBUILDDIR»/build/test-results/html
> [mkdir] Created dir: /«PKGBUILDDIR»/docs/api
> 
> prepare-resources:
>  [copy] Copying 25 files to /«PKGBUILDDIR»/build/classes/jruby
>  [copy] Copying 16 files to /«PKGBUILDDIR»/build/classes/jruby/builtin
>  [copy] Copying 2 files to /«PKGBUILDDIR»/build/classes/jruby
> 
> compile-annotation-binder:
> [mkdir] Created dir: /«PKGBUILDDIR»/src_gen
> [javac] /«PKGBUILDDIR»/build.xml:201: warning: 'includeantruntime' was 
> not set, defaulting to build.sysclasspath=last; set to false for repeatable 
> builds
> [javac] Compiling 6 source files to /«PKGBUILDDIR»/build/classes/jruby
> [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 1.5
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:5: 
> warning: [deprecation] ReferenceType in com.sun.mirror.type has been 
> deprecated
> [javac] import com.sun.mirror.type.ReferenceType;
> [javac]   ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:25: 
> warning: [deprecation] DeclarationVisitors in com.sun.mirror.util has been 
> deprecated
> [javac] import static com.sun.mirror.util.DeclarationVisitors.*;
> [javac]  ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:32: 
> warning: [deprecation] AnnotationProcessorFactory in com.sun.mirror.apt has 
> been deprecated
> [javac] public class AnnotationBinder implements 
> AnnotationProcessorFactory {
> [javac]  ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:51: 
> warning: [deprecation] AnnotationProcessor in com.sun.mirror.apt has been 
> deprecated
> [javac] private static class AnnotationBindingProcessor implements 
> AnnotationProcessor {
> [javac]^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:77: 
> warning: [deprecation] SimpleDeclarationVisitor in com.sun.mirror.util has 
> been deprecated
> [javac] private class RubyClassVisitor extends 
> SimpleDeclarationVisitor {
> [javac]^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:46: 
> warning: [deprecation] AnnotationTypeDeclaration in 
> com.sun.mirror.declaration has been deprecated
> [javac] Set atds,
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:47: 
> warning: [deprecation] AnnotationProcessorEnvironment in com.sun.mirror.apt 
> has been deprecated
> [javac] AnnotationProcessorEnvironment env) {
> [javac] ^
> [javac] /«PKGBUILDDIR»

jruby_1.5.6-9_amd64.changes ACCEPTED into unstable

2014-11-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Nov 2014 19:55:32 -0700
Source: jruby
Binary: jruby
Architecture: source all
Version: 1.5.6-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: tony mancill 
Description:
 jruby  - 100% pure-Java implementation of Ruby
Closes: 759947
Changes:
 jruby (1.5.6-9) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on openjdk-7-jdk >= 7u71-2.5.3 (closes: #759947).
 This version restores the "apt" tool.
 - Thank you to Michael Gilbert for the patch.
Checksums-Sha1:
 f9fc566e2f4b9558b4ac7855a8139a0e976201ad 2301 jruby_1.5.6-9.dsc
 d4403322eeaa050680b82a7797d67a4ebb96c0d1 33484 jruby_1.5.6-9.debian.tar.xz
 656648ab34ac4e08c9a72174167b0da152f86d39 7832142 jruby_1.5.6-9_all.deb
Checksums-Sha256:
 a1bf4208d198caedca0af790be30942a64e24918a214824809966a95c8cca1f4 2301 
jruby_1.5.6-9.dsc
 d8d142093fbd7c9b17cf98448658f85c6c1639e0c9c4ab51ade5829241293833 33484 
jruby_1.5.6-9.debian.tar.xz
 3038d349932e3aa576abc003346483a55a18e8c4e1c44a87559fa084e2c97025 7832142 
jruby_1.5.6-9_all.deb
Files:
 bd2c35a8ed87377cfffd5f8d24898158 2301 ruby optional jruby_1.5.6-9.dsc
 c5e45f1acc533765a927a87f3ee31407 33484 ruby optional 
jruby_1.5.6-9.debian.tar.xz
 dc4492b7b393c356911fc4d93f60cecf 7832142 ruby optional jruby_1.5.6-9_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUVaLjAAoJECHSBYmXSz6WN+MP/iq9j7miluh/JjUnsfVVijX8
BMNKU5qVtlXlprZ93xSfuehd+Y2wqKNKcguCsY4TGOwz7vfov0ly9QdK68l8RLs1
4+ELt8FLYECmBA4FntjTvL92+Kq7iSTMNTlRJK8xkDC5enhhZlzHgaBcCHQZJKAA
DJ+vf57OdQbDnuX+3azfbbgKpa9D5Xqe3Cwh5dbd7ASIOdnN/FU71ncJ3+N8Hems
nlCfQuZ+dszgyFFHgFJgR3rOkt1ViUT8sq4kn+UGjV8NirjZk1YsBmlWu9LzKs3k
CgXMngxqCCMnl7i8QJtT7y5Wx0I1N0+CQCenulk4SVDqRp3SkOzvlQ3hehYC3ljW
jXzAoeOVilCouFNczsZ6PJ1RNIOGBBg5vQoR0s00H5JpiJKDAG+vuqqum9xjMPeM
CzY0+q//wtUdPhovFOKw8oI7I/omMeJ1CMFi05WkvLbtmnNK17OnMyShlP+aGFCT
v+IK9pcyYaSaLrasEt3Olg+fWDa5bJ/T3T5NsLS2QyF+lgJ2voyjAJBeV0g9LcY6
aZoGVLVcX+sXQuELEEKRql4TF+2L/JBW0bB2P/V4Vh7vsy57SDYMkyUoZf/coKRa
qlL7n7dlusnb5v5ZODWB7TvTyWhnU8CcfwBse/P9zRgz3/xPJwbXhyMXLc/g8+EN
U4L+7mpaYDNkNcEakzrY
=9s5H
-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_1.5.6-9_amd64.changes

2014-11-01 Thread Debian FTP Masters
jruby_1.5.6-9_amd64.changes uploaded successfully to localhost
along with the files:
  jruby_1.5.6-9.dsc
  jruby_1.5.6-9.debian.tar.xz
  jruby_1.5.6-9_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.


Processed: closing 759039

2014-11-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 759039 4.1.3-3
Bug #759039 [java-gnome] java-gnome: [INTL:pt] Updated Portuguese translation & 
misplaced pt_BR translation
There is no source info for the package 'java-gnome' at version '4.1.3-3' with 
architecture ''
Unable to make a source version for version '4.1.3-3'
Marked as fixed in versions 4.1.3-3.
Bug #759039 [java-gnome] java-gnome: [INTL:pt] Updated Portuguese translation & 
misplaced pt_BR translation
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
759039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759039
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#759947: nmu for jruby

2014-11-01 Thread tony mancill
On 11/01/2014 06:21 PM, Michael Gilbert wrote:
> control: tag -1 patch, pending
> 
> Hi I've uploaded an nmu to delayed/5 fixing this issue.  Please let me
> know if I should delay longer.

Hi Mike,

thanks for working on this.  It seems kind of ugly to make this
build-dep on a specific version of openjdk-7-jdk, given that it builds
fine with earlier versions of openjdk-7 (before apt was pulled out).
But it's probably worthwhile to require an explicit version, and I can't
think of a better solution right now.

I'll most likely upload a package with your patch to keep the packaging
repo up to date and dcut the NMU.

Thanks,
tony



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.

Bug#759947: nmu for jruby

2014-11-01 Thread Michael Gilbert
control: tag -1 patch, pending

Hi I've uploaded an nmu to delayed/5 fixing this issue.  Please let me
know if I should delay longer.

Best wishes,
Mike
diff -Nru jruby-1.5.6/debian/changelog jruby-1.5.6/debian/changelog
--- jruby-1.5.6/debian/changelog	2014-10-28 02:28:33.0 -0400
+++ jruby-1.5.6/debian/changelog	2014-11-01 21:08:49.0 -0400
@@ -1,3 +1,10 @@
+jruby (1.5.6-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-depend openjdk >= 7u71-2.5.3 (closes: #759947).
+
+ -- Michael Gilbert   Sun, 02 Nov 2014 01:02:24 +
+
 jruby (1.5.6-8) unstable; urgency=medium
 
   [ tony mancill ]
diff -Nru jruby-1.5.6/debian/control jruby-1.5.6/debian/control
--- jruby-1.5.6/debian/control	2014-10-28 02:28:33.0 -0400
+++ jruby-1.5.6/debian/control	2014-11-01 21:07:37.0 -0400
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
 Uploaders: Sebastien Delafond ,
  Torsten Werner 
-Build-Depends: debhelper (>= 9~), default-jdk, ant-optional,
+Build-Depends: debhelper (>= 9~), openjdk-7-jdk (>= 7u71-2.5.3), ant-optional,
  libasm3-java, libcommons-logging-java, libjarjar-java, libjoda-time-java,
  junit4, libbsf-java, libjline-java, bnd, libconstantine-java,
  netbase, libjgrapht0.8-java, libjcodings-java, libbytelist-java, libjffi-java,
diff -Nru jruby-1.5.6/debian/rules jruby-1.5.6/debian/rules
--- jruby-1.5.6/debian/rules	2014-10-28 02:28:33.0 -0400
+++ jruby-1.5.6/debian/rules	2014-11-01 21:08:02.0 -0400
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME:= /usr/lib/jvm/default-java
+JAVA_HOME:= /usr/lib/jvm/java-7-openjdk-$(DEB_BUILD_ARCH)
 DEB_ANT_CLEAN_TARGET := clean-all
 DEB_ANT_BUILD_TARGET := -Ddev.gems=false -DdocsNotNeeded=true \
 -Dshared.lib.dir=/usr/share/java test dist-bin
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processing of jruby_1.5.6-8.1_i386.changes

2014-11-01 Thread Debian FTP Masters
jruby_1.5.6-8.1_i386.changes uploaded successfully to localhost
along with the files:
  jruby_1.5.6-8.1.dsc
  jruby_1.5.6-8.1.debian.tar.xz
  jruby_1.5.6-8.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.


Processed: nmu for jruby

2014-11-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 patch, pending
Bug #759947 [src:jruby] jruby: FTBFS:  [apt] E: Command line option 'd' [from 
-deprecation] is not known.
Added tag(s) pending and patch.

-- 
759947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#657281: fop non-free file

2014-11-01 Thread Emmanuel Bourg
I took a look at the code, the profile is loaded in the
PDFICCBasedColorSpace class with this method:

/**
 * Sets up the sRGB color profile in the PDF document. It does so by
trying to
 * install a very small ICC profile (~4KB) instead of the very big
one (~140KB)
 * the Sun JVM uses.
 * @param pdfDoc the PDF document
 * @return the ICC stream with the sRGB profile
 */
public static PDFICCStream setupsRGBColorProfile(PDFDocument pdfDoc) {
ICC_Profile profile;
PDFICCStream sRGBProfile = pdfDoc.getFactory().makePDFICCStream();
InputStream in = PDFDocument.class.getResourceAsStream("sRGB
Color Space Profile.icm");
if (in != null) {
try {
profile = ColorProfileUtil.getICC_Profile(in);
} catch (IOException ioe) {
throw new RuntimeException(
"Unexpected IOException loading the sRGB
profile: " + ioe.getMessage());
} finally {
IOUtils.closeQuietly(in);
}
} else {
// Fallback: Use the sRGB profile from the JRE (about 140KB)
profile = ColorProfileUtil.getICC_Profile(ColorSpace.CS_sRGB);
}
sRGBProfile.setColorSpace(profile, null);
return sRGBProfile;
}


If the icm file can't be found the method falls back to the profile
provided by the JDK. This only makes the generated file slightly bigger,
but nothing breaks. So removing the file is ok.

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


Bug#657281: fop non-free file

2014-11-01 Thread Michael Gilbert
On Sat, Nov 1, 2014 at 6:51 PM, Emmanuel Bourg \wrote:
> Le 01/11/2014 23:29, Michael Gilbert a écrit :
>
>> Hi, I've uploaded an nmu repacking the tarball without the non-free
>> file to delayed/5.  See attached.  Please let me know if I should
>> delay longer.
>
> Isn't including the free equivalent profile from the openicc project a
> better solution? This would not degrade the features of the fop package,
> but maybe this has no substantial impact on other packages anyway.

gnewsense did away with it almost two years ago, and there haven't
been any consequences they've, so it looks like it really isn't
needed.

Best wishes,
Mike

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

Bug#657281: fop non-free file

2014-11-01 Thread Emmanuel Bourg
Le 01/11/2014 23:29, Michael Gilbert a écrit :

> Hi, I've uploaded an nmu repacking the tarball without the non-free
> file to delayed/5.  See attached.  Please let me know if I should
> delay longer.

Isn't including the free equivalent profile from the openicc project a
better solution? This would not degrade the features of the fop package,
but maybe this has no substantial impact on other packages anyway.

Emmanuel Bourg

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


Processed: re: fop non-free file

2014-11-01 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 patch, pending
Bug #657281 [fop] src/java/org/apache/fop/pdf/ sRGB Color Space Profile.icm is 
non-free
Added tag(s) pending and patch.

-- 
657281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#657281: fop non-free file

2014-11-01 Thread Michael Gilbert
control: tag -1 patch, pending

Hi, I've uploaded an nmu repacking the tarball without the non-free
file to delayed/5.  See attached.  Please let me know if I should
delay longer.

Best wishes,
Mike
diff -Nru fop-1.1.dfsg/debian/changelog fop-1.1.dfsg2/debian/changelog
--- fop-1.1.dfsg/debian/changelog	2013-05-16 08:49:59.0 +
+++ fop-1.1.dfsg2/debian/changelog	2014-11-01 22:14:22.0 +
@@ -1,3 +1,10 @@
+fop (1:1.1.dfsg2-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove non-free files from the upstream tarball (closes: 657281).
+
+ -- Michael Gilbert   Sat, 01 Nov 2014 22:10:15 +
+
 fop (1:1.1.dfsg-2) unstable; urgency=low
 
   * Upload to sid
diff -Nru fop-1.1.dfsg/debian/orig-tar.sh fop-1.1.dfsg2/debian/orig-tar.sh
--- fop-1.1.dfsg/debian/orig-tar.sh	2011-08-19 14:11:11.0 +
+++ fop-1.1.dfsg2/debian/orig-tar.sh	2014-11-01 22:08:50.0 +
@@ -6,7 +6,7 @@
 
 # clean up the upstream tarball
 tar -zxvf $3
-tar -czf $TAR --exclude '*/lib/*' $DIR
+tar -czf $TAR --exclude '*/lib/*' --exclude '*/sRGB*.icm*' $DIR
 rm -rf $DIR $3
 
 # move to directory 'tarballs'
Binary files /tmp/aLFMmtF_YF/fop-1.1.dfsg/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm and /tmp/qf9O_teixn/fop-1.1.dfsg2/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm differ
diff -Nru "/tmp/aLFMmtF_YF/fop-1.1.dfsg/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt" "/tmp/qf9O_teixn/fop-1.1.dfsg2/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt"
--- "/tmp/aLFMmtF_YF/fop-1.1.dfsg/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt"	2012-10-16 15:47:36.0 +
+++ "/tmp/qf9O_teixn/fop-1.1.dfsg2/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt"	1970-01-01 00:00:00.0 +
@@ -1,14 +0,0 @@
-Obtained from: http://www.srgb.com/usingsrgb.html
-
-The file "sRGB Color Space Profile.icm" is:
-Copyright (c) 1998 Hewlett-Packard Company
-
-To anyone who acknowledges that the file "sRGB Color Space Profile.icm" 
-is provided "AS IS" WITH NO EXPRESS OR IMPLIED WARRANTY:
-permission to use, copy and distribute this file for any purpose is hereby 
-granted without fee, provided that the file is not changed including the HP 
-copyright notice tag, and that the name of Hewlett-Packard Company not be 
-used in advertising or publicity pertaining to distribution of the software 
-without specific, written prior permission.  Hewlett-Packard Company makes 
-no representations about the suitability of this software for any purpose.
-
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processing of fop_1.1.dfsg2-0.1_i386.changes

2014-11-01 Thread Debian FTP Masters
fop_1.1.dfsg2-0.1_i386.changes uploaded successfully to localhost
along with the files:
  fop_1.1.dfsg2-0.1.dsc
  fop_1.1.dfsg2.orig.tar.gz
  fop_1.1.dfsg2-0.1.debian.tar.xz
  fop_1.1.dfsg2-0.1_all.deb
  libfop-java_1.1.dfsg2-0.1_all.deb
  fop-doc_1.1.dfsg2-0.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.


libspring-java 3.0.6.RELEASE-16 MIGRATED to testing

2014-11-01 Thread Debian testing watch
FYI: The status of the libspring-java source package
in Debian's testing distribution has changed.

  Previous version: 3.0.6.RELEASE-15
  Current version:  3.0.6.RELEASE-16

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


jenkins-trilead-ssh2 217-jenkins-7-1 MIGRATED to testing

2014-11-01 Thread Debian testing watch
FYI: The status of the jenkins-trilead-ssh2 source package
in Debian's testing distribution has changed.

  Previous version: 217-jenkins-6-1
  Current version:  217-jenkins-7-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


jackson-dataformat-yaml 2.4.3-2 MIGRATED to testing

2014-11-01 Thread Debian testing watch
FYI: The status of the jackson-dataformat-yaml source package
in Debian's testing distribution has changed.

  Previous version: 2.2.3-1
  Current version:  2.4.3-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


jenkins-winstone 2.8-1 MIGRATED to testing

2014-11-01 Thread Debian testing watch
FYI: The status of the jenkins-winstone source package
in Debian's testing distribution has changed.

  Previous version: 2.3-2
  Current version:  2.8-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


Bug#767612: jetty8 should not create /var/lib/jetty8/webapps/root on update

2014-11-01 Thread Emmanuel Bourg
Ok I see the issue. The root.war file is expanded in the root directory.
On upgrading jetty8 the index.html file in /var/lib/jetty/webapps/root
is overridden with the one from the package. Touching root.war triggers
a redeploy and reverts the changes caused by the upgrade.

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


Bug#767612: jetty8 should not create /var/lib/jetty8/webapps/root on update

2014-11-01 Thread Emmanuel Bourg
Hi Stephan,

I created a simple root.war in /var/lib/jetty8/webapps and it took
precedence over the /var/lib/jetty/webapps/root directory. Did I miss
something?

Emmanuel Bourg

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


Bug#767612: jetty8 should not create /var/lib/jetty8/webapps/root on update

2014-11-01 Thread Stephan Wienczny
Package: jetty8
Version: 8.1.16-3
Severity: important

Dear Maintainer,

when deploying a webapp to root context using "by naming convention", updates
will break your setup. To use this setup you have to remove 
"/var/lib/jetty/webapps/root". This is caused by jetty8s preference for the 
"root" directory instead of "root.war". On update the jetty8 package recreates
"/var/lib/jetty/webapps/root" which causes the "root.war" to be ignored and
rendering your setup broken.
I would suggest packaging to be changed slightly:
1. Move "/var/lib/jetty/webapps/root" to "/usr/lib/jetty8/webapps-root"
2. Create a root.xml in "/etc/jetty8/contexts" which configures a root context 
   to "/usr/lib/jetty8/webapps-root"
This way a configured root context will not be broken by updates. Deploying 
them requires slightly more configuration.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jetty8 depends on:
ii  adduser  3.113+nmu3
ii  apache2-utils2.4.10-6
ii  default-jre-headless [java6-runtime-headless]2:1.7-52
ii  libjetty8-extra-java 8.1.16-3
ii  libjetty8-java   8.1.16-3
ii  openjdk-7-jre-headless [java6-runtime-headless]  7u65-2.5.2-4

Versions of packages jetty8 recommends:
ii  authbind  2.1.1

Versions of packages jetty8 suggests:
pn  libjetty8-java-doc  

-- no debconf information

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