Bug#567210:

2013-10-17 Thread Mathieu Malaterre
tags 567210 patch
severity 567210 grave
thanks

Instead of:

$ cat /usr/bin/saxon-xslt
#!/bin/sh

exec java -classpath /usr/share/java/saxon.jar com.icl.saxon.StyleSheet "$@"

it should read:

#!/bin/sh

java -cp 
/etc/xml/resolver:/usr/share/java/xslthl.jar:/usr/share/java/xml-resolver.jar:/usr/share/java/saxonb.jar
net.sf.saxon.Transform -x
org.apache.xml.resolver.tools.ResolvingXMLReader -y
org.apache.xml.resolver.tools.ResolvingXMLReader -r
org.apache.xml.resolver.tools.CatalogResolver "$@"

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


Processed: your mail

2013-10-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 567210 patch
Bug #567210 [libsaxonb-java] libsaxonb-java: doc-available always returns false 
without network
Added tag(s) patch.
> severity 567210 grave
Bug #567210 [libsaxonb-java] libsaxonb-java: doc-available always returns false 
without network
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
567210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567210
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#726609: maven-debian-helper: Using wrong path to mvnDebug when checking if apt-file

2013-10-17 Thread Alexander Holupirek
Package: maven-debian-helper
Version: 1.6.5
Severity: normal
Tags: patch

mh_make checks if apt-file is configured.
For that purpose it searches for /usr/bin/mvnDebug using apt-file.
However, mvnDebug can never be found that way as it is nowadays available at 
/usr/share/maven/bin/mvnDebug.
As such, mh_make always issues an update just to recognize that its 'Index is 
up-to-date.'
The following patch resolves the issue.

--- /usr/bin/mh_make  2013-08-17 20:26:36.0 +0200
+++ /tmp/mh_make  2013-10-17 09:15:56.0 +0200
@@ -132,7 +132,7 @@
exit 1
else
res="ok"
-apt-file search /usr/bin/mvnDebug | grep maven > /dev/null || res="failed"
+apt-file search /usr/share/maven/bin/mvnDebug | grep maven > /dev/null || 
res="failed"
if [ $? != 0 ] || [ "$res" == "failed" ]; then
echo "Warning: apt-file doesn't seem to be configured"
apt-file update

-- System Information:
Debian Release: jessie/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
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 maven-debian-helper depends on:
ii  default-jdk 1:1.7-49
ii  libmaven-clean-plugin-java  2.5-1
ii  libmaven-compiler-plugin-java   2.0.2-6
ii  libmaven-jar-plugin-java2.2-6
ii  libmaven-resources-plugin-java  2.3-7
ii  libmaven-site-plugin-java   2.1-2
ii  libplexus-velocity-java 1.1.8-1
ii  libsurefire-java2.10-4
ii  maven-repo-helper   1.8.4
ii  maven2  2.2.1-14
ii  velocity1.7-4

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file  2.5.2
ii  devscripts2.13.4
ii  libmaven-javadoc-plugin-java  2.6.1-2
ii  subversion1.7.9-1+nmu6

-- 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#726611: /usr/bin/mh_make: NPE while resolving dependencies

2013-10-17 Thread Alexander Holupirek
Package: maven-debian-helper
Version: 1.6.5
Severity: important
File: /usr/bin/mh_make

Oct 17, 2013 9:38:48 AM
org.debian.maven.packager.DependenciesSolver$ToResolve resolve
SEVERE: Cannot resolve dependencies in ./basex-api/pom.xml: Not a valid
package name: null
java.lang.IllegalArgumentException: Not a valid package name: null
 at 
org.debian.maven.packager.DebianDependency.checkPackageName(DebianDependency.java:44)
 at org.debian.maven.packager.DebianDependency.(DebianDependency.java:15)
 at org.debian.maven.packager.DebianDependency.(DebianDependency.java:20)
 at 
org.debian.maven.packager.util.PackageScanner.searchPkg(PackageScanner.java:124)
 at 
org.debian.maven.packager.util.PackageScanner.searchPkgContainingJar(PackageScanner.java:87)
 at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:657)
 at 
org.debian.maven.packager.DependenciesSolver.access$100(DependenciesSolver.java:56)
 at 
org.debian.maven.packager.DependenciesSolver$ToResolve.resolve(DependenciesSolver.java:176)
 at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:268)
 at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:900)

$ cat ./basex-api/pom.xml


http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 4.0.0

 basex-api

 
   org.basex
   basex-parent
   7.7.2
   ..
 

 BaseX API

 
   
 org.basex
 basex
 ${project.version}
   
   
 net.xqj
 basex-xqj
   
   
 org.xmldb
 xmldb-api
   
   
 org.eclipse.jetty
 jetty-server
   
   
 org.eclipse.jetty
 jetty-servlet
   
   
 org.eclipse.jetty
 jetty-webapp
   
   
 com.ettrema
 milton-api
   
   
 commons-fileupload
 commons-fileupload
   
   
 org.slf4j
 slf4j-nop
   
   
 junit
 junit
   
   
com.vividsolutions
jts
   
 

 
   ${project.artifactId}-${project.version}
   
 
   org.apache.maven.plugins
   maven-compiler-plugin
   
 false
   
 
 
   org.apache.maven.plugins
   maven-jar-plugin
 
 
   org.apache.maven.plugins
   maven-surefire-plugin
 
 
   org.apache.maven.plugins
   maven-source-plugin
 
 
   org.mortbay.jetty
   jetty-maven-plugin
   
 ${basedir}/src/main/webapp/WEB-INF/jetty.xml
 
   
 
 
   org.apache.maven.plugins
   maven-deploy-plugin
 
 
 
   org.apache.maven.plugins
   maven-dependency-plugin
   
 compile
 xstream
   
 
 
   
 


-- System Information:
Debian Release: jessie/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
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 maven-debian-helper depends on:
ii  default-jdk 1:1.7-49
ii  libmaven-clean-plugin-java  2.5-1
ii  libmaven-compiler-plugin-java   2.0.2-6
ii  libmaven-jar-plugin-java2.2-6
ii  libmaven-resources-plugin-java  2.3-7
ii  libmaven-site-plugin-java   2.1-2
ii  libplexus-velocity-java 1.1.8-1
ii  libsurefire-java2.10-4
ii  maven-repo-helper   1.8.4
ii  maven2  2.2.1-14
ii  velocity1.7-4

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file  2.5.2
ii  devscripts2.13.4
ii  libmaven-javadoc-plugin-java  2.6.1-2
ii  subversion1.7.9-1+nmu6

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/bin/mh_make (from maven-debian-helper package)
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#725461: batik: FTBFS: Unable to find a javac compiler

2013-10-17 Thread Vincent Fourmond
  Hi,

  [currently at a congress, hence not very on top of Debian things]

On Wed, Oct 16, 2013 at 8:28 PM, Markus Koschany  wrote:
> The current svn revision still recommends default-jre because of the
> included wrapper scripts squiggle, rasterizer, ttf2svg and svgpp. The
> recommendation for default-jre is the only thing that bothers me. The
> current dependencies on jre-headless go against the current java policy
> but the current package also needs a working JRE to run the
> aforementioned wrapper scripts. I think recommending default-jre is a
> kind of compromise here.

  Excatly...

> I agree with Emmanuel Bourg's comment from the list that it is more
> reasonable to split the package in libbatik-java and batik. I have done
> this locally and all reverse dependencies (except osmosis that FTBFS
> because of another bug) still build fine. Though I'm not 100% sure if
> one of those r-deps expects one of the wrapper scripts to be included in
> libbatik-java, otherwise it would be simple.

  This is the sensible thing to do, and one I should have done ages
ago, but evaluating the impact on rdeps/build-rdeps is far from
trivial, so this is not a change to be acted too lightly -- and one of
the reasons why I refrained from doing so, mostly because I didn't
have the time to look.

> Hence I think uploading the current changes would be a good idea and I
> will attach a patch for #566901 soon.

  I don't have the time to review the patch right now. I can have a
look this week-end, if you want more eyes, but if you feel confident
about the current state, I don't mind an upload as-is.

  Cheers, and sorry for the lack of timely feedback.

  Vincent

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


Bug#725461: batik: FTBFS: Unable to find a javac compiler

2013-10-17 Thread Markus Koschany
Control: tags 566901 patch

Hi Vincent,

On 17.10.2013 15:07, Vincent Fourmond wrote:
[...]
>   I don't have the time to review the patch right now. I can have a
> look this week-end, if you want more eyes, but if you feel confident
> about the current state, I don't mind an upload as-is.

No worries. Tony Mancill has uploaded the bug fixes for #725461 already.
Now I'm attaching the debdiff with all the changes to split the package
into libbatik-java and batik.

I can confirm that these rdeps still build fine with those changes:

scilab-full-bin
umlet
sweethome3d-furniture-editor
sweethome3d
scilab-full-bin
osmosis (FTBFS because of a another bug)
libjeuclid-core-java
libjcharts-java
libjaxe-java
libjasperreports3.7-java
libjasperreports-java
freeplane
freemind-plugins-svg
libfop-java
libflamingo-java
ditaa

As you said verifying that everything works as intended is time
consuming. Therefore I have targeted the new revision for experimental.
I suggest to ask the maintainers/uploaders of these rdeps to confirm
that their packages still work fine with the new version as soon as it
enters experimental. Hopefully this will speed things up a little.

Regards,

Markus
diff -Nru batik-1.7+dfsg/debian/batik.manpages 
batik-1.7+dfsg/debian/batik.manpages
--- batik-1.7+dfsg/debian/batik.manpages1970-01-01 01:00:00.0 
+0100
+++ batik-1.7+dfsg/debian/batik.manpages2013-10-17 17:52:28.0 
+0200
@@ -0,0 +1,4 @@
+debian/manpages/rasterizer.1
+debian/manpages/svgpp.1
+debian/manpages/squiggle.1
+debian/manpages/ttf2svg.1
diff -Nru batik-1.7+dfsg/debian/changelog batik-1.7+dfsg/debian/changelog
--- batik-1.7+dfsg/debian/changelog 2013-10-17 06:59:23.0 +0200
+++ batik-1.7+dfsg/debian/changelog 2013-10-17 17:52:28.0 +0200
@@ -1,3 +1,16 @@
+batik (1.7+dfsg-5) experimental; urgency=low
+
+  * Team upload.
+  * Split the package in libbatik-java and batik.
+- Rename manifest to libbatik-java.manifest.
+- Install man pages with batik.manpages.
+- Set Breaks and Replaces relation accordingly.
+- debian/rules: Install wrapper scripts to batik package.
+- debian/control: Add new binary package batik.
+  * Drop libbatik-java.dirs. Not needed.
+
+ -- Markus Koschany   Thu, 17 Oct 2013 17:46:02 +0200
+
 batik (1.7+dfsg-4) unstable; urgency=low
 
   * Team upload.
diff -Nru batik-1.7+dfsg/debian/control batik-1.7+dfsg/debian/control
--- batik-1.7+dfsg/debian/control   2013-10-17 06:59:23.0 +0200
+++ batik-1.7+dfsg/debian/control   2013-10-17 17:52:28.0 +0200
@@ -14,7 +14,7 @@
  ant,
  default-jdk,
  javahelper,
- libavalon-framework-java (>= 4.2.0),
+ libavalon-framework-java,
  libbsf-java,
  libcommons-io-java,
  libcommons-logging-java,
@@ -29,18 +29,13 @@
 Package: libbatik-java
 Architecture: all
 Depends:
- java-wrappers (>= 0.1.12),
- libavalon-framework-java (>= 4.2.0),
+ libavalon-framework-java,
  libbsf-java,
  libcommons-io-java,
  libcommons-logging-java,
  libxalan2-java,
  libxml-commons-external-java,
  ${misc:Depends}
-Recommends:
- fop (>= 1:0.94),
- rhino,
- default-jre
 Description: xml.apache.org SVG Library
  Batik is a toolkit for applications or applets that want to use images
  in the Scalable Vector Graphics (SVG) format for various purposes, such
@@ -52,8 +47,34 @@
   * A module to convert SVG to various formats, such as raster images
 (JPEG, PNG or Tiff) and PS, PDF.
  .
+ For detailed information, go to http://xml.apache.org/batik/
+
+Package: batik
+Architecture: all
+Depends:
+ java-wrappers,
+ libbatik-java (>= ${source:Version}),
+ ${misc:Depends},
+ default-jre | java7-runtime
+Recommends:
+ fop,
+ rhino
+Breaks: libbatik-java (<< 1.7+dfsg-5)
+Replaces: libbatik-java (<< 1.7+dfsg-5)
+Description: xml.apache.org SVG Library -- wrapper scripts
+ This package provides the wrapper scripts for rasterizer, squiggle, ttf2svg
+ and svgpp.
+ .
+ Batik is a toolkit for applications or applets that want to use images
+ in the Scalable Vector Graphics (SVG) format for various purposes, such
+ as viewing, generation or manipulation.
+ .
+ Batik provides several modules to be used in applications:
+  * A SVG generator module, usable to export graphics into the SVG format.
+  * A SVG processor and SVG Viewing component for integrating SVG viewing.
+  * A module to convert SVG to various formats, such as raster images
+(JPEG, PNG or Tiff) and PS, PDF.
+ .
  fop is necessary for PDF output of rasterizer.
  .
  rhino is necessary for using the SVG browser, squiggle.
- .
- For detailed information, go to http://xml.apache.org/batik/
diff -Nru batik-1.7+dfsg/debian/libbatik-java.dirs 
batik-1.7+dfsg/debian/libbatik-java.dirs
--- batik-1.7+dfsg/debian/libbatik-java.dirs2010-11-25 01:18:24.0 
+0100
+++ batik-1.7+dfsg/debian/libbatik-java.dirs1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-usr/share/java
diff -Nru batik-1.7+dfsg/debian/libbatik-java.manifest 
batik-1.7+dfsg/debian/libbatik-java.manif

Processed: Re: Bug#725461: batik: FTBFS: Unable to find a javac compiler

2013-10-17 Thread Debian Bug Tracking System
Processing control commands:

> tags 566901 patch
Bug #566901 [libbatik-java] Please split out scripts depending on headed JRE
Added tag(s) patch.

-- 
566901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566901
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.


Processed: Re: Bug#725461: batik: FTBFS: Unable to find a javac compiler

2013-10-17 Thread Debian Bug Tracking System
Processing control commands:

> tags 566901 patch
Bug #566901 [libbatik-java] Please split out scripts depending on headed JRE
Ignoring request to alter tags of bug #566901 to the same tags previously set

-- 
566901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566901
725461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725461
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#726641: freeplane: No lcdfilter applied on displayed fonts

2013-10-17 Thread Alessio Paonessa
Package: freeplane
Version: 1.1.3-2
Severity: minor

Dear Maintainer,

Fonts displayed in Freeplane don't fully follow the ".fonts.conf" file. This
affects the menu bars, submenus and the text written in maps. Fonts are
antialiased, but without the lcdfilter option and they look blured.

Best Regards



-- Package-specific info:
[debug] /usr/bin/freeplane: Picking up the JVM designated by the alternatives 
system: 
[debug] /usr/bin/freeplane:   JAVA_HOME = '/usr/lib/jvm/java-6-openjdk-amd64'
[debug] /usr/bin/freeplane: Found JAVA_HOME = 
'/usr/lib/jvm/java-6-openjdk-amd64'
[debug] /usr/bin/freeplane: Found JAVA_CMD = 
'/usr/lib/jvm/java-6-openjdk-amd64/bin/java'
DEBUG:   Freeplane parameters are ''.
DEBUG:   Linux PC-livmion 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
No LSB modules are available.
DEBUG:   Distributor ID:Debian
Description:Debian GNU/Linux 7.2 (wheezy)
Release:7.2
Codename:   wheezy
DEBUG:   The following DEB packages are installed:
ii  freeplane   1.1.3-2allJava 
program to create and edit mind maps.
ii  libjortho-freeplane-java1.1.3-2allJava 
spell-checking library.
DEBUG:   Link '/usr/bin/freeplane' resolved to 
'/usr/share/freeplane/freeplane.sh'.
DEBUG:   Freeplane Directory is '/usr/share/freeplane'.
DEBUG:   Calling: /usr/lib/jvm/java-6-openjdk-amd64/bin/java
 -Xmx512m
 -Dorg.freeplane.param1=
 -Dorg.freeplane.param2=
 -Dorg.freeplane.param3=
 -Dorg.freeplane.param4=
 -Dorg.knopflerfish.framework.bundlestorage=memory
 -Dorg.freeplane.globalresourcedir=/usr/share/freeplane/resources
 -Dorg.knopflerfish.gosg.jars=reference:file:/usr/share/freeplane/core/
 -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
 -jar
 /usr/share/freeplane/framework.jar
 -xargs
 /usr/share/freeplane/props.xargs
 -xargs
 /usr/share/freeplane/init.xargs

-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (510, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages freeplane depends on:
ii  default-jre  1:1.6-47
ii  fop  1:1.0.dfsg2-6
ii  groovy   1.8.6-1
ii  javahelp22.0.05.ds1-6
ii  libbatik-java1.7+dfsg-3
ii  libcommons-lang-java 2.6-3
ii  libjaxp1.3-java  1.3.05-2
ii  libjgoodies-forms-java   1.3.0-2
ii  libjlatexmath-java   0.9.7-1
ii  libjortho-freeplane-java 1.1.3-2
ii  libknopflerfish-osgi-framework-java  2.3.3-2
ii  libxerces2-java  2.11.0-6
ii  libxml-commons-external-java 1.4.01-2
ii  rhino1.7R3-5
ii  simplyhtml   0.13.1-3

Versions of packages freeplane recommends:
ii  java-wrappers  0.1.25
ii  xdg-utils  1.1.0~rc1+git20111210-6

freeplane suggests no packages.

-- no debconf information


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

jmock2 2.7~snapshot+201309170925-gitd7fe69b5+dfsg-1 MIGRATED to testing

2013-10-17 Thread Debian testing watch
FYI: The status of the jmock2 source package
in Debian's testing distribution has changed.

  Previous version: 2.5.1+dfsg-2
  Current version:  2.7~snapshot+201309170925-gitd7fe69b5+dfsg-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 http://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.


httpunit 1.7+dfsg-10 MIGRATED to testing

2013-10-17 Thread Debian testing watch
FYI: The status of the httpunit source package
in Debian's testing distribution has changed.

  Previous version: 1.7+dfsg-9
  Current version:  1.7+dfsg-10

-- 
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 http://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.


plexus-cli 1.2-5 MIGRATED to testing

2013-10-17 Thread Debian testing watch
FYI: The status of the plexus-cli source package
in Debian's testing distribution has changed.

  Previous version: 1.2-4
  Current version:  1.2-5

-- 
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 http://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.


sikuli 1.0~x~rc3.tesseract3-dfsg1-7 MIGRATED to testing

2013-10-17 Thread Debian testing watch
FYI: The status of the sikuli source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0~x~rc3.tesseract3-dfsg1-7

-- 
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 http://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#566901: Bug#725461: batik: FTBFS: Unable to find a javac compiler

2013-10-17 Thread Vincent Fourmond
  Hi Markus,

On Thu, Oct 17, 2013 at 6:15 PM, Markus Koschany  wrote:
> Control: tags 566901 patch
>
> Hi Vincent,
>
> On 17.10.2013 15:07, Vincent Fourmond wrote:
> [...]
>>   I don't have the time to review the patch right now. I can have a
>> look this week-end, if you want more eyes, but if you feel confident
>> about the current state, I don't mind an upload as-is.
>
> No worries. Tony Mancill has uploaded the bug fixes for #725461 already.
> Now I'm attaching the debdiff with all the changes to split the package
> into libbatik-java and batik.
>
> I can confirm that these rdeps still build fine with those changes:
>
> scilab-full-bin
> umlet
> sweethome3d-furniture-editor
> sweethome3d
> scilab-full-bin
> osmosis (FTBFS because of a another bug)
> libjeuclid-core-java
> libjcharts-java
> libjaxe-java
> libjasperreports3.7-java
> libjasperreports-java
> freeplane
> freemind-plugins-svg
> libfop-java
> libflamingo-java
> ditaa

  Good job for checking all that !

> As you said verifying that everything works as intended is time
> consuming. Therefore I have targeted the new revision for experimental.
> I suggest to ask the maintainers/uploaders of these rdeps to confirm
> that their packages still work fine with the new version as soon as it
> enters experimental. Hopefully this will speed things up a little.

  That's definitely the way to go. I can review/sponsor this upload
this week-end if you wish.

  Cheers,

  Vincent

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


Bug#566901: Bug#725461: batik: FTBFS: Unable to find a javac compiler

2013-10-17 Thread Markus Koschany
Hi Vincent,

On 17.10.2013 19:12, Vincent Fourmond wrote:
[...]
>   Good job for checking all that !

You're welcome.

> 
>> As you said verifying that everything works as intended is time
>> consuming. Therefore I have targeted the new revision for experimental.
>> I suggest to ask the maintainers/uploaders of these rdeps to confirm
>> that their packages still work fine with the new version as soon as it
>> enters experimental. Hopefully this will speed things up a little.
> 
>   That's definitely the way to go. I can review/sponsor this upload
> this week-end if you wish.

Alright, thank you! I forgot to close #566901 in debian/changelog.
Updated debdiff is attached.

Cheers,

Markus




diff -Nru batik-1.7+dfsg/debian/batik.manpages 
batik-1.7+dfsg/debian/batik.manpages
--- batik-1.7+dfsg/debian/batik.manpages1970-01-01 01:00:00.0 
+0100
+++ batik-1.7+dfsg/debian/batik.manpages2013-10-17 21:43:10.0 
+0200
@@ -0,0 +1,4 @@
+debian/manpages/rasterizer.1
+debian/manpages/svgpp.1
+debian/manpages/squiggle.1
+debian/manpages/ttf2svg.1
diff -Nru batik-1.7+dfsg/debian/changelog batik-1.7+dfsg/debian/changelog
--- batik-1.7+dfsg/debian/changelog 2013-10-17 06:59:23.0 +0200
+++ batik-1.7+dfsg/debian/changelog 2013-10-17 21:45:09.0 +0200
@@ -1,3 +1,16 @@
+batik (1.7+dfsg-5) experimental; urgency=low
+
+  * Team upload.
+  * Split the package in libbatik-java and batik. (Closes: #566901)
+- Rename manifest to libbatik-java.manifest.
+- Install man pages with batik.manpages.
+- Set Breaks and Replaces relation accordingly.
+- debian/rules: Install wrapper scripts to batik package.
+- debian/control: Add new binary package batik.
+  * Drop libbatik-java.dirs. Not needed.
+
+ -- Markus Koschany   Thu, 17 Oct 2013 17:46:02 +0200
+
 batik (1.7+dfsg-4) unstable; urgency=low
 
   * Team upload.
@@ -13,7 +26,7 @@
   * Bump compat level to 9 and require debhelper >= 9.
   * Use canonical VCS-URI.
   * Remove Michael Koch from Uploaders. (Closes: #653996)
-  * libatik-java: Drop all jre/jdk dependencies. Recommend default-jre instead.
+  * libbatik-java: Drop all jre/jdk dependencies. Recommend default-jre 
instead.
   * Run wrap-and-sort -sa
   * Add DEP-3 header to all patches.
 
diff -Nru batik-1.7+dfsg/debian/control batik-1.7+dfsg/debian/control
--- batik-1.7+dfsg/debian/control   2013-10-17 06:59:23.0 +0200
+++ batik-1.7+dfsg/debian/control   2013-10-17 21:43:10.0 +0200
@@ -14,7 +14,7 @@
  ant,
  default-jdk,
  javahelper,
- libavalon-framework-java (>= 4.2.0),
+ libavalon-framework-java,
  libbsf-java,
  libcommons-io-java,
  libcommons-logging-java,
@@ -29,18 +29,13 @@
 Package: libbatik-java
 Architecture: all
 Depends:
- java-wrappers (>= 0.1.12),
- libavalon-framework-java (>= 4.2.0),
+ libavalon-framework-java,
  libbsf-java,
  libcommons-io-java,
  libcommons-logging-java,
  libxalan2-java,
  libxml-commons-external-java,
  ${misc:Depends}
-Recommends:
- fop (>= 1:0.94),
- rhino,
- default-jre
 Description: xml.apache.org SVG Library
  Batik is a toolkit for applications or applets that want to use images
  in the Scalable Vector Graphics (SVG) format for various purposes, such
@@ -52,8 +47,34 @@
   * A module to convert SVG to various formats, such as raster images
 (JPEG, PNG or Tiff) and PS, PDF.
  .
+ For detailed information, go to http://xml.apache.org/batik/
+
+Package: batik
+Architecture: all
+Depends:
+ java-wrappers,
+ libbatik-java (>= ${source:Version}),
+ ${misc:Depends},
+ default-jre | java7-runtime
+Recommends:
+ fop,
+ rhino
+Breaks: libbatik-java (<< 1.7+dfsg-5)
+Replaces: libbatik-java (<< 1.7+dfsg-5)
+Description: xml.apache.org SVG Library -- wrapper scripts
+ This package provides the wrapper scripts for rasterizer, squiggle, ttf2svg
+ and svgpp.
+ .
+ Batik is a toolkit for applications or applets that want to use images
+ in the Scalable Vector Graphics (SVG) format for various purposes, such
+ as viewing, generation or manipulation.
+ .
+ Batik provides several modules to be used in applications:
+  * A SVG generator module, usable to export graphics into the SVG format.
+  * A SVG processor and SVG Viewing component for integrating SVG viewing.
+  * A module to convert SVG to various formats, such as raster images
+(JPEG, PNG or Tiff) and PS, PDF.
+ .
  fop is necessary for PDF output of rasterizer.
  .
  rhino is necessary for using the SVG browser, squiggle.
- .
- For detailed information, go to http://xml.apache.org/batik/
diff -Nru batik-1.7+dfsg/debian/libbatik-java.dirs 
batik-1.7+dfsg/debian/libbatik-java.dirs
--- batik-1.7+dfsg/debian/libbatik-java.dirs2010-11-25 01:18:24.0 
+0100
+++ batik-1.7+dfsg/debian/libbatik-java.dirs1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-usr/share/java
diff -Nru batik-1.7+dfsg/debian/libbatik-java.manifest 
batik-1.7+dfsg/debian/libbatik-java.manifest
--- batik-1.7+dfsg/debian/libbatik-java.manifest1970-01-01 

Bug#725017: closed by Markus Koschany (Bug#713144: fixed in freemind 0.9.0+dfsg-3)

2013-10-17 Thread Edward Welbourne
I've just upgraded to freemind 0.9.0+dfsg-3 and tested it out.
Sad to say, I see no improvement :-(

Eddy.

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


Processed: affects 606901, unblock 606901 with 705565

2013-10-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 606901 owncloud
Bug #606901 [wnpp] ITP: fullcalendar -- jQuery plugin providing a full-sized, 
drag & drop calendar
Added indication that 606901 affects owncloud
> unblock 606901 with 705565
Bug #606901 [wnpp] ITP: fullcalendar -- jQuery plugin providing a full-sized, 
drag & drop calendar
606901 was blocked by: 673727 705565
606901 was not blocking any bugs.
Removed blocking bug(s) of 606901: 705565
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
606901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606901
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.


Processing of surefire_2.10-5_amd64.changes

2013-10-17 Thread Debian FTP Masters
surefire_2.10-5_amd64.changes uploaded successfully to localhost
along with the files:
  surefire_2.10-5.dsc
  surefire_2.10-5.debian.tar.gz
  libsurefire-java_2.10-5_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.


surefire_2.10-5_amd64.changes ACCEPTED into unstable

2013-10-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Oct 2013 22:54:43 +0200
Source: surefire
Binary: libsurefire-java
Architecture: source all
Version: 2.10-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description: 
 libsurefire-java - Surefire test framework for Java
Changes: 
 surefire (2.10-5) unstable; urgency=low
 .
   * Team upload.
   * Don't check the version of TestNG to make the 'debian' version usable.
   * debian/control:
 - Use canonical URLs for the Vcs-* fields
 - Updated Standards-Version to 3.9.4 (no changes)
Checksums-Sha1: 
 c04ed2610be2b9334e54835fb2aa88a60567bccf 2343 surefire_2.10-5.dsc
 7cad10c15d3949834f0c148ac9bb382d5b537617 7006 surefire_2.10-5.debian.tar.gz
 50dc381e2e3fb8a0206a1bf91fda1176305c3fff 286672 libsurefire-java_2.10-5_all.deb
Checksums-Sha256: 
 3e1aa675c9ead7dacc9b4312f578cfd2c0e50a77149de1d7c7211ac8220b14c5 2343 
surefire_2.10-5.dsc
 4777bffe2280bf0678422e09a7a943f62a23d9842959cfb8f8c92edaa4541f79 7006 
surefire_2.10-5.debian.tar.gz
 bfe36a3d72ccb27a04244b06ff633b899b9c0a7a2c1e6c02824673ffb877a9f8 286672 
libsurefire-java_2.10-5_all.deb
Files: 
 0f12d9f043fc14b43bc7101cebd9a047 2343 java optional surefire_2.10-5.dsc
 8e613ffb496aa9a55e99e4bf4cff1d34 7006 java optional 
surefire_2.10-5.debian.tar.gz
 f914a98d03ab818939cf28d8bc201d5f 286672 java optional 
libsurefire-java_2.10-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSYLhuAAoJECHSBYmXSz6WGP4QAMgxoZAfQsXcy0otekqltnCH
JN8o/VdTiGR9SsL6Fp0BWlX+u7nf+OL3IbDycvhUrcokCsFOtPVYp/pNz6Bz799+
ypHwhFvZnVlZ2cQaj5CGyKgD7QklLWB3pDrLX78+fQwUH8UYTnTShTJhPvipEe0r
h/10hQpsrp22T+UuTqPsKsUy1CNapTMcHlPKxEOjbR5DaRsYQ+t0vKuZeulr18nr
mS+CWo8Eblpg6sFyTt8JrJOwR77vPq0vc6Z+2opzqWHH0uxUW5a2frMJGF1a6gYh
Mt8YwsD3iiOq+nUOwhZDQvhW77JL+JWINLIobnQwlU9nfaNMwzlt9lw4OWx5GN/q
RW6wmDQV270520HSJFjachhOLDzstiY7sfpZrXCPzVP4p8csYZsux1qp3sGTQCyb
uBDAZgIFxJCrPT0pnRGRqVPXihVIKOQAjwTH+PowsBnltHoBqv5uAMko5876+YM6
XoJ4DfjE42ynk/1tvmJJmzVtbg2YnFcNiLhuwZ90Zhs86SHFl0x6gcXiFIZLfhsD
wcK7XdeGRrdI2ta8xhYTfSxuU1/rMG1+mHXfskXWd3k9/oLuek4D9xnVEAIaj8Bd
sJC523aTFgfT7cK+6wf/h9MWUbtf77oVetvbwhhQJovZYBLyBw2GQTn8XlZJBSv0
rMeh23iiCZiOu1JufRqa
=Ce38
-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 bnd_1.50.0-7_amd64.changes

2013-10-17 Thread Debian FTP Masters
bnd_1.50.0-7_amd64.changes uploaded successfully to localhost
along with the files:
  bnd_1.50.0-7.dsc
  bnd_1.50.0-7.debian.tar.gz
  bnd_1.50.0-7_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.


bnd_1.50.0-7_amd64.changes ACCEPTED into unstable

2013-10-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Oct 2013 22:15:13 +0200
Source: bnd
Binary: bnd
Architecture: source all
Version: 1.50.0-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description: 
 bnd- tool to create and diagnose OSGi R4 bundles
Changes: 
 bnd (1.50.0-7) unstable; urgency=low
 .
   * Install the Maven artifacts biz.aQute:annotation and biz.aQute:bnd
Checksums-Sha1: 
 9ad0fe9b490c3352a6dc457ac4decb70aa3d8b5f 2219 bnd_1.50.0-7.dsc
 a68754ac5cecab561b17d26616fc747554fe704f 16640 bnd_1.50.0-7.debian.tar.gz
 61a5fcc8059f2ba0868f3def068b535dfd50da54 1234952 bnd_1.50.0-7_all.deb
Checksums-Sha256: 
 0f75e87944078edb768c9428492cc603cc720704f2de21076c3b537efc5b8e80 2219 
bnd_1.50.0-7.dsc
 7cc1b3be86c47a87e4f57cc45d506e4a1347ddf9b3ec1bac7cac566f843de33f 16640 
bnd_1.50.0-7.debian.tar.gz
 90a6e4059c6034fac62b4fced3efd8095cc085702d203ef7f005bd869f994882 1234952 
bnd_1.50.0-7_all.deb
Files: 
 db10c2e45faf504fae0161230b7634d4 2219 java optional bnd_1.50.0-7.dsc
 e619b78283479f2148958acbcf936244 16640 java optional bnd_1.50.0-7.debian.tar.gz
 783550169faee7083271c9435826405c 1234952 java optional bnd_1.50.0-7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSYMR3AAoJECHSBYmXSz6Wk7YP/2dlXCDTYPtUIabitl9/OEeS
Y4+/Sskv+mPqZxnfDGpPQh+pABcoc4ilDgIPD4Lg+0twoV/sJvIWDMGZu8jqKF62
0/3qAjCSANAtt1cLy7/46XjLVocNklGUcRnVzJgHXHfl/qeuFu3zby+UpTfWEOHQ
YoAVO6dNuZP3UmcnxlK7Rqjh+FVc+QdQkf2/1pw7kTlp2rLGyIq3Y2WqGC/0yu1Q
mwNEs8jB7kdA3MX9ebWNTNgXkU45oi96ajclb3wlKSFDQvzzZmmMEUIJnTxsU/Fg
cOQR2+lpUUxKss84rZ91YxgaXAkvX1VG7T058RbwKJtQQf6FPX5H8EKU+7sUrFUs
JtZh51nhKKZrl0/4xBZWAkpX/aX9qlZT28smdMcel7yXRJtwWPjNxZbAP6AuD61m
UbNmdVwaPjRfhhBHqF/OuIMXy4MhJiKp49g5yov3wOmoB+iH03O7UvfSjk3+Xicv
Nccl22pjj+BGue+R/bJIVbeUdyg4NtbnZxZrm/PBiytWqG20u7MhO5wq+v5NqpiG
sFccaNKu197x1DXNBSGqHme0w2G0PF6JSrUa9RgfiLU7Tuk4NFa+lKg7NWBCr8pk
T//MniZObhgDKwn8bgqPuvg+Iyc4watVwp5U3JrAQhF/4YUXXp0gWtCx8BpOo5ac
0z2JuNg3sPNb8Jcyt6GI
=PeJF
-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.