[pkg-java] r14547 - trunk/libjgrapht-java/branch_0.6/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 08:53:13 + (Mon, 29 Aug 2011)
New Revision: 14547

Removed:
   trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java-link.dirs
Modified:
   trunk/libjgrapht-java/branch_0.6/debian/changelog
   trunk/libjgrapht-java/branch_0.6/debian/control
   trunk/libjgrapht-java/branch_0.6/debian/rules
Log:
UNRELEASED
* Team upload.
* Remove binary package libjgrapht0.6-java-link because we never agreed on
  such meta packages. Add apropriate Provides, Conflicts, and Replaces.

Modified: trunk/libjgrapht-java/branch_0.6/debian/changelog
===
--- trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-28 22:11:14 UTC 
(rev 14546)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 08:53:13 UTC 
(rev 14547)
@@ -1,3 +1,12 @@
+libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload.
+  * Remove binary package libjgrapht0.6-java-link because we never agreed on
+such meta packages. Add apropriate Provides, Conflicts, and Replaces.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 10:46:58 +0200
+
 libjgrapht0.6-java (0.6.0-8) unstable; urgency=low
 
   * Eliminated .jar files from source tree (thanks to Torsten Werner

Modified: trunk/libjgrapht-java/branch_0.6/debian/control
===
--- trunk/libjgrapht-java/branch_0.6/debian/control 2011-08-28 22:11:14 UTC 
(rev 14546)
+++ trunk/libjgrapht-java/branch_0.6/debian/control 2011-08-29 08:53:13 UTC 
(rev 14547)
@@ -13,7 +13,9 @@
 Architecture: all
 Depends: default-jre | java2-runtime, libjgraph-java, ${misc:Depends}
 Suggests: java-virtual-machine
-Conflicts: libjgrapht-java (= 0.6.0-4)
+Provides: libjgrapht0.6-java-link
+Conflicts: libjgrapht-java (= 0.6.0-4), libjgrapht0.6-java-link
+Replaces: libjgrapht0.6-java-link
 Description: mathematical graph theory library for Java
  JGraphT is a free Java graph library that provides mathematical
  graph theory objects and algorithms. JGraphT supports various types of
@@ -27,16 +29,6 @@
   - listenable graphs: allow external listeners to track modification events
   - subgraphs: graphs that are auto-updating subgraph views on other graphs
 
-Package: libjgrapht0.6-java-link
-Provides: libjgrapht-java
-Architecture: all
-Depends: libjgrapht0.6-java, ${misc:Depends}
-Conflicts: libjgrapht-java
-Description: indication of the latest version of libjgrapht-java
- This package does not provide a Java archive by itself but refers
- to the latest API version of the package and provides a symbolic link 
- to it in /usr/share/java.
-
 Package: libjgrapht0.6-java-doc
 Architecture: all
 Depends: ${misc:Depends}

Deleted: trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java-link.dirs
===
--- trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java-link.dirs
2011-08-28 22:11:14 UTC (rev 14546)
+++ trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java-link.dirs
2011-08-29 08:53:13 UTC (rev 14547)
@@ -1 +0,0 @@
-usr/share/java

Modified: trunk/libjgrapht-java/branch_0.6/debian/rules
===
--- trunk/libjgrapht-java/branch_0.6/debian/rules   2011-08-28 22:11:14 UTC 
(rev 14546)
+++ trunk/libjgrapht-java/branch_0.6/debian/rules   2011-08-29 08:53:13 UTC 
(rev 14547)
@@ -14,9 +14,7 @@
 
 ANT_ARGS := 
-Dproject.jar=debian/libjgrapht0.6-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar
 
-Djavadoc.dir=debian/libjgrapht0.6-java-doc/usr/share/doc/libjgrapht-java/apidoc
 
-install/libjgrapht0.6-java-link::
-   dh_link -p libjgrapht0.6-java-link 
/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht.jar
-
 install/libjgrapht0.6-java::
dh_link -p libjgrapht0.6-java 
/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar 
/usr/share/java/jgrapht-0.6.jar
+   dh_link -p libjgrapht0.6-java 
/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht.jar
 


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


[pkg-java] r14549 - in trunk/netbeans-cvsclient/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 09:04:02 + (Mon, 29 Aug 2011)
New Revision: 14549

Added:
   trunk/netbeans-cvsclient/debian/source/
   trunk/netbeans-cvsclient/debian/source/format
Modified:
   trunk/netbeans-cvsclient/debian/changelog
   trunk/netbeans-cvsclient/debian/compat
   trunk/netbeans-cvsclient/debian/control
Log:
UNRELEASED
* Change Build-Depends: default-jdk-builddep to default-jdk.
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.

Modified: trunk/netbeans-cvsclient/debian/changelog
===
--- trunk/netbeans-cvsclient/debian/changelog   2011-08-29 08:58:33 UTC (rev 
14548)
+++ trunk/netbeans-cvsclient/debian/changelog   2011-08-29 09:04:02 UTC (rev 
14549)
@@ -1,3 +1,13 @@
+netbeans-cvsclient (6.5-2) unstable; urgency=low
+
+  UNRELEASED
+  * Change Build-Depends: default-jdk-builddep to default-jdk.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 11:00:31 +0200
+
 netbeans-cvsclient (6.5-1) unstable; urgency=low
 
   [ Ludovic Claude ]

Modified: trunk/netbeans-cvsclient/debian/compat
===
--- trunk/netbeans-cvsclient/debian/compat  2011-08-29 08:58:33 UTC (rev 
14548)
+++ trunk/netbeans-cvsclient/debian/compat  2011-08-29 09:04:02 UTC (rev 
14549)
@@ -1 +1 @@
-6
+7

Modified: trunk/netbeans-cvsclient/debian/control
===
--- trunk/netbeans-cvsclient/debian/control 2011-08-29 08:58:33 UTC (rev 
14548)
+++ trunk/netbeans-cvsclient/debian/control 2011-08-29 09:04:02 UTC (rev 
14549)
@@ -4,9 +4,9 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 6), cdbs, default-jdk-builddep
+Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: ant, maven-repo-helper
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/netbeans-cvsclient
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/netbeans-cvsclient/
 Homepage: http://javacvs.netbeans.org/library/

Added: trunk/netbeans-cvsclient/debian/source/format
===
--- trunk/netbeans-cvsclient/debian/source/format   
(rev 0)
+++ trunk/netbeans-cvsclient/debian/source/format   2011-08-29 09:04:02 UTC 
(rev 14549)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14548 - in trunk/libjgrapht-java/branch_0.6/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 08:58:33 + (Mon, 29 Aug 2011)
New Revision: 14548

Added:
   trunk/libjgrapht-java/branch_0.6/debian/source/
   trunk/libjgrapht-java/branch_0.6/debian/source/format
Modified:
   trunk/libjgrapht-java/branch_0.6/debian/changelog
   trunk/libjgrapht-java/branch_0.6/debian/compat
   trunk/libjgrapht-java/branch_0.6/debian/control
   trunk/libjgrapht-java/branch_0.6/debian/rules
Log:
* Change Section: java.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends. Remove Suggests: java-virtual-machine.
* Switch to debhelper level 7.
* Switch to source version 3.0.

Modified: trunk/libjgrapht-java/branch_0.6/debian/changelog
===
--- trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 08:53:13 UTC 
(rev 14547)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 08:58:33 UTC 
(rev 14548)
@@ -4,8 +4,13 @@
   * Team upload.
   * Remove binary package libjgrapht0.6-java-link because we never agreed on
 such meta packages. Add apropriate Provides, Conflicts, and Replaces.
+  * Change Section: java.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends. Remove Suggests: java-virtual-machine.
+  * Switch to debhelper level 7.
+  * Switch to source version 3.0.
 
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 10:46:58 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 10:53:13 +0200
 
 libjgrapht0.6-java (0.6.0-8) unstable; urgency=low
 

Modified: trunk/libjgrapht-java/branch_0.6/debian/compat
===
--- trunk/libjgrapht-java/branch_0.6/debian/compat  2011-08-29 08:53:13 UTC 
(rev 14547)
+++ trunk/libjgrapht-java/branch_0.6/debian/compat  2011-08-29 08:58:33 UTC 
(rev 14548)
@@ -1 +1 @@
-5
+7

Modified: trunk/libjgrapht-java/branch_0.6/debian/control
===
--- trunk/libjgrapht-java/branch_0.6/debian/control 2011-08-29 08:53:13 UTC 
(rev 14547)
+++ trunk/libjgrapht-java/branch_0.6/debian/control 2011-08-29 08:58:33 UTC 
(rev 14548)
@@ -1,18 +1,17 @@
 Source: libjgrapht0.6-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Steffen Moeller 
moel...@debian.org
-Build-Depends: cdbs, debhelper (= 5), ant, openjdk-6-jdk, libjgraph-java, 
quilt, junit
-Standards-Version: 3.8.3
+Build-Depends: cdbs, debhelper (= 7), ant, openjdk-6-jdk, libjgraph-java, 
junit
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java/branch_0.6
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libjgrapht-java/branch_0.6
 Homepage: http://jgrapht.sourceforge.net/
 
 Package: libjgrapht0.6-java
 Architecture: all
-Depends: default-jre | java2-runtime, libjgraph-java, ${misc:Depends}
-Suggests: java-virtual-machine
+Depends: libjgraph-java, ${misc:Depends}
 Provides: libjgrapht0.6-java-link
 Conflicts: libjgrapht-java (= 0.6.0-4), libjgrapht0.6-java-link
 Replaces: libjgrapht0.6-java-link

Modified: trunk/libjgrapht-java/branch_0.6/debian/rules
===
--- trunk/libjgrapht-java/branch_0.6/debian/rules   2011-08-29 08:53:13 UTC 
(rev 14547)
+++ trunk/libjgrapht-java/branch_0.6/debian/rules   2011-08-29 08:58:33 UTC 
(rev 14548)
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 

Added: trunk/libjgrapht-java/branch_0.6/debian/source/format
===
--- trunk/libjgrapht-java/branch_0.6/debian/source/format   
(rev 0)
+++ trunk/libjgrapht-java/branch_0.6/debian/source/format   2011-08-29 
08:58:33 UTC (rev 14548)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14550 - in trunk/saxonb/debian: . patches source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 09:43:18 + (Mon, 29 Aug 2011)
New Revision: 14550

Added:
   trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch
   trunk/saxonb/debian/patches/0002-disable-external-method-invocation.patch
   trunk/saxonb/debian/patches/0003-disable-proprietary-saxon.patch
   trunk/saxonb/debian/patches/series
   trunk/saxonb/debian/source/
   trunk/saxonb/debian/source/format
Removed:
   trunk/saxonb/debian/patches/disable-dotnet-support.patch
   trunk/saxonb/debian/patches/disable-external-method-invocation.patch
   trunk/saxonb/debian/patches/disable-proprietary-saxon.patch
Modified:
   trunk/saxonb/debian/
   trunk/saxonb/debian/changelog
   trunk/saxonb/debian/rules
   trunk/saxonb/debian/watch
Log:
UNRELEASED
* Team upload.
* Switch to source format 3.0.
* Update debian/watch to look into subversions tags directory. But there are
  even newer versions.


Property changes on: trunk/saxonb/debian
___
Added: mergeWithUpstream
   + 1

Modified: trunk/saxonb/debian/changelog
===
--- trunk/saxonb/debian/changelog   2011-08-29 09:04:02 UTC (rev 14549)
+++ trunk/saxonb/debian/changelog   2011-08-29 09:43:18 UTC (rev 14550)
@@ -1,3 +1,13 @@
+saxonb (9.0.0.4+svn20080322-4) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload.
+  * Switch to source format 3.0.
+  * Update debian/watch to look into subversions tags directory. But there are
+even newer versions.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 11:33:38 +0200
+
 saxonb (9.0.0.4+svn20080322-3) unstable; urgency=low
 
   [ Chris Cheney ]

Added: trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch
===
--- trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch   
(rev 0)
+++ trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch   
2011-08-29 09:43:18 UTC (rev 14550)
@@ -0,0 +1,31 @@
+From: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
+Date: Mon, 29 Aug 2011 11:21:08 +0200
+Subject: [PATCH] disable dotnet support
+
+---
+ src/net/sf/saxon/Configuration.java |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/net/sf/saxon/Configuration.java 
b/src/net/sf/saxon/Configuration.java
+index a862ac4..38bb320 100644
+--- a/src/net/sf/saxon/Configuration.java
 b/src/net/sf/saxon/Configuration.java
+@@ -28,7 +28,7 @@ import net.sf.saxon.trans.SaxonErrorCode;
+ import net.sf.saxon.tree.TreeBuilder;
+ import net.sf.saxon.type.*;
+ import net.sf.saxon.value.Whitespace;
+-import net.sf.saxon.dotnet.DotNetPlatform;
++//import net.sf.saxon.dotnet.DotNetPlatform;
+ import org.xml.sax.*;
+ 
+ import javax.xml.parsers.ParserConfigurationException;
+@@ -232,7 +232,7 @@ public class Configuration implements Serializable, 
SourceResolver {
+ 
+ /*DOTNETONLY*/ /*JAVAONLY*/  if 
(System.getProperty(java.vendor).equals(Jeroen Frijters)) {
+//System.err.println(Call to create .NET platform currently 
disabled in Configuration.java (needed for JDK1.4));
+-/*DOTNETONLY*/  platform = DotNetPlatform.getInstance();
++/*DOTNETONLY*/  //platform = DotNetPlatform.getInstance();
+ /*DOTNETONLY*/ /*JAVAONLY*/ }
+ //System.err.println(System.getProperty(java.vendor));
+ //System.err.println(platform.getClass().getName());
+-- 

Added: trunk/saxonb/debian/patches/0002-disable-external-method-invocation.patch
===
--- trunk/saxonb/debian/patches/0002-disable-external-method-invocation.patch   
(rev 0)
+++ trunk/saxonb/debian/patches/0002-disable-external-method-invocation.patch   
2011-08-29 09:43:18 UTC (rev 14550)
@@ -0,0 +1,22 @@
+From: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
+Date: Mon, 29 Aug 2011 11:21:08 +0200
+Subject: [PATCH] disable external method invocation
+
+---
+ src/net/sf/saxon/Configuration.java |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/net/sf/saxon/Configuration.java 
b/src/net/sf/saxon/Configuration.java
+index 38bb320..1b3ae11 100644
+--- a/src/net/sf/saxon/Configuration.java
 b/src/net/sf/saxon/Configuration.java
+@@ -121,7 +121,7 @@ public class Configuration implements Serializable, 
SourceResolver {
+ private transient OutputURIResolver outputURIResolver;
+ private boolean timing = false;
+ private boolean versionWarning = true;
+-private boolean allowExternalFunctions = true;
++private boolean allowExternalFunctions = false;
+ private boolean traceExternalFunctions = false;
+ private boolean validation = false;
+ private boolean allNodesUntyped = false;
+-- 

Added: trunk/saxonb/debian/patches/0003-disable-proprietary-saxon.patch

[pkg-java] r14551 - in trunk/saxonb/debian: . patches

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 11:35:21 + (Mon, 29 Aug 2011)
New Revision: 14551

Added:
   trunk/saxonb/debian/orig-tar.sh
Modified:
   trunk/saxonb/debian/build.xml
   trunk/saxonb/debian/changelog
   trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch
   trunk/saxonb/debian/patches/0002-disable-external-method-invocation.patch
   trunk/saxonb/debian/patches/0003-disable-proprietary-saxon.patch
   trunk/saxonb/debian/rules
   trunk/saxonb/debian/watch
Log:
Newer but not newest upstream release. (Closes: #576467, #599413)

Modified: trunk/saxonb/debian/build.xml
===
--- trunk/saxonb/debian/build.xml   2011-08-29 09:43:18 UTC (rev 14550)
+++ trunk/saxonb/debian/build.xml   2011-08-29 11:35:21 UTC (rev 14551)
@@ -7,7 +7,7 @@
 
   target name=compile
 mkdir dir=../build /
-javac srcdir=../src destdir=../build source=1.5 target=1.5 
nowarn=true
+javac srcdir=../bj destdir=../build source=1.5 target=1.5 
nowarn=true
   exclude name=**/dotnet/** /
 /javac
   /target
@@ -75,7 +75,7 @@
 
   target name=javadoc depends=compile
 mkdir dir=../dist/api /
-javadoc sourcepath=../src destdir=../dist/api encoding=iso-8859-1 /
+javadoc sourcepath=../bj destdir=../dist/api encoding=iso-8859-1 /
   /target
 
 /project

Modified: trunk/saxonb/debian/changelog
===
--- trunk/saxonb/debian/changelog   2011-08-29 09:43:18 UTC (rev 14550)
+++ trunk/saxonb/debian/changelog   2011-08-29 11:35:21 UTC (rev 14551)
@@ -1,12 +1,13 @@
-saxonb (9.0.0.4+svn20080322-4) unstable; urgency=low
+saxonb (9.1.0.8-1) unstable; urgency=low
 
   UNRELEASED
   * Team upload.
+  * Newer but not newest upstream release. (Closes: #576467, #599413)
   * Switch to source format 3.0.
   * Update debian/watch to look into subversions tags directory. But there are
 even newer versions.
 
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 11:33:38 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 12:57:25 +0200
 
 saxonb (9.0.0.4+svn20080322-3) unstable; urgency=low
 

Added: trunk/saxonb/debian/orig-tar.sh
===
--- trunk/saxonb/debian/orig-tar.sh (rev 0)
+++ trunk/saxonb/debian/orig-tar.sh 2011-08-29 11:35:21 UTC (rev 14551)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../saxonb_$VERSION.orig.tar.gz
+DIR=saxonb-$VERSION
+TAG=$VERSION
+
+svn export https://saxon.svn.sourceforge.net/svnroot/saxon/tags/${TAG}/ $DIR
+tar -c -z -f $TAR --exclude '*.class' $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir  echo moved $TAR to $origDir
+fi


Property changes on: trunk/saxonb/debian/orig-tar.sh
___
Added: svn:executable
   + *

Modified: trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch
===
--- trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch   
2011-08-29 09:43:18 UTC (rev 14550)
+++ trunk/saxonb/debian/patches/0001-disable-dotnet-support.patch   
2011-08-29 11:35:21 UTC (rev 14551)
@@ -3,29 +3,35 @@
 Subject: [PATCH] disable dotnet support
 
 ---
- src/net/sf/saxon/Configuration.java |4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ bj/net/sf/saxon/Configuration.java |6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
 
-diff --git a/src/net/sf/saxon/Configuration.java 
b/src/net/sf/saxon/Configuration.java
-index a862ac4..38bb320 100644
 a/src/net/sf/saxon/Configuration.java
-+++ b/src/net/sf/saxon/Configuration.java
-@@ -28,7 +28,7 @@ import net.sf.saxon.trans.SaxonErrorCode;
- import net.sf.saxon.tree.TreeBuilder;
- import net.sf.saxon.type.*;
- import net.sf.saxon.value.Whitespace;
--import net.sf.saxon.dotnet.DotNetPlatform;
-+//import net.sf.saxon.dotnet.DotNetPlatform;
- import org.xml.sax.*;
+diff --git a/bj/net/sf/saxon/Configuration.java 
b/bj/net/sf/saxon/Configuration.java
+index b95f98d..4ecb53a 100644
+--- a/bj/net/sf/saxon/Configuration.java
 b/bj/net/sf/saxon/Configuration.java
+@@ -1,6 +1,6 @@
+ package net.sf.saxon;
  
- import javax.xml.parsers.ParserConfigurationException;
-@@ -232,7 +232,7 @@ public class Configuration implements Serializable, 
SourceResolver {
+-/*DOTNETONLY*/  import net.sf.saxon.dotnet.DotNetPlatform;
++/*DOTNETONLY*/  //import net.sf.saxon.dotnet.DotNetPlatform;
  
- /*DOTNETONLY*/ /*JAVAONLY*/  if 
(System.getProperty(java.vendor).equals(Jeroen Frijters)) {
-//System.err.println(Call to create .NET platform currently 
disabled in Configuration.java (needed for JDK1.4));
--/*DOTNETONLY*/  platform = DotNetPlatform.getInstance();
-+/*DOTNETONLY*/  //platform = DotNetPlatform.getInstance();
-  

plexus-cli_1.2-3_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libplexus-cli-java-doc_1.2-3_all.deb
  to main/p/plexus-cli/libplexus-cli-java-doc_1.2-3_all.deb
libplexus-cli-java_1.2-3_all.deb
  to main/p/plexus-cli/libplexus-cli-java_1.2-3_all.deb
plexus-cli_1.2-3.debian.tar.gz
  to main/p/plexus-cli/plexus-cli_1.2-3.debian.tar.gz
plexus-cli_1.2-3.dsc
  to main/p/plexus-cli/plexus-cli_1.2-3.dsc


Override entries for your package:
libplexus-cli-java-doc_1.2-3_all.deb - optional doc
libplexus-cli-java_1.2-3_all.deb - optional java
plexus-cli_1.2-3.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


plexus-interpolation_1.11-3_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libplexus-interpolation-java-doc_1.11-3_all.deb
  to main/p/plexus-interpolation/libplexus-interpolation-java-doc_1.11-3_all.deb
libplexus-interpolation-java_1.11-3_all.deb
  to main/p/plexus-interpolation/libplexus-interpolation-java_1.11-3_all.deb
plexus-interpolation_1.11-3.debian.tar.gz
  to main/p/plexus-interpolation/plexus-interpolation_1.11-3.debian.tar.gz
plexus-interpolation_1.11-3.dsc
  to main/p/plexus-interpolation/plexus-interpolation_1.11-3.dsc


Override entries for your package:
libplexus-interpolation-java-doc_1.11-3_all.deb - optional doc
libplexus-interpolation-java_1.11-3_all.deb - optional java
plexus-interpolation_1.11-3.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


plexus-sec-dispatcher_1.3.1-5_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb
  to 
main/p/plexus-sec-dispatcher/libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb
libplexus-sec-dispatcher-java_1.3.1-5_all.deb
  to main/p/plexus-sec-dispatcher/libplexus-sec-dispatcher-java_1.3.1-5_all.deb
plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
  to main/p/plexus-sec-dispatcher/plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
plexus-sec-dispatcher_1.3.1-5.dsc
  to main/p/plexus-sec-dispatcher/plexus-sec-dispatcher_1.3.1-5.dsc


Override entries for your package:
libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb - optional doc
libplexus-sec-dispatcher-java_1.3.1-5_all.deb - optional java
plexus-sec-dispatcher_1.3.1-5.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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#639683: fop does not run any tests

2011-08-29 Thread Mathieu Malaterre
Package: fop
Version: 1:1.0.dfsg2-2
Severity: normal


The current fop packaging does not run any of the tests.

It would be nice to run them

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 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 fop depends on:
ii  default-jre-headle 1:1.6-40  Standard Java or Java compatible R
ii  gcj-4.4-jre-headle 4.4.5-2   Java runtime environment using GIJ
ii  gcj-jre-headless [ 4:4.4.5-1 Java runtime environment using GIJ
ii  java-wrappers  0.1.16wrappers for java executables
ii  libavalon-framewor 4.2.0-7   Common framework for Java server a
ii  libbatik-java  1.7-6 xml.apache.org SVG Library
ii  libbsf-java1:2.4.0-4 Bean Scripting Framework to suppor
ii  libcommons-io-java 1.4-3 Common useful IO related classes
ii  libcommons-logging 1.1.1-8   commmon wrapper interface for seve
ii  libxalan2-java 2.7.1-5   XSL Transformations (XSLT) process
ii  libxerces2-java2.9.1-4.1 Validating XML parser for Java wit
ii  libxml-commons-ext 1.3.05-2  XML Commons external code - DOM, S
ii  libxmlgraphics-com 1.4.dfsg-3reusable components used by Batik 
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  libxtst6   2:1.1.0-3 X11 Testing -- Record extension li
ii  openjdk-6-jre-head 6b18-1.8.3-2+squeeze1 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [jav 6.26-0squeeze1Sun Java(TM) Runtime Environment (

Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-6  The Saxon XSLT Processor

Versions of packages fop suggests:
pn  fop-doc   none (no description available)
ii  libservlet2.4-java5.0.30-12  Servlet 2.4 and JSP 2.0 Java libra

-- no debconf information



__
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.


[pkg-java] r14553 - in trunk/sqlline/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 12:35:33 + (Mon, 29 Aug 2011)
New Revision: 14553

Added:
   trunk/sqlline/debian/source/
   trunk/sqlline/debian/source/format
Modified:
   trunk/sqlline/debian/changelog
   trunk/sqlline/debian/compat
   trunk/sqlline/debian/control
   trunk/sqlline/debian/rules
Log:
UNRELEASED
* Team upload.
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.

Modified: trunk/sqlline/debian/changelog
===
--- trunk/sqlline/debian/changelog  2011-08-29 11:37:15 UTC (rev 14552)
+++ trunk/sqlline/debian/changelog  2011-08-29 12:35:33 UTC (rev 14553)
@@ -1,3 +1,13 @@
+sqlline (1.0.2-4) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:23:54 +0200
+
 sqlline (1.0.2-3) unstable; urgency=low
 
   * Use default-jdk instead of default-jdk-builddep for Build-Depends as

Modified: trunk/sqlline/debian/compat
===
--- trunk/sqlline/debian/compat 2011-08-29 11:37:15 UTC (rev 14552)
+++ trunk/sqlline/debian/compat 2011-08-29 12:35:33 UTC (rev 14553)
@@ -1 +1 @@
-5
+7

Modified: trunk/sqlline/debian/control
===
--- trunk/sqlline/debian/control2011-08-29 11:37:15 UTC (rev 14552)
+++ trunk/sqlline/debian/control2011-08-29 12:35:33 UTC (rev 14553)
@@ -4,10 +4,10 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends-Indep: libjline-java
-Build-Depends: ant, default-jdk, debhelper (= 5), cdbs, quilt
+Build-Depends: ant, default-jdk, debhelper (= 7), cdbs
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/sqlline/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/sqlline/
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://sqlline.sourceforge.net/
 
 Package: sqlline

Modified: trunk/sqlline/debian/rules
===
--- trunk/sqlline/debian/rules  2011-08-29 11:37:15 UTC (rev 14552)
+++ trunk/sqlline/debian/rules  2011-08-29 12:35:33 UTC (rev 14553)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java

Added: trunk/sqlline/debian/source/format
===
--- trunk/sqlline/debian/source/format  (rev 0)
+++ trunk/sqlline/debian/source/format  2011-08-29 12:35:33 UTC (rev 14553)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14554 - in trunk/substance/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 12:45:16 + (Mon, 29 Aug 2011)
New Revision: 14554

Added:
   trunk/substance/debian/source/
   trunk/substance/debian/source/format
Modified:
   trunk/substance/debian/changelog
   trunk/substance/debian/control
   trunk/substance/debian/copyright
   trunk/substance/debian/rules
Log:
* Switch to source format 3.0.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends.
* Add the full BSD license text to debian/copyright instead of referencing
  common-licenses.

Modified: trunk/substance/debian/changelog
===
--- trunk/substance/debian/changelog2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/changelog2011-08-29 12:45:16 UTC (rev 14554)
@@ -2,8 +2,13 @@
 
   UNRELEASED
   * Change maintainers into Maintainers.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+  * Add the full BSD license text to debian/copyright instead of referencing
+common-licenses.
 
- -- Torsten Werner twer...@debian.org  Sun, 11 Apr 2010 11:04:21 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:42:35 +0200
 
 substance (5.3-1) unstable; urgency=low
 

Modified: trunk/substance/debian/control
===
--- trunk/substance/debian/control  2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/control  2011-08-29 12:45:16 UTC (rev 14554)
@@ -4,17 +4,17 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org,
  Damien Raude-Morvan draz...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 7), quilt, default-jdk,
+Build-Depends: ant, cdbs, debhelper (= 7), default-jdk,
  liblaf-plugin-java, liblaf-widget-java (= 4.3), libasm2-java,
  libswingx-java, libjgoodies-forms-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: https://substance.dev.java.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/substance/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/substance/
 
 Package: substance
 Architecture: all
-Depends: ${misc:Depends}, default-jre | java6-runtime
+Depends: ${misc:Depends}
 Description: cross-platform look  feel for Swing applications
  The goal of this project is to provide a configurable and
  customizable production-quality Java look and feel library for Swing

Modified: trunk/substance/debian/copyright
===
--- trunk/substance/debian/copyright2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/copyright2011-08-29 12:45:16 UTC (rev 14554)
@@ -17,22 +17,28 @@
 Substance and JGoodies (files in src/contrib/com/jgoodies/) are released 
under BSD license.
 
 Redistribution and use in source and binary forms, with or without
-modification, are permitted under the terms of the BSD License.
+modification, are permitted provided that the following conditions are met:
 
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+* Neither the name of the Kirill Grouchnikov and contributors nor
+the names of its contributors may be used to endorse or promote products
+derived from this software without specific prior written permission.
 
-On Debian systems, the complete text of the BSD License can be 
-found in `/usr/share/common-licenses/BSD'.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 

[pkg-java] r14555 - trunk/tagsoup/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 12:51:00 + (Mon, 29 Aug 2011)
New Revision: 14555

Modified:
   trunk/tagsoup/debian/changelog
   trunk/tagsoup/debian/control
Log:
UNRELEASED
* QA upload.
* Orphaning package.

Modified: trunk/tagsoup/debian/changelog
===
--- trunk/tagsoup/debian/changelog  2011-08-29 12:45:16 UTC (rev 14554)
+++ trunk/tagsoup/debian/changelog  2011-08-29 12:51:00 UTC (rev 14555)
@@ -1,3 +1,11 @@
+tagsoup (1.2-3) unstable; urgency=low
+
+  UNRELEASED
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:46:54 +0200
+
 tagsoup (1.2-2) unstable; urgency=low
 
   * (Build-)Depends on default-jdk (Closes: #526303).

Modified: trunk/tagsoup/debian/control
===
--- trunk/tagsoup/debian/control2011-08-29 12:45:16 UTC (rev 14554)
+++ trunk/tagsoup/debian/control2011-08-29 12:51:00 UTC (rev 14555)
@@ -1,8 +1,7 @@
 Source: tagsoup
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Paul Cager paul-deb...@home.paulcager.org, Michael Koch 
konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: ant, debhelper (= 7), cdbs (= 0.4.5.3), default-jdk
 Build-Depends-Indep: ant-optional, libxalan2-java
 Standards-Version: 3.8.3


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


[pkg-java] r14556 - trunk/tinylaf/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 13:04:37 + (Mon, 29 Aug 2011)
New Revision: 14556

Modified:
   trunk/tinylaf/debian/changelog
   trunk/tinylaf/debian/control
Log:
UNRELEASED
* QA upload.
* Orphaning package.

Modified: trunk/tinylaf/debian/changelog
===
--- trunk/tinylaf/debian/changelog  2011-08-29 12:51:00 UTC (rev 14555)
+++ trunk/tinylaf/debian/changelog  2011-08-29 13:04:37 UTC (rev 14556)
@@ -1,3 +1,11 @@
+tinylaf (1.4.0-2) unstable; urgency=low
+
+  UNRELEASED
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 15:01:08 +0200
+
 tinylaf (1.4.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/tinylaf/debian/control
===
--- trunk/tinylaf/debian/control2011-08-29 12:51:00 UTC (rev 14555)
+++ trunk/tinylaf/debian/control2011-08-29 13:04:37 UTC (rev 14556)
@@ -1,8 +1,7 @@
 Source: tinylaf
 Section: utils
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: cdbs, debhelper (= 7), ant, openjdk-6-jdk
 Standards-Version: 3.8.3
 Homepage: http://www.muntjak.de/hans/java/tinylaf/index.html


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


Bug#639683: Fwd: Building fop from source using qdox 1.11

2011-08-29 Thread Mathieu Malaterre
fop's team seems interested in feedback from tests.


-- Forwarded message --
From: Simon Pepping
Date: Mon, Aug 29, 2011 at 1:37 PM
Subject: Re: Building fop from source using qdox 1.11
To: fop-us...@xmlgraphics.apache.org


I see that you resolved the problem by copying qdox.jar from
/usr/share/java to lib/build before the build process. I installed the
resulting package fop_1.0.dfsg2-2 and ran it on a few test files. The
result was OK.

It would be good if alternative builds of fop would run a number of
our junit tests. The fop team should look into this to formulate a
recommendation.

Simon



__
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.


[pkg-java] r14557 - in trunk/wagon/debian: . patches

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 13:46:32 + (Mon, 29 Aug 2011)
New Revision: 14557

Modified:
   trunk/wagon/debian/changelog
   trunk/wagon/debian/orig-tar.sh
   trunk/wagon/debian/patches/series
   trunk/wagon/debian/rules
   trunk/wagon/debian/watch
Log:
DOES NOT BUILD YET BECAUSE IT NEEDS JSOUP.
* New upstream release 1.0. We use 1.0.0 to fake a newer version compared to
  1.0-beta-*.
* Change debian/watch to allow download of version 1.0.
* Disable old patch that is not needed anymore.

Modified: trunk/wagon/debian/changelog
===
--- trunk/wagon/debian/changelog2011-08-29 13:04:37 UTC (rev 14556)
+++ trunk/wagon/debian/changelog2011-08-29 13:46:32 UTC (rev 14557)
@@ -1,11 +1,20 @@
-wagon (1.0-beta-6-3) UNRELEASED; urgency=low
+wagon (1.0.0-1) UNRELEASED; urgency=low
 
+  DOES NOT BUILD YET BECAUSE IT NEEDS JSOUP.
+
+  [ Michael Koch ]
   * Added myself to Uploaders.
   * Build-Depends on debhelper (= 7).
   * Updated Standards-Version to 3.8.3.
 
- -- Michael Koch konque...@gmx.de  Tue, 03 Nov 2009 23:16:32 +0100
+  [ Torsten Werner ]
+  * New upstream release 1.0. We use 1.0.0 to fake a newer version compared to
+1.0-beta-*.
+  * Change debian/watch to allow download of version 1.0.
+  * Disable old patch that is not needed anymore.
 
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 15:31:12 +0200
+
 wagon (1.0-beta-6-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/wagon/debian/orig-tar.sh
===
--- trunk/wagon/debian/orig-tar.sh  2011-08-29 13:04:37 UTC (rev 14556)
+++ trunk/wagon/debian/orig-tar.sh  2011-08-29 13:46:32 UTC (rev 14557)
@@ -2,7 +2,8 @@
 
 TAR=../wagon_$2.orig.tar.gz
 DIR=wagon-$2
-TAG=wagon-$2
+# fix 1.0-final - 1.0
+TAG=$(echo wagon-$2 | sed 's/wagon-1.0.0$/wagon-1.0/')
 
 svn export http://svn.apache.org/repos/asf/maven/wagon/tags/$TAG/ $DIR
 rm -rf $DIR/lib

Modified: trunk/wagon/debian/patches/series
===
--- trunk/wagon/debian/patches/series   2011-08-29 13:04:37 UTC (rev 14556)
+++ trunk/wagon/debian/patches/series   2011-08-29 13:46:32 UTC (rev 14557)
@@ -1 +1 @@
-use_debian_neko_and_xerces.patch
+#use_debian_neko_and_xerces.patch

Modified: trunk/wagon/debian/rules
===
--- trunk/wagon/debian/rules2011-08-29 13:04:37 UTC (rev 14556)
+++ trunk/wagon/debian/rules2011-08-29 13:46:32 UTC (rev 14557)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
-VERSION  := $(DEB_UPSTREAM_VERSION)
+VERSION  := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 
's/^1\.0\.0/1.0/')
 JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := ant-nodeps
 DEB_ANT_BUILD_TARGET := package javadoc

Modified: trunk/wagon/debian/watch
===
--- trunk/wagon/debian/watch2011-08-29 13:04:37 UTC (rev 14556)
+++ trunk/wagon/debian/watch2011-08-29 13:46:32 UTC (rev 14557)
@@ -1,4 +1,6 @@
 version=3
-http://svn.apache.org/repos/asf/maven/wagon/tags/ \
+
+opts=uversionmangle=s/^1\.0$/1.0.0/ \
+  http://svn.apache.org/repos/asf/maven/wagon/tags/ \
   wagon-(\d.*)/ debian debian/orig-tar.sh
 


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


[SCM] netbeans packaging branch, master, updated. upstream/7.0.1+dfsg1-18-ga71c2be

2011-08-29 Thread Andrew Ross
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project netbeans packaging.

The branch, master has been updated
   via  a71c2be9372c057e04c14bd13c112dc3272a1496 (commit)
   via  b546ae9cf0b6b750b3f4d3a48ae3a9063941d74d (commit)
   via  835255581ef3d52e81678bb3d4260f30647db2db (commit)
  from  bffc68b2f1f25a86272aa007687c10fc7a24168b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit a71c2be9372c057e04c14bd13c112dc3272a1496
Author: Andrew Ross ubu...@rossfamily.co.uk
Date:   Mon Aug 29 14:51:33 2011 +0100

Rename XSL patch.

commit b546ae9cf0b6b750b3f4d3a48ae3a9063941d74d
Author: Andrew Ross ubu...@rossfamily.co.uk
Date:   Mon Aug 29 14:47:15 2011 +0100

Avoid using the httpserver from the xsl module.

commit 835255581ef3d52e81678bb3d4260f30647db2db
Author: Andrew Ross ubu...@rossfamily.co.uk
Date:   Sat Aug 27 22:24:24 2011 +0100

Re-added some modules to the build.

---

Summary of changes:
 debian/patches/netbeans~cluster-properties.patch |   63 ++-
 debian/patches/netbeans~small-ide.patch  |   93 --
 debian/patches/netbeans~xsl.patch|   24 ++
 debian/patches/series|1 +
 4 files changed, 63 insertions(+), 118 deletions(-)

diff --git a/debian/patches/netbeans~cluster-properties.patch 
b/debian/patches/netbeans~cluster-properties.patch
index fa69e9e..828574c 100644
--- a/debian/patches/netbeans~cluster-properties.patch
+++ b/debian/patches/netbeans~cluster-properties.patch
@@ -1,9 +1,9 @@
 Modify the list of modules included in the Debian package.
 
-Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
+Index: netbeans/nbbuild/cluster.properties
 ===
 netbeans-7.0.1+dfsg1.orig/nbbuild/cluster.properties   2011-08-02 
23:37:32.884164057 +0100
-+++ netbeans-7.0.1+dfsg1/nbbuild/cluster.properties2011-08-02 
23:49:51.693331403 +0100
+--- netbeans.orig/nbbuild/cluster.properties   2011-08-27 23:01:51.690452903 
+0100
 netbeans/nbbuild/cluster.properties2011-08-27 23:06:54.480457554 
+0100
 @@ -95,9 +95,7 @@
  clusters.config.java.list=\
  ${clusters.config.platform.list},\
@@ -14,7 +14,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  nb.cluster.nb
  
  clusters.config.enterprise.list=\
-@@ -218,29 +216,17 @@
+@@ -218,23 +216,13 @@
  api.debugger,\
  api.java.classpath,\
  api.xml,\
@@ -38,13 +38,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  dbapi,\
  defaults,\
  derby,\
- diff,\
--dlight.nativeexecution,\
--dlight.terminal,\
- editor,\
- editor.actions,\
- editor.bookmarks,\
-@@ -266,7 +252,6 @@
+@@ -266,7 +254,6 @@
  editor.util,\
  extbrowser,\
  extexecution,\
@@ -52,7 +46,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  glassfish.common,\
  gototest,\
  gsf.codecoverage,\
-@@ -275,18 +260,11 @@
+@@ -275,18 +262,11 @@
  html.editor,\
  html.editor.lib,\
  html.lexer,\
@@ -71,7 +65,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  jellytools.ide,\
  jumpto,\
  languages,\
-@@ -298,8 +276,6 @@
+@@ -298,8 +278,6 @@
  lib.cvsclient,\
  lib.terminalemulator,\
  libs.antlr3.runtime,\
@@ -80,7 +74,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  libs.bytelist,\
  libs.commons_codec,\
  libs.commons_logging,\
-@@ -307,12 +283,10 @@
+@@ -307,12 +285,10 @@
  libs.freemarker,\
  libs.ini4j,\
  libs.jakarta_oro,\
@@ -93,7 +87,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  libs.svnClientAdapter,\
  libs.svnClientAdapter.javahl,\
  libs.svnClientAdapter.svnkit,\
-@@ -321,7 +295,6 @@
+@@ -321,7 +297,6 @@
  localhistory,\
  mercurial,\
  o.apache.xml.resolver,\
@@ -101,7 +95,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  o.n.swing.dirchooser,\
  o.openidex.util,\
  options.editor,\
-@@ -344,7 +317,6 @@
+@@ -344,7 +319,6 @@
  spellchecker.apimodule,\
  spellchecker.bindings.htmlxml,\
  spellchecker.bindings.properties,\
@@ -109,7 +103,7 @@ Index: netbeans-7.0.1+dfsg1/nbbuild/cluster.properties
  spellchecker.kit,\
  spi.debugger.ui,\
  spi.editor.hints,\
-@@ -373,7 +345,6 @@
+@@ -373,7 +347,6 @@
  xml.axi,\
  xml.catalog,\
  xml.core,\
@@ -117,17 

[pkg-java] r14558 - trunk/werken.xpath/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 15:08:37 + (Mon, 29 Aug 2011)
New Revision: 14558

Modified:
   trunk/werken.xpath/debian/changelog
   trunk/werken.xpath/debian/control
Log:
UNRELEASED
* Team upload.
* Remove Arnaud from Uploaders list.
* Update Standards-Version: 3.9.1.
* Add Vcs-Svn header.
* Remove Java runtime from Depends.

Modified: trunk/werken.xpath/debian/changelog
===
--- trunk/werken.xpath/debian/changelog 2011-08-29 13:46:32 UTC (rev 14557)
+++ trunk/werken.xpath/debian/changelog 2011-08-29 15:08:37 UTC (rev 14558)
@@ -1,3 +1,14 @@
+werken.xpath (0.9.4-12) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Update Standards-Version: 3.9.1.
+  * Add Vcs-Svn header.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:04:03 +0200
+
 werken.xpath (0.9.4-11) unstable; urgency=low
 
   * (Build-)Depends on libjdom1-java (Closes: #500537).

Modified: trunk/werken.xpath/debian/control
===
--- trunk/werken.xpath/debian/control   2011-08-29 13:46:32 UTC (rev 14557)
+++ trunk/werken.xpath/debian/control   2011-08-29 15:08:37 UTC (rev 14558)
@@ -2,14 +2,15 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Michael Koch konque...@gmx.de
 Build-Depends: debhelper(= 7), cdbs, ant, default-jdk
 Build-Depends-Indep: libxerces2-java, antlr(= 2.7), libjdom1-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/werken.xpath
 
 Package: libwerken.xpath-java
 Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless, libxerces2-java, antlr(= 2.7), libjdom1-java, 
${misc:Depends}
+Depends: libxerces2-java, antlr(= 2.7), libjdom1-java, ${misc:Depends}
 Description: JDOM XPath Engine 
  A XPath Engine for JDOM, created by the Werken  Sons Company.
  .


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


[pkg-java] r14559 - in trunk/werken.xpath/debian: . patches source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 15:15:30 + (Mon, 29 Aug 2011)
New Revision: 14559

Added:
   trunk/werken.xpath/debian/patches/series
   trunk/werken.xpath/debian/source/
   trunk/werken.xpath/debian/source/format
Modified:
   trunk/werken.xpath/debian/changelog
   trunk/werken.xpath/debian/patches/01_Test_CompileFix_JDomAPIChange.patch
   trunk/werken.xpath/debian/patches/02_JDOM_NodeTypeStep.patch
   trunk/werken.xpath/debian/patches/03_JDOM_UnAbbrStep.patch
   trunk/werken.xpath/debian/patches/04_JDOM_StringFunction.patch
   trunk/werken.xpath/debian/patches/05_JDOM_getParent.patch
   trunk/werken.xpath/debian/rules
Log:
Switch to source format 3.0.

Modified: trunk/werken.xpath/debian/changelog
===
--- trunk/werken.xpath/debian/changelog 2011-08-29 15:08:37 UTC (rev 14558)
+++ trunk/werken.xpath/debian/changelog 2011-08-29 15:15:30 UTC (rev 14559)
@@ -6,8 +6,9 @@
   * Update Standards-Version: 3.9.1.
   * Add Vcs-Svn header.
   * Remove Java runtime from Depends.
+  * Switch to source format 3.0.
 
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:04:03 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:11:40 +0200
 
 werken.xpath (0.9.4-11) unstable; urgency=low
 

Modified: 
trunk/werken.xpath/debian/patches/01_Test_CompileFix_JDomAPIChange.patch
===
--- trunk/werken.xpath/debian/patches/01_Test_CompileFix_JDomAPIChange.patch
2011-08-29 15:08:37 UTC (rev 14558)
+++ trunk/werken.xpath/debian/patches/01_Test_CompileFix_JDomAPIChange.patch
2011-08-29 15:15:30 UTC (rev 14559)
@@ -1,5 +1,7 @@
 src/com/werken/xpath/Test.java.orig2000-10-24 05:45:32.0 
+0200
-+++ src/com/werken/xpath/Test.java 2005-03-14 20:21:04.216696296 +0100
+Index: werken.xpath-0.9.4/src/com/werken/xpath/Test.java
+===
+--- werken.xpath-0.9.4.orig/src/com/werken/xpath/Test.java 2000-10-24 
05:45:32.0 +0200
 werken.xpath-0.9.4/src/com/werken/xpath/Test.java  2011-08-29 
17:10:39.0 +0200
 @@ -57,6 +57,10 @@
System.err.println(Results ::  + results);
  

Modified: trunk/werken.xpath/debian/patches/02_JDOM_NodeTypeStep.patch
===
--- trunk/werken.xpath/debian/patches/02_JDOM_NodeTypeStep.patch
2011-08-29 15:08:37 UTC (rev 14558)
+++ trunk/werken.xpath/debian/patches/02_JDOM_NodeTypeStep.patch
2011-08-29 15:15:30 UTC (rev 14559)
@@ -1,5 +1,7 @@
 src/com/werken/xpath/impl/NodeTypeStep.java.orig   2005-03-21 
23:23:52.0 +0100
-+++ src/com/werken/xpath/impl/NodeTypeStep.java2005-03-14 
20:26:41.0 +0100
+Index: werken.xpath-0.9.4/src/com/werken/xpath/impl/NodeTypeStep.java
+===
+--- werken.xpath-0.9.4.orig/src/com/werken/xpath/impl/NodeTypeStep.java
2000-10-26 03:09:41.0 +0200
 werken.xpath-0.9.4/src/com/werken/xpath/impl/NodeTypeStep.java 
2011-08-29 17:10:45.0 +0200
 @@ -84,16 +84,16 @@
  {
if ( isAbsolute() )

Modified: trunk/werken.xpath/debian/patches/03_JDOM_UnAbbrStep.patch
===
--- trunk/werken.xpath/debian/patches/03_JDOM_UnAbbrStep.patch  2011-08-29 
15:08:37 UTC (rev 14558)
+++ trunk/werken.xpath/debian/patches/03_JDOM_UnAbbrStep.patch  2011-08-29 
15:15:30 UTC (rev 14559)
@@ -1,5 +1,7 @@
 src/com/werken/xpath/impl/UnAbbrStep.java.orig 2005-03-21 
23:23:52.0 +0100
-+++ src/com/werken/xpath/impl/UnAbbrStep.java  2005-03-14 20:26:41.0 
+0100
+Index: werken.xpath-0.9.4/src/com/werken/xpath/impl/UnAbbrStep.java
+===
+--- werken.xpath-0.9.4.orig/src/com/werken/xpath/impl/UnAbbrStep.java  
2000-10-31 21:20:56.0 +0100
 werken.xpath-0.9.4/src/com/werken/xpath/impl/UnAbbrStep.java   
2011-08-29 17:10:49.0 +0200
 @@ -175,7 +175,7 @@
}
  }

Modified: trunk/werken.xpath/debian/patches/04_JDOM_StringFunction.patch
===
--- trunk/werken.xpath/debian/patches/04_JDOM_StringFunction.patch  
2011-08-29 15:08:37 UTC (rev 14558)
+++ trunk/werken.xpath/debian/patches/04_JDOM_StringFunction.patch  
2011-08-29 15:15:30 UTC (rev 14559)
@@ -1,5 +1,7 @@
 src/com/werken/xpath/function/StringFunction.java.orig 2005-03-21 
23:23:52.0 +0100
-+++ src/com/werken/xpath/function/StringFunction.java  2005-03-14 
20:26:41.0 +0100
+Index: werken.xpath-0.9.4/src/com/werken/xpath/function/StringFunction.java
+===
+--- werken.xpath-0.9.4.orig/src/com/werken/xpath/function/StringFunction.java  
2000-10-24 05:30:00.0 +0200
 

[pkg-java] r14560 - in trunk/wsdl4j/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 15:21:59 + (Mon, 29 Aug 2011)
New Revision: 14560

Added:
   trunk/wsdl4j/debian/source/
   trunk/wsdl4j/debian/source/format
Modified:
   trunk/wsdl4j/debian/changelog
   trunk/wsdl4j/debian/compat
   trunk/wsdl4j/debian/control
   trunk/wsdl4j/debian/rules
Log:
UNRELEASED
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends.

Modified: trunk/wsdl4j/debian/changelog
===
--- trunk/wsdl4j/debian/changelog   2011-08-29 15:15:30 UTC (rev 14559)
+++ trunk/wsdl4j/debian/changelog   2011-08-29 15:21:59 UTC (rev 14560)
@@ -1,3 +1,13 @@
+wsdl4j (1.6.2-3) unstable; urgency=low
+
+  UNRELEASED
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:17:38 +0200
+
 wsdl4j (1.6.2-2) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/wsdl4j/debian/compat
===
--- trunk/wsdl4j/debian/compat  2011-08-29 15:15:30 UTC (rev 14559)
+++ trunk/wsdl4j/debian/compat  2011-08-29 15:21:59 UTC (rev 14560)
@@ -1 +1 @@
-5
+7

Modified: trunk/wsdl4j/debian/control
===
--- trunk/wsdl4j/debian/control 2011-08-29 15:15:30 UTC (rev 14559)
+++ trunk/wsdl4j/debian/control 2011-08-29 15:21:59 UTC (rev 14560)
@@ -4,17 +4,16 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Steffen Moeller steffen_moel...@gmx.de,
  Michael Koch konque...@gmx.de, Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 5), cdbs, quilt
+Build-Depends: debhelper (= 7), cdbs
 Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Homepage: http://wsdl4j.sourceforge.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/wsdl4j
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wsdl4j
 
 Package: libwsdl4j-java
 Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless,
- ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Webservice description language for Java
  The Web Services Description Language for Java Toolkit (WSDL4J) allows
  the creation, representation, and manipulation of WSDL documents. Is

Modified: trunk/wsdl4j/debian/rules
===
--- trunk/wsdl4j/debian/rules   2011-08-29 15:15:30 UTC (rev 14559)
+++ trunk/wsdl4j/debian/rules   2011-08-29 15:21:59 UTC (rev 14560)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_INSTALL_TARGET := dist

Added: trunk/wsdl4j/debian/source/format
===
--- trunk/wsdl4j/debian/source/format   (rev 0)
+++ trunk/wsdl4j/debian/source/format   2011-08-29 15:21:59 UTC (rev 14560)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14561 - trunk/xml-crimson/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 15:33:21 + (Mon, 29 Aug 2011)
New Revision: 14561

Modified:
   trunk/xml-crimson/debian/changelog
   trunk/xml-crimson/debian/compat
   trunk/xml-crimson/debian/control
   trunk/xml-crimson/debian/rules
Log:
UNRELEASED
* Team upload.
* Change Section: java.
* Remove Arnaud from Uploaders list.
* Switch to debhelper level 7.
* Switch to default-jdk.
* Remove Java runtime from Depends.
* Add missing Depends: ${misc:Depends}.

Modified: trunk/xml-crimson/debian/changelog
===
--- trunk/xml-crimson/debian/changelog  2011-08-29 15:21:59 UTC (rev 14560)
+++ trunk/xml-crimson/debian/changelog  2011-08-29 15:33:21 UTC (rev 14561)
@@ -1,3 +1,16 @@
+xml-crimson (1:1.1.3-11) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload.
+  * Change Section: java.
+  * Remove Arnaud from Uploaders list.
+  * Switch to debhelper level 7.
+  * Switch to default-jdk.
+  * Remove Java runtime from Depends.
+  * Add missing Depends: ${misc:Depends}.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:28:47 +0200
+
 xml-crimson (1:1.1.3-10) unstable; urgency=low
 
   * Removed DOCTYPE definition in build.xml. Closes: #432369.

Modified: trunk/xml-crimson/debian/compat
===
--- trunk/xml-crimson/debian/compat 2011-08-29 15:21:59 UTC (rev 14560)
+++ trunk/xml-crimson/debian/compat 2011-08-29 15:33:21 UTC (rev 14561)
@@ -1 +1 @@
-4 
+7 

Modified: trunk/xml-crimson/debian/control
===
--- trunk/xml-crimson/debian/control2011-08-29 15:21:59 UTC (rev 14560)
+++ trunk/xml-crimson/debian/control2011-08-29 15:33:21 UTC (rev 14561)
@@ -1,14 +1,14 @@
 Source: xml-crimson
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 4.2.30), cdbs, java-gcj-compat-dev, ant
+Uploaders: Michael Koch konque...@gmx.de
+Build-Depends: debhelper (= 7), cdbs, default-jdk, ant
 Standards-Version: 3.7.2
 
 Package: libcrimson-java
 Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${misc:Depends}
 Suggests: libcrimson-java-doc
 Description: XML parser which support the Java API for XML Processing (JAXP)
  Crimson supports the Java API for XML Processing (JAXP) version 1.1
@@ -19,6 +19,7 @@
 Package: libcrimson-java-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libcrimson-java
 Description: XML parser which support the Java API for XML Processing (JAXP)
  Crimson supports the Java API for XML Processing (JAXP) version 1.1

Modified: trunk/xml-crimson/debian/rules
===
--- trunk/xml-crimson/debian/rules  2011-08-29 15:21:59 UTC (rev 14560)
+++ trunk/xml-crimson/debian/rules  2011-08-29 15:33:21 UTC (rev 14561)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME := /usr/share/ant
 VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut 
-f1 -d\- | cut -f2 -d\:)
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar xmlParserAPIs xsercesImpl


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


[pkg-java] r14562 - in trunk/xml-crimson/debian: . patches source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 15:36:28 + (Mon, 29 Aug 2011)
New Revision: 14562

Added:
   trunk/xml-crimson/debian/patches/series
   trunk/xml-crimson/debian/source/
   trunk/xml-crimson/debian/source/format
Modified:
   trunk/xml-crimson/debian/changelog
   trunk/xml-crimson/debian/control
   trunk/xml-crimson/debian/patches/00_build_xml.patch
   trunk/xml-crimson/debian/rules
Log:
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.

Modified: trunk/xml-crimson/debian/changelog
===
--- trunk/xml-crimson/debian/changelog  2011-08-29 15:33:21 UTC (rev 14561)
+++ trunk/xml-crimson/debian/changelog  2011-08-29 15:36:28 UTC (rev 14562)
@@ -8,8 +8,10 @@
   * Switch to default-jdk.
   * Remove Java runtime from Depends.
   * Add missing Depends: ${misc:Depends}.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
 
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:28:47 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:33:15 +0200
 
 xml-crimson (1:1.1.3-10) unstable; urgency=low
 

Modified: trunk/xml-crimson/debian/control
===
--- trunk/xml-crimson/debian/control2011-08-29 15:33:21 UTC (rev 14561)
+++ trunk/xml-crimson/debian/control2011-08-29 15:36:28 UTC (rev 14562)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant
-Standards-Version: 3.7.2
+Standards-Version: 3.9.1
 
 Package: libcrimson-java
 Architecture: all

Modified: trunk/xml-crimson/debian/patches/00_build_xml.patch
===
--- trunk/xml-crimson/debian/patches/00_build_xml.patch 2011-08-29 15:33:21 UTC 
(rev 14561)
+++ trunk/xml-crimson/debian/patches/00_build_xml.patch 2011-08-29 15:36:28 UTC 
(rev 14562)
@@ -1,5 +1,7 @@
 build.xml.orig 2006-02-09 14:33:03.0 +0100
-+++ build.xml  2006-02-09 14:28:56.0 +0100
+Index: xml-crimson-1.1.3/build.xml
+===
+--- xml-crimson-1.1.3.orig/build.xml   2001-10-03 16:19:21.0 +0200
 xml-crimson-1.1.3/build.xml2011-08-29 17:32:32.0 +0200
 @@ -50,6 +50,8 @@
property name=dist.dir value=${build.dir}/${dist.file}/
property name=distbin.dir value=${dist.dir}/

Added: trunk/xml-crimson/debian/patches/series
===
--- trunk/xml-crimson/debian/patches/series (rev 0)
+++ trunk/xml-crimson/debian/patches/series 2011-08-29 15:36:28 UTC (rev 
14562)
@@ -0,0 +1 @@
+00_build_xml.patch

Modified: trunk/xml-crimson/debian/rules
===
--- trunk/xml-crimson/debian/rules  2011-08-29 15:33:21 UTC (rev 14561)
+++ trunk/xml-crimson/debian/rules  2011-08-29 15:36:28 UTC (rev 14562)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME := /usr/share/ant

Added: trunk/xml-crimson/debian/source/format
===
--- trunk/xml-crimson/debian/source/format  (rev 0)
+++ trunk/xml-crimson/debian/source/format  2011-08-29 15:36:28 UTC (rev 
14562)
@@ -0,0 +1 @@
+3.0 (quilt)


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


libxpp2-java 2.1.10-7 MIGRATED to testing

2011-08-29 Thread Debian testing watch
FYI: The status of the libxpp2-java source package
in Debian's testing distribution has changed.

  Previous version: 2.1.10-6
  Current version:  2.1.10-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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libvldocking-java 2.1.4-4 MIGRATED to testing

2011-08-29 Thread Debian testing watch
FYI: The status of the libvldocking-java source package
in Debian's testing distribution has changed.

  Previous version: 2.1.4-3
  Current version:  2.1.4-4

-- 
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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libxpp3-java 1.1.4c-2 MIGRATED to testing

2011-08-29 Thread Debian testing watch
FYI: The status of the libxpp3-java source package
in Debian's testing distribution has changed.

  Previous version: 1.1.4c-1
  Current version:  1.1.4c-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 http://release.debian.org/testing-watch/ for more information.

__
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.


libquartz-java 1.7.3-1 MIGRATED to testing

2011-08-29 Thread Debian testing watch
FYI: The status of the libquartz-java source package
in Debian's testing distribution has changed.

  Previous version: 1.6.6-1
  Current version:  1.7.3-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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-invoker 2.0.11-1 MIGRATED to testing

2011-08-29 Thread Debian testing watch
FYI: The status of the maven-invoker source package
in Debian's testing distribution has changed.

  Previous version: 2.0.10-2
  Current version:  2.0.11-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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14563 - trunk/libjgrapht-java/branch_0.6/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:06:50 + (Mon, 29 Aug 2011)
New Revision: 14563

Modified:
   trunk/libjgrapht-java/branch_0.6/debian/changelog
Log:
release

Modified: trunk/libjgrapht-java/branch_0.6/debian/changelog
===
--- trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 15:36:28 UTC 
(rev 14562)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 17:06:50 UTC 
(rev 14563)
@@ -1,6 +1,5 @@
 libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
 
-  UNRELEASED
   * Team upload.
   * Remove binary package libjgrapht0.6-java-link because we never agreed on
 such meta packages. Add apropriate Provides, Conflicts, and Replaces.


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


[pkg-java] r14564 - trunk/libjgrapht-java/branch_0.6/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:13:00 + (Mon, 29 Aug 2011)
New Revision: 14564

Modified:
   trunk/libjgrapht-java/branch_0.6/debian/
Log:
set property tagsUrl



Property changes on: trunk/libjgrapht-java/branch_0.6/debian
___
Added: svn-bp:tagsUrl
   + svn+ssh://svn.debian.org/svn/pkg-java/tags/libjgrapht-java



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


[pkg-java] r14565 - in tags/libjgrapht-java: . 0.6.0-9

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:16:42 + (Mon, 29 Aug 2011)
New Revision: 14565

Added:
   tags/libjgrapht-java/0.6.0-9/
   tags/libjgrapht-java/0.6.0-9/debian/
Removed:
   tags/libjgrapht-java/0.6.0-9/debian/
Log:
[svn-buildpackage] Tagging libjgrapht0.6-java 0.6.0-9


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


[pkg-java] r14566 - trunk/netbeans-cvsclient/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:19:28 + (Mon, 29 Aug 2011)
New Revision: 14566

Modified:
   trunk/netbeans-cvsclient/debian/changelog
Log:
release

Modified: trunk/netbeans-cvsclient/debian/changelog
===
--- trunk/netbeans-cvsclient/debian/changelog   2011-08-29 17:16:42 UTC (rev 
14565)
+++ trunk/netbeans-cvsclient/debian/changelog   2011-08-29 17:19:28 UTC (rev 
14566)
@@ -1,6 +1,5 @@
 netbeans-cvsclient (6.5-2) unstable; urgency=low
 
-  UNRELEASED
   * Change Build-Depends: default-jdk-builddep to default-jdk.
   * Switch to source format 3.0.
   * Switch to debhelper level 7.


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


Processing of libjgrapht0.6-java_0.6.0-9_amd64.changes

2011-08-29 Thread Debian FTP Masters
libjgrapht0.6-java_0.6.0-9_amd64.changes uploaded successfully to localhost
along with the files:
  libjgrapht0.6-java_0.6.0-9.dsc
  libjgrapht0.6-java_0.6.0-9.debian.tar.gz
  libjgrapht0.6-java_0.6.0-9_all.deb
  libjgrapht0.6-java-doc_0.6.0-9_all.deb

Greetings,

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

__
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.


[pkg-java] r14567 - in tags/netbeans-cvsclient: . 6.5-2/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:21:05 + (Mon, 29 Aug 2011)
New Revision: 14567

Added:
   tags/netbeans-cvsclient/6.5-2/
   tags/netbeans-cvsclient/6.5-2/debian/changelog
Removed:
   tags/netbeans-cvsclient/6.5-2/debian/changelog
Log:
[svn-buildpackage] Tagging netbeans-cvsclient 6.5-2

Deleted: tags/netbeans-cvsclient/6.5-2/debian/changelog
===
--- trunk/netbeans-cvsclient/debian/changelog   2011-08-29 17:16:42 UTC (rev 
14565)
+++ tags/netbeans-cvsclient/6.5-2/debian/changelog  2011-08-29 17:21:05 UTC 
(rev 14567)
@@ -1,19 +0,0 @@
-netbeans-cvsclient (6.5-2) unstable; urgency=low
-
-  UNRELEASED
-  * Change Build-Depends: default-jdk-builddep to default-jdk.
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 11:00:31 +0200
-
-netbeans-cvsclient (6.5-1) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Initial release. (Closes: #525977)
-
-  [ Torsten Werner ]
-  * Fix copyright/license issues.
-
- -- Torsten Werner twer...@debian.org  Tue, 11 Aug 2009 21:49:59 +0200

Copied: tags/netbeans-cvsclient/6.5-2/debian/changelog (from rev 14566, 
trunk/netbeans-cvsclient/debian/changelog)
===
--- tags/netbeans-cvsclient/6.5-2/debian/changelog  
(rev 0)
+++ tags/netbeans-cvsclient/6.5-2/debian/changelog  2011-08-29 17:21:05 UTC 
(rev 14567)
@@ -0,0 +1,18 @@
+netbeans-cvsclient (6.5-2) unstable; urgency=low
+
+  * Change Build-Depends: default-jdk-builddep to default-jdk.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 11:00:31 +0200
+
+netbeans-cvsclient (6.5-1) unstable; urgency=low
+
+  [ Ludovic Claude ]
+  * Initial release. (Closes: #525977)
+
+  [ Torsten Werner ]
+  * Fix copyright/license issues.
+
+ -- Torsten Werner twer...@debian.org  Tue, 11 Aug 2009 21:49:59 +0200


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


[pkg-java] r14568 - trunk/saxonb/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:22:41 + (Mon, 29 Aug 2011)
New Revision: 14568

Modified:
   trunk/saxonb/debian/changelog
Log:
release

Modified: trunk/saxonb/debian/changelog
===
--- trunk/saxonb/debian/changelog   2011-08-29 17:21:05 UTC (rev 14567)
+++ trunk/saxonb/debian/changelog   2011-08-29 17:22:41 UTC (rev 14568)
@@ -1,11 +1,10 @@
 saxonb (9.1.0.8-1) unstable; urgency=low
 
-  UNRELEASED
   * Team upload.
   * Newer but not newest upstream release. (Closes: #576467, #599413)
   * Switch to source format 3.0.
   * Update debian/watch to look into subversions tags directory. But there are
-even newer versions.
+even newer versions than tags.
   * Remove Java runtime from Depends.
   * Update Standards-Version: 3.9.1.
 


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


Processing of netbeans-cvsclient_6.5-2_amd64.changes

2011-08-29 Thread Debian FTP Masters
netbeans-cvsclient_6.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  netbeans-cvsclient_6.5-2.dsc
  netbeans-cvsclient_6.5-2.debian.tar.gz
  libnetbeans-cvsclient-java_6.5-2_all.deb

Greetings,

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

__
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.


[pkg-java] r14569 - in tags/saxonb: . 9.1.0.8-1/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:29:41 + (Mon, 29 Aug 2011)
New Revision: 14569

Added:
   tags/saxonb/9.1.0.8-1/
   tags/saxonb/9.1.0.8-1/debian/changelog
Removed:
   tags/saxonb/9.1.0.8-1/debian/changelog
Log:
[svn-buildpackage] Tagging saxonb 9.1.0.8-1

Deleted: tags/saxonb/9.1.0.8-1/debian/changelog
===
--- trunk/saxonb/debian/changelog   2011-08-29 17:21:05 UTC (rev 14567)
+++ tags/saxonb/9.1.0.8-1/debian/changelog  2011-08-29 17:29:41 UTC (rev 
14569)
@@ -1,66 +0,0 @@
-saxonb (9.1.0.8-1) unstable; urgency=low
-
-  UNRELEASED
-  * Team upload.
-  * Newer but not newest upstream release. (Closes: #576467, #599413)
-  * Switch to source format 3.0.
-  * Update debian/watch to look into subversions tags directory. But there are
-even newer versions.
-  * Remove Java runtime from Depends.
-  * Update Standards-Version: 3.9.1.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 13:34:44 +0200
-
-saxonb (9.0.0.4+svn20080322-3) unstable; urgency=low
-
-  [ Chris Cheney ]
-  * (Build-)Depends on default-jdk (Closes: #508978).
-  * Add missing Depends ${misc:Depends}.
-  * Updated Standards-Version to 3.8.0.0.
-
-  [ Michael Koch ]
-  * Build-Depends on debhelper (= 7).
-  * Maved packaged to section 'java'.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 25 Sep 2009 20:40:25 +0200
-
-saxonb (9.0.0.4+svn20080322-2) unstable; urgency=low
-
-  * add missing t in Depends: (closes: #495403)
-  * fix -dom4j symlink (closes: #490767)
-  * point to Apache 2.0 license instead of including a full copy
-in debian/copyright, thanks lintian
-
- -- Rene Engelhard r...@debian.org  Mon, 25 Aug 2008 01:21:53 +0200
-
-saxonb (9.0.0.4+svn20080322-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Michael Koch konque...@gmx.de  Sat, 05 Apr 2008 22:20:02 +0200
-
-saxonb (9.0-3) unstable; urgency=low
-
-  * Disabled external method invocation by default, as it is insecure.
-See README.Debian how to enable this if needed. Closes: #465885.
-Thanks to Stefano Zacchiroli for the patch.
-  * Added helpers to call XSLT and XQuery processors and documentation about
-them in README.Debian. Closes: #465894.
-  * Added manpages for saxonb-xquery and saxonb-xslt.
-  * Added watch file.
-
- -- Michael Koch konque...@gmx.de  Sat, 16 Feb 2008 21:05:34 +0100
-
-saxonb (9.0-2) unstable; urgency=low
-
-  * Add libxom-java to (Build-)Depends. Closes: #464286
-  * Add Vcs-Svn and Vcs-Browse fields to control file.
-
- -- Michael Koch konque...@gmx.de  Wed, 06 Feb 2008 23:10:58 +0100
-
-saxonb (9.0-1) unstable; urgency=low
-
-  * Initial version. Closes: #350338, #408842.
-
- -- Michael Koch konque...@gmx.de  Tue, 18 Dec 2007 00:09:18 +0100

Copied: tags/saxonb/9.1.0.8-1/debian/changelog (from rev 14568, 
trunk/saxonb/debian/changelog)
===
--- tags/saxonb/9.1.0.8-1/debian/changelog  (rev 0)
+++ tags/saxonb/9.1.0.8-1/debian/changelog  2011-08-29 17:29:41 UTC (rev 
14569)
@@ -0,0 +1,65 @@
+saxonb (9.1.0.8-1) unstable; urgency=low
+
+  * Team upload.
+  * Newer but not newest upstream release. (Closes: #576467, #599413)
+  * Switch to source format 3.0.
+  * Update debian/watch to look into subversions tags directory. But there are
+even newer versions than tags.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 13:34:44 +0200
+
+saxonb (9.0.0.4+svn20080322-3) unstable; urgency=low
+
+  [ Chris Cheney ]
+  * (Build-)Depends on default-jdk (Closes: #508978).
+  * Add missing Depends ${misc:Depends}.
+  * Updated Standards-Version to 3.8.0.0.
+
+  [ Michael Koch ]
+  * Build-Depends on debhelper (= 7).
+  * Maved packaged to section 'java'.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Fri, 25 Sep 2009 20:40:25 +0200
+
+saxonb (9.0.0.4+svn20080322-2) unstable; urgency=low
+
+  * add missing t in Depends: (closes: #495403)
+  * fix -dom4j symlink (closes: #490767)
+  * point to Apache 2.0 license instead of including a full copy
+in debian/copyright, thanks lintian
+
+ -- Rene Engelhard r...@debian.org  Mon, 25 Aug 2008 01:21:53 +0200
+
+saxonb (9.0.0.4+svn20080322-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Koch konque...@gmx.de  Sat, 05 Apr 2008 22:20:02 +0200
+
+saxonb (9.0-3) unstable; urgency=low
+
+  * Disabled external method invocation by default, as it is insecure.
+See README.Debian how to enable this if needed. Closes: #465885.
+Thanks to Stefano Zacchiroli for the patch.
+  * Added helpers to call XSLT and XQuery processors and documentation about
+them in README.Debian. Closes: #465894.
+  * Added manpages for saxonb-xquery and saxonb-xslt.
+  * Added watch file.
+
+ -- Michael Koch konque...@gmx.de  Sat, 16 Feb 2008 21:05:34 +0100
+

libjgrapht0.6-java_0.6.0-9_amd64.changes REJECTED

2011-08-29 Thread Debian FTP Masters



Reject Reasons:
libjgrapht0.6-java_0.6.0-9_amd64.changes file already known to dak
libjgrapht0.6-java_0.6.0-9_all.deb: can not overwrite existing copy already in 
the archive.
md5sum and/or size mismatch on existing copy of 
libjgrapht0.6-java_0.6.0-9_all.deb.
libjgrapht0.6-java-doc_0.6.0-9_all.deb: can not overwrite existing copy already 
in the archive.
md5sum and/or size mismatch on existing copy of 
libjgrapht0.6-java-doc_0.6.0-9_all.deb.
md5sum and/or size mismatch on existing copy of libjgrapht0.6-java_0.6.0-9.dsc.
libjgrapht0.6-java_0.6.0-9.dsc: old version (0.6.0-9) in stable = new version 
(0.6.0-9) targeted at unstable.
libjgrapht0.6-java_0.6.0-9.dsc: old version (0.6.0-9) in unstable = new 
version (0.6.0-9) targeted at unstable.
libjgrapht0.6-java_0.6.0-9.dsc: old version (0.6.0-9) in testing = new version 
(0.6.0-9) targeted at unstable.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


__
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.


netbeans-cvsclient_6.5-2_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libnetbeans-cvsclient-java_6.5-2_all.deb
  to main/n/netbeans-cvsclient/libnetbeans-cvsclient-java_6.5-2_all.deb
netbeans-cvsclient_6.5-2.debian.tar.gz
  to main/n/netbeans-cvsclient/netbeans-cvsclient_6.5-2.debian.tar.gz
netbeans-cvsclient_6.5-2.dsc
  to main/n/netbeans-cvsclient/netbeans-cvsclient_6.5-2.dsc


Override entries for your package:
libnetbeans-cvsclient-java_6.5-2_all.deb - optional java
netbeans-cvsclient_6.5-2.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


Processing of saxonb_9.1.0.8-1_amd64.changes

2011-08-29 Thread Debian FTP Masters
saxonb_9.1.0.8-1_amd64.changes uploaded successfully to localhost
along with the files:
  saxonb_9.1.0.8-1.dsc
  saxonb_9.1.0.8.orig.tar.gz
  saxonb_9.1.0.8-1.debian.tar.gz
  libsaxonb-java_9.1.0.8-1_all.deb
  libsaxonb-java-doc_9.1.0.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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#466062: ship SaxonB documentation (not only the JavaDoc stuff)

2011-08-29 Thread Torsten Werner
Package: libsaxonb-java-doc
Severity: normal

Hi Stefano,

I have doubts that any extra documentation will be packaged anytime soon. Sorry
for that.

Cheers,
Torsten



__
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#567210: Testcase

2011-08-29 Thread Torsten Werner
Hi Brian,

On Thu, Jan 28, 2010 at 2:15 AM, brian m. carlson
sand...@crustytoothpaste.ath.cx wrote:
 I forgot to include the testcase, so it is now attached.  Also, since
 I'm really only using Saxon-B via Ant, if a new feature is added to
 resolve this problem, I really need it to be accessible via the Ant
 task.

thanks for your report. I am afraid that we need someone to implement
the feature. Please note that I have just uploaded a newer upstream
version 9.1.0.8 of saxonb.

Sorry,
Torsten



__
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.


Processing of libjgrapht0.6-java_0.6.0-10_amd64.changes

2011-08-29 Thread Debian FTP Masters
libjgrapht0.6-java_0.6.0-10_amd64.changes uploaded successfully to localhost
along with the files:
  libjgrapht0.6-java_0.6.0-10.dsc
  libjgrapht0.6-java_0.6.0-10.debian.tar.gz
  libjgrapht0.6-java_0.6.0-10_all.deb
  libjgrapht0.6-java-doc_0.6.0-10_all.deb

Greetings,

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

__
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.


libjgrapht0.6-java_0.6.0-10_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libjgrapht0.6-java-doc_0.6.0-10_all.deb
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java-doc_0.6.0-10_all.deb
libjgrapht0.6-java_0.6.0-10.debian.tar.gz
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java_0.6.0-10.debian.tar.gz
libjgrapht0.6-java_0.6.0-10.dsc
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java_0.6.0-10.dsc
libjgrapht0.6-java_0.6.0-10_all.deb
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java_0.6.0-10_all.deb


Override entries for your package:
libjgrapht0.6-java-doc_0.6.0-10_all.deb - optional doc
libjgrapht0.6-java_0.6.0-10.dsc - source java
libjgrapht0.6-java_0.6.0-10_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


saxonb_9.1.0.8-1_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libsaxonb-java-doc_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java-doc_9.1.0.8-1_all.deb
libsaxonb-java_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java_9.1.0.8-1_all.deb
saxonb_9.1.0.8-1.debian.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8-1.debian.tar.gz
saxonb_9.1.0.8-1.dsc
  to main/s/saxonb/saxonb_9.1.0.8-1.dsc
saxonb_9.1.0.8.orig.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8.orig.tar.gz


Override entries for your package:
libsaxonb-java-doc_9.1.0.8-1_all.deb - optional doc
libsaxonb-java_9.1.0.8-1_all.deb - optional java
saxonb_9.1.0.8-1.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 576467 599413 


Thank you for your contribution to Debian.

__
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.


Processing of sqlline_1.0.2-4_amd64.changes

2011-08-29 Thread Debian FTP Masters
sqlline_1.0.2-4_amd64.changes uploaded successfully to localhost
along with the files:
  sqlline_1.0.2-4.dsc
  sqlline_1.0.2-4.debian.tar.gz
  sqlline_1.0.2-4_all.deb

Greetings,

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

__
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#576467: marked as done (saxonb: Please upload newer upstream version)

2011-08-29 Thread Debian Bug Tracking System
Your message dated Mon, 29 Aug 2011 17:47:51 +
with message-id e1qy5w7-0002sc...@franck.debian.org
and subject line Bug#576467: fixed in saxonb 9.1.0.8-1
has caused the Debian Bug report #576467,
regarding saxonb: Please upload newer upstream version
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.)


-- 
576467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576467
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: saxonb
Version: 9.0.0.4+svn20080322-3
Severity: normal

Hello,

I'm currently packaging natbraille, and at runtime I'm getting

Error at saxon:iterate on line 63 of 
file:/usr/share/natbraille/xsl/miseEnPage.xsl:
  Unknown Saxon extension instruction: iterate

Line 63 and further are

saxon:iterate select=* xmlns:saxon=http://saxon.sf.net/; 
xsl:extension-element-prefixes=saxon 
xsl:param name=numPage as=xs:integer select=1 / 
xsl:param name=numLigne as=xs:integer select=1 /

I guess this is only supported in the newer version of saxon, could you
please upload it?

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-4-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
 Cr�er une hi�rarchie supplementaire pour remedier � un probl�me (?) de
 dispersion est d'une logique digne des Shadocks.
 * BT in: Guide du Cabaliste Usenet - La Cabale vote oui (les Shadocks aussi) *


---End Message---
---BeginMessage---
Source: saxonb
Source-Version: 9.1.0.8-1

We believe that the bug you reported is fixed in the latest version of
saxonb, which is due to be installed in the Debian FTP archive:

libsaxonb-java-doc_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java-doc_9.1.0.8-1_all.deb
libsaxonb-java_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java_9.1.0.8-1_all.deb
saxonb_9.1.0.8-1.debian.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8-1.debian.tar.gz
saxonb_9.1.0.8-1.dsc
  to main/s/saxonb/saxonb_9.1.0.8-1.dsc
saxonb_9.1.0.8.orig.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 576...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated saxonb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 13:34:44 +0200
Source: saxonb
Binary: libsaxonb-java libsaxonb-java-doc
Architecture: source all
Version: 9.1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libsaxonb-java - The Saxon-B XSLT Processor
 libsaxonb-java-doc - The Saxon-B XSLT Processor's documentation and javadoc
Closes: 576467 599413
Changes: 
 saxonb (9.1.0.8-1) unstable; urgency=low
 .
   * Team upload.
   * Newer but not newest upstream release. (Closes: #576467, #599413)
   * Switch to source format 3.0.
   * Update debian/watch to look into subversions tags directory. But there are
 even newer versions than tags.
   * Remove Java runtime from Depends.
   * Update Standards-Version: 3.9.1.
Checksums-Sha1: 
 344011d3ec2fc27f648f7fd34761c29515587a84 1376 saxonb_9.1.0.8-1.dsc
 518546c362df80fe028126f3138b5c072605fadb 2209025 saxonb_9.1.0.8.orig.tar.gz
 95a103cf9d3c88d6737331c279e9b94b7636f5a9 21803 saxonb_9.1.0.8-1.debian.tar.gz
 4f1955f36125edb18754cd3afa7e81ce2bd7c2d5 3985896 
libsaxonb-java_9.1.0.8-1_all.deb
 74366192dac352eb41209682693237230c410954 4263048 
libsaxonb-java-doc_9.1.0.8-1_all.deb
Checksums-Sha256: 
 9b8f76147b6653ea2585576dc28ee20864fa8c53114cfd576ba5ae9fcbce4407 1376 
saxonb_9.1.0.8-1.dsc
 1fc11cc4a2119b2117477785c67443d2505763ae3137240499b48ea5a33ad673 2209025 
saxonb_9.1.0.8.orig.tar.gz
 07583d7f90db9577459d845a2df6c9f24794d0d5319e92f575099018b68467fb 21803 
saxonb_9.1.0.8-1.debian.tar.gz
 1be48ce5492f6a835f6f15195614e591636f71cafe1633128e9de9559e11 3985896 
libsaxonb-java_9.1.0.8-1_all.deb
 

Bug#599413: marked as done (libsaxonb-java: Arithmetic fails in 1.0 mode)

2011-08-29 Thread Debian Bug Tracking System
Your message dated Mon, 29 Aug 2011 17:47:51 +
with message-id e1qy5w7-0002sf...@franck.debian.org
and subject line Bug#599413: fixed in saxonb 9.1.0.8-1
has caused the Debian Bug report #599413,
regarding libsaxonb-java: Arithmetic fails in 1.0 mode
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.)


-- 
599413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599413
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libsaxonb-java
Version: 9.0.0.4+svn20080322-3
Severity: normal


This bug breaks backwards compatibility mode, it is described here:
http://sourceforge.net/tracker/?func=detailaid=2024077group_id=29872atid=397617

seems to be fixed in 9.0.0.8, can you update the package?

thanks in advance,
Lluís


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsaxonb-java depends on:
ii  default-jre-headless [jav 1:1.6-40   Standard Java or Java compatible R
ii  gij-4.3 [java2-runtime-he 4.3.3-3The GNU Java bytecode interpreter
ii  java-gcj-compat-headless  1.0.80-1   Java runtime environment using GIJ
ii  libdom4j-java 1.6.1+dfsg.2-4 flexible XML framework for Java
ii  libjdom1-java 1.1.1+dfsg-1   lightweight and fast library using
ii  libxom-java   1.2.1-2A new XML object model for Java
ii  openjdk-6-jre-headless [j 6b18-1.8.1-2   OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java2-runt 6.21-1 Sun Java(TM) Runtime Environment (

libsaxonb-java recommends no packages.

Versions of packages libsaxonb-java suggests:
pn  libsaxonb-java-docnone (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: saxonb
Source-Version: 9.1.0.8-1

We believe that the bug you reported is fixed in the latest version of
saxonb, which is due to be installed in the Debian FTP archive:

libsaxonb-java-doc_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java-doc_9.1.0.8-1_all.deb
libsaxonb-java_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java_9.1.0.8-1_all.deb
saxonb_9.1.0.8-1.debian.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8-1.debian.tar.gz
saxonb_9.1.0.8-1.dsc
  to main/s/saxonb/saxonb_9.1.0.8-1.dsc
saxonb_9.1.0.8.orig.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated saxonb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 13:34:44 +0200
Source: saxonb
Binary: libsaxonb-java libsaxonb-java-doc
Architecture: source all
Version: 9.1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libsaxonb-java - The Saxon-B XSLT Processor
 libsaxonb-java-doc - The Saxon-B XSLT Processor's documentation and javadoc
Closes: 576467 599413
Changes: 
 saxonb (9.1.0.8-1) unstable; urgency=low
 .
   * Team upload.
   * Newer but not newest upstream release. (Closes: #576467, #599413)
   * Switch to source format 3.0.
   * Update debian/watch to look into subversions tags directory. But there are
 even newer versions than tags.
   * Remove Java runtime from Depends.
   * Update Standards-Version: 3.9.1.
Checksums-Sha1: 
 344011d3ec2fc27f648f7fd34761c29515587a84 1376 saxonb_9.1.0.8-1.dsc
 518546c362df80fe028126f3138b5c072605fadb 2209025 saxonb_9.1.0.8.orig.tar.gz
 95a103cf9d3c88d6737331c279e9b94b7636f5a9 21803 saxonb_9.1.0.8-1.debian.tar.gz
 4f1955f36125edb18754cd3afa7e81ce2bd7c2d5 3985896 
libsaxonb-java_9.1.0.8-1_all.deb
 74366192dac352eb41209682693237230c410954 4263048 
libsaxonb-java-doc_9.1.0.8-1_all.deb
Checksums-Sha256: 
 9b8f76147b6653ea2585576dc28ee20864fa8c53114cfd576ba5ae9fcbce4407 1376 
saxonb_9.1.0.8-1.dsc
 1fc11cc4a2119b2117477785c67443d2505763ae3137240499b48ea5a33ad673 2209025 

Processing of substance_5.3-2_amd64.changes

2011-08-29 Thread Debian FTP Masters
substance_5.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  substance_5.3-2.dsc
  substance_5.3-2.debian.tar.gz
  substance_5.3-2_all.deb
  substance-doc_5.3-2_all.deb

Greetings,

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

__
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#639723: O: tagsoup

2011-08-29 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has no or only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



__
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.


sqlline_1.0.2-4_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
sqlline_1.0.2-4.debian.tar.gz
  to main/s/sqlline/sqlline_1.0.2-4.debian.tar.gz
sqlline_1.0.2-4.dsc
  to main/s/sqlline/sqlline_1.0.2-4.dsc
sqlline_1.0.2-4_all.deb
  to main/s/sqlline/sqlline_1.0.2-4_all.deb


Override entries for your package:
sqlline_1.0.2-4.dsc - source utils
sqlline_1.0.2-4_all.deb - extra utils

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


sqlline override disparity

2011-08-29 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

sqlline_1.0.2-4_all.deb: package says section is java, override says utils.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

__
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.


[pkg-java] r14570 - trunk/libjgrapht-java/branch_0.6/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:39:40 + (Mon, 29 Aug 2011)
New Revision: 14570

Modified:
   trunk/libjgrapht-java/branch_0.6/debian/changelog
   trunk/libjgrapht-java/branch_0.6/debian/control
Log:
merge changes from version -9 that haven't been committed to the svn repo


Modified: trunk/libjgrapht-java/branch_0.6/debian/changelog
===
--- trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 17:29:41 UTC 
(rev 14569)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 17:39:40 UTC 
(rev 14570)
@@ -1,4 +1,4 @@
-libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
+libjgrapht0.6-java (0.6.0-10) unstable; urgency=low
 
   * Team upload.
   * Remove binary package libjgrapht0.6-java-link because we never agreed on
@@ -11,6 +11,14 @@
 
  -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 10:53:13 +0200
 
+libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
+
+  * Following Michael Koch request to be removed from uploaders
+  * Added Conflicts with libjgrapht-java-doc (Closes: 546032)
+  * Added Replaces libjgrapht-java (= 0.6.0-4)
+
+ -- Steffen Moeller moel...@debian.org  Sat, 19 Sep 2009 16:18:57 +0200
+
 libjgrapht0.6-java (0.6.0-8) unstable; urgency=low
 
   * Eliminated .jar files from source tree (thanks to Torsten Werner

Modified: trunk/libjgrapht-java/branch_0.6/debian/control
===
--- trunk/libjgrapht-java/branch_0.6/debian/control 2011-08-29 17:29:41 UTC 
(rev 14569)
+++ trunk/libjgrapht-java/branch_0.6/debian/control 2011-08-29 17:39:40 UTC 
(rev 14570)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Steffen Moeller 
moel...@debian.org
+Uploaders: Steffen Moeller moel...@debian.org
 Build-Depends: cdbs, debhelper (= 7), ant, openjdk-6-jdk, libjgraph-java, 
junit
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java/branch_0.6
@@ -32,7 +32,8 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: www-browser, libjgrapht0.6-java
-Conflicts: libjgrapht-java (= 0.6.0-4)
+Conflicts: libjgrapht-java (= 0.6.0-4), libjgrapht-java-doc
+Replaces: libjgrapht-java-doc (= 0.6.0-4)
 Section: doc
 Description: javadoc-generated API of libjgrapht-java
  The javadoc utility was used to convert comments of the Java source


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


[pkg-java] r14571 - tags/libjgrapht-java

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:41:13 + (Mon, 29 Aug 2011)
New Revision: 14571

Removed:
   tags/libjgrapht-java/0.6.0-9/
Log:
remove wrong tag



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


[pkg-java] r14572 - in tags/libjgrapht-java: . 0.6.0-10 0.6.0-10/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:41:38 + (Mon, 29 Aug 2011)
New Revision: 14572

Added:
   tags/libjgrapht-java/0.6.0-10/
   tags/libjgrapht-java/0.6.0-10/debian/
   tags/libjgrapht-java/0.6.0-10/debian/changelog
   tags/libjgrapht-java/0.6.0-10/debian/control
Removed:
   tags/libjgrapht-java/0.6.0-10/debian/
   tags/libjgrapht-java/0.6.0-10/debian/changelog
   tags/libjgrapht-java/0.6.0-10/debian/control
Log:
[svn-buildpackage] Tagging libjgrapht0.6-java 0.6.0-10

Deleted: tags/libjgrapht-java/0.6.0-10/debian/changelog
===
--- trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-08-29 17:13:00 UTC 
(rev 14564)
+++ tags/libjgrapht-java/0.6.0-10/debian/changelog  2011-08-29 17:41:38 UTC 
(rev 14572)
@@ -1,81 +0,0 @@
-libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
-
-  * Team upload.
-  * Remove binary package libjgrapht0.6-java-link because we never agreed on
-such meta packages. Add apropriate Provides, Conflicts, and Replaces.
-  * Change Section: java.
-  * Update Standards-Version: 3.9.1.
-  * Remove Java runtime from Depends. Remove Suggests: java-virtual-machine.
-  * Switch to debhelper level 7.
-  * Switch to source version 3.0.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 10:53:13 +0200
-
-libjgrapht0.6-java (0.6.0-8) unstable; urgency=low
-
-  * Eliminated .jar files from source tree (thanks to Torsten Werner
-for spotting this)
-  * Added dependency to libjgraph-java
-  * Added dependency to junit as build dependency
-  * Using quilt for respective changes to build.xml
-
- -- Steffen Moeller moel...@debian.org  Tue, 08 Sep 2009 01:45:18 +0200
-
-libjgrapht0.6-java (0.6.0-7) unstable; urgency=low
-
-  * Updated policy to 3.8.3 (no changes required)
-  * Depending on default-jre rather than openjdk
-
- -- Steffen Moeller moel...@debian.org  Fri, 28 Aug 2009 14:26:48 +0200
-
-libjgrapht0.6-java (0.6.0-6) unstable; urgency=low
-
-  * Bumped version number to avoid conflict with
-libjgrapht-java binary of earlier release.
-
- -- Steffen Moeller moel...@debian.org  Tue, 04 Aug 2009 18:38:18 +0200
-
-libjgrapht0.6-java (0.6.0-1) unstable; urgency=low
-
-  * Renamed source package.
-  * Moved package back to main (Closes: #532378).
-
- -- Steffen Moeller moel...@debian.org  Tue, 04 Aug 2009 18:38:17 +0200
-
-libjgrapht-java (0.6.0-5) unstable; urgency=low
-
-  * Added version to the library name.  This aims at providing
-the possibility to have both versions of the jgrapht API
-coexisting peacefully.
-  * Charles Fry asked to be removed from the Uploaders
-list and so he was.
-
- -- Steffen Moeller moel...@debian.org  Sat, 27 Dec 2008 00:28:18 +0100
-
-libjgrapht-java (0.6.0-4) unstable; urgency=low
-
-  * Revert compat to 4 for inclusion in etch
-
- -- Charles Fry c...@debian.org  Sun, 11 Feb 2007 05:14:40 -0500
-
-libjgrapht-java (0.6.0-3) unstable; urgency=low
-
-  * Move clean target dependencies to Build-Depends
-  * Modified copyright holder's email per his request
-
- -- Charles Fry c...@debian.org  Mon, 15 Jan 2007 09:03:29 -0500
-
-libjgrapht-java (0.6.0-2) unstable; urgency=low
-
-  * Build using java-gcj-compat-dev
-  * Update to standards version 3.7.2
-  * Make pkg-java-maintainers the primary maintainer
-
- -- Charles Fry c...@debian.org  Wed,  5 Jul 2006 11:41:58 -0400
-
-libjgrapht-java (0.6.0-1) unstable; urgency=low
-
-  * Initial release. (Closes: #342504)
-
- -- Charles Fry deb...@frogcircus.org  Thu,  8 Dec 2005 13:26:15 -0500
-

Copied: tags/libjgrapht-java/0.6.0-10/debian/changelog (from rev 14570, 
trunk/libjgrapht-java/branch_0.6/debian/changelog)
===
--- tags/libjgrapht-java/0.6.0-10/debian/changelog  
(rev 0)
+++ tags/libjgrapht-java/0.6.0-10/debian/changelog  2011-08-29 17:41:38 UTC 
(rev 14572)
@@ -0,0 +1,89 @@
+libjgrapht0.6-java (0.6.0-10) unstable; urgency=low
+
+  * Team upload.
+  * Remove binary package libjgrapht0.6-java-link because we never agreed on
+such meta packages. Add apropriate Provides, Conflicts, and Replaces.
+  * Change Section: java.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends. Remove Suggests: java-virtual-machine.
+  * Switch to debhelper level 7.
+  * Switch to source version 3.0.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 10:53:13 +0200
+
+libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
+
+  * Following Michael Koch request to be removed from uploaders
+  * Added Conflicts with libjgrapht-java-doc (Closes: 546032)
+  * Added Replaces libjgrapht-java (= 0.6.0-4)
+
+ -- Steffen Moeller moel...@debian.org  Sat, 19 Sep 2009 16:18:57 +0200
+
+libjgrapht0.6-java (0.6.0-8) unstable; urgency=low
+
+  * Eliminated .jar files from source tree (thanks to Torsten Werner
+for spotting this)
+  * Added dependency to libjgraph-java
+  * Added dependency to junit as build dependency
+  * Using 

[pkg-java] r14573 - trunk/sqlline/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:42:40 + (Mon, 29 Aug 2011)
New Revision: 14573

Modified:
   trunk/sqlline/debian/changelog
Log:
release

Modified: trunk/sqlline/debian/changelog
===
--- trunk/sqlline/debian/changelog  2011-08-29 17:41:38 UTC (rev 14572)
+++ trunk/sqlline/debian/changelog  2011-08-29 17:42:40 UTC (rev 14573)
@@ -1,6 +1,5 @@
 sqlline (1.0.2-4) unstable; urgency=low
 
-  UNRELEASED
   * Team upload.
   * Switch to source format 3.0.
   * Switch to debhelper level 7.


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


[pkg-java] r14574 - in tags/sqlline: . 1.0.2-4/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:44:47 + (Mon, 29 Aug 2011)
New Revision: 14574

Added:
   tags/sqlline/1.0.2-4/
   tags/sqlline/1.0.2-4/debian/changelog
Removed:
   tags/sqlline/1.0.2-4/debian/changelog
Log:
[svn-buildpackage] Tagging sqlline 1.0.2-4

Deleted: tags/sqlline/1.0.2-4/debian/changelog
===
--- trunk/sqlline/debian/changelog  2011-08-29 17:41:38 UTC (rev 14572)
+++ tags/sqlline/1.0.2-4/debian/changelog   2011-08-29 17:44:47 UTC (rev 
14574)
@@ -1,59 +0,0 @@
-sqlline (1.0.2-4) unstable; urgency=low
-
-  UNRELEASED
-  * Team upload.
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:23:54 +0200
-
-sqlline (1.0.2-3) unstable; urgency=low
-
-  * Use default-jdk instead of default-jdk-builddep for Build-Depends as
-no components are built with gcj
-  * Depends on default-jre-headless instead of gcj
-  * Update Vcs-* fields
-  * Add Homepage field
-  * Bump Standards-Version to 3.8.3:
-- Add ${misc:Depends} in Depends field for debhelper
-- Move to java section of archive 
-  * Switch to Quilt patch system:
-- Refresh all patches
-- Add B-D on quilt
-- Include patchsys-quilt.mk in debian/rules
-  * Set Maintainer field to Debian Java Team
-  * Add myself as Uploaders and update my email address
-  * Add lintian-override for spelling-error-in-description
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 26 Sep 2009 20:33:31 +0200
-
-sqlline (1.0.2-2) unstable; urgency=low
-
-  * debian/sqlline.sh: Use java-wrappers for launch script
-  * debian/control:
-- Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev
-- Depends on java-wrappers for launch script
-  * debian/rules: Use default-java from default-jdk-builddep as JAVA_HOME
-  * debian/watch: Use uversionmangle=s/_/./g to replace _ by . in upstream 
version 
-
- -- Damien Raude-Morvan draz...@drazzib.com  Sun, 30 Nov 2008 12:56:57 +0100
-
-sqlline (1.0.2-1) unstable; urgency=low
-
-  * Initial release (Closes: #491805)
-  * debian/sqlline.1: create manpage for sqlline program
-  * Use debian/install to install jar and shell script (instead of
-install/sqlline:: rule) and just strip .sh from script name in
-binary-post-install/sqlline::
-  * debian/control:
-- Recommends a JDBC driver (all drivers available as alternative)
-- Depends on a JRE (has required by Debian Java-Policy).
-  Use java-gcj-compat-headless as default and java2-runtime-headless for
-  alternatives
-- Keep java-gcj-compat-dev in B-D as it's needed for clean target
-  * debian/copyright:
-- Add a note for vestigious LICENCE file (see #491805)
-- Licence packaging work under BSD (using same licence as upstream)
-
- -- Damien Raude-Morvan draz...@drazzib.com  Sat, 09 Aug 2008 09:27:18 +0200

Copied: tags/sqlline/1.0.2-4/debian/changelog (from rev 14573, 
trunk/sqlline/debian/changelog)
===
--- tags/sqlline/1.0.2-4/debian/changelog   (rev 0)
+++ tags/sqlline/1.0.2-4/debian/changelog   2011-08-29 17:44:47 UTC (rev 
14574)
@@ -0,0 +1,58 @@
+sqlline (1.0.2-4) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:23:54 +0200
+
+sqlline (1.0.2-3) unstable; urgency=low
+
+  * Use default-jdk instead of default-jdk-builddep for Build-Depends as
+no components are built with gcj
+  * Depends on default-jre-headless instead of gcj
+  * Update Vcs-* fields
+  * Add Homepage field
+  * Bump Standards-Version to 3.8.3:
+- Add ${misc:Depends} in Depends field for debhelper
+- Move to java section of archive 
+  * Switch to Quilt patch system:
+- Refresh all patches
+- Add B-D on quilt
+- Include patchsys-quilt.mk in debian/rules
+  * Set Maintainer field to Debian Java Team
+  * Add myself as Uploaders and update my email address
+  * Add lintian-override for spelling-error-in-description
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 26 Sep 2009 20:33:31 +0200
+
+sqlline (1.0.2-2) unstable; urgency=low
+
+  * debian/sqlline.sh: Use java-wrappers for launch script
+  * debian/control:
+- Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev
+- Depends on java-wrappers for launch script
+  * debian/rules: Use default-java from default-jdk-builddep as JAVA_HOME
+  * debian/watch: Use uversionmangle=s/_/./g to replace _ by . in upstream 
version 
+
+ -- Damien Raude-Morvan draz...@drazzib.com  Sun, 30 Nov 2008 12:56:57 +0100
+
+sqlline (1.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #491805)
+  * debian/sqlline.1: create manpage for sqlline program
+  * Use debian/install to install jar and shell script 

[pkg-java] r14575 - trunk/substance/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:46:56 + (Mon, 29 Aug 2011)
New Revision: 14575

Modified:
   trunk/substance/debian/changelog
Log:
release

Modified: trunk/substance/debian/changelog
===
--- trunk/substance/debian/changelog2011-08-29 17:44:47 UTC (rev 14574)
+++ trunk/substance/debian/changelog2011-08-29 17:46:56 UTC (rev 14575)
@@ -1,6 +1,5 @@
 substance (5.3-2) unstable; urgency=low
 
-  UNRELEASED
   * Change maintainers into Maintainers.
   * Switch to source format 3.0.
   * Update Standards-Version: 3.9.1.


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


[pkg-java] r14576 - in tags/substance: . 5.3-2/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:49:20 + (Mon, 29 Aug 2011)
New Revision: 14576

Added:
   tags/substance/5.3-2/
   tags/substance/5.3-2/debian/changelog
Removed:
   tags/substance/5.3-2/debian/changelog
Log:
[svn-buildpackage] Tagging substance 5.3-2

Deleted: tags/substance/5.3-2/debian/changelog
===
--- trunk/substance/debian/changelog2011-08-29 17:44:47 UTC (rev 14574)
+++ tags/substance/5.3-2/debian/changelog   2011-08-29 17:49:20 UTC (rev 
14576)
@@ -1,146 +0,0 @@
-substance (5.3-2) unstable; urgency=low
-
-  UNRELEASED
-  * Change maintainers into Maintainers.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.9.1.
-  * Remove Java runtime from Depends.
-  * Add the full BSD license text to debian/copyright instead of referencing
-common-licenses.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:42:35 +0200
-
-substance (5.3-1) unstable; urgency=low
-
-  * New upstream release (Closes: #553921).
-- Minimal JDK version is now = 6
-  * New substance-doc package:
-- contains API javadoc documentation
-  * Bump debhelper version to = 7
-  * Remove unused Depends on ${shlibs:Depends}
-  * Bump Standards-Version to 3.8.3 (no changes needed)
-  * Default JDK:
-- Build-Depends on default-jdk
-- Use /usr/lib/jvm/default-java as JAVA_HOME in debian/rules
-- Depends on default-jre | java6-runtime
-  * Use upstream build system:
-- Remove debian/build.xml
-- Define jdk.home in debian/ant.properties
-- Patch upstream build.xml to generate javadoc (build.diff)
-  * Update my email address
-
- -- Damien Raude-Morvan draz...@debian.org  Wed, 04 Nov 2009 22:35:08 +0100
-
-substance (5.2-3) unstable; urgency=low
-
-  [ Damien Raude-Morvan ]
-  * Add myself to Uploaders
-  * Include more config files in the JAR
-- *.colorscheme_S_ (Closes: #540433)
-- *.form
-  * Bump Standards-Version to 3.8.2:
-- Move to java section of archive
-  * Remove useless ${shlibs:Depends} from Depends
-
-  [ Varun Hiremath ]
-  * Add a dummy debian/watch with the upstream site
-  * debian/control: Fix vcs-svn header
-
- -- Varun Hiremath va...@debian.org  Fri, 07 Aug 2009 20:43:57 -0400
-
-substance (5.2-2) unstable; urgency=low
-
-  * Include *.colorscheme files in the jar
-  * Update patches/Drop_EDT_Check.diff to disable one more check
-
- -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:45:09 -0400
-
-substance (5.2-1) unstable; urgency=low
-
-  [ Damien Raude-Morvan ]
-  * New upstream release.
-  * debian/copyright:
-- MPL apply to XUI in src/contrib/net/xoetrope/editor/
-- Quaqua is licensed under LGPL 2.1 (without or later clause)
-  * debian/orig-tar.exclude:
-- exclude src/tools/docrobot/watermarks/*.jpg from orig tarballs
-
-  [ Varun Hiremath ]
-  * Update download link in orig-tar.sh
-  * debian/copyright:
-- upstream replaced quaqua images with free icons, so remove the
-  artwork license which is no longer applicable
-  * Re-uploading to debian/main after fixing all the license issues
-pointed out by ftp-masters
-
- -- Varun Hiremath va...@debian.org  Mon, 25 May 2009 01:35:15 -0400
-
-substance (5.0-3) unstable; urgency=low
-
-  * Change Depends: openjdk-6-jre.
-
- -- Torsten Werner twer...@debian.org  Sat, 07 Mar 2009 22:40:28 +0100
-
-substance (5.0-2) unstable; urgency=low
-
-  * Tango icons are now released to the public domain.
-  * Switch to openjdk-6.
-  * Move package to main.
-
- -- Torsten Werner twer...@debian.org  Sat, 07 Mar 2009 21:27:18 +0100
-
-substance (5.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.0
-  * Remove patches, not required anymore
-  * Add patches/Drop_EDT_Check.diff to temporarily drop Event Dispatch
-Thread check, for Jajuk to work
-
- -- Varun Hiremath va...@debian.org  Fri, 28 Nov 2008 17:08:29 -0500
-
-substance (4.3.11-1) unstable; urgency=low
-
-  * New upstream release
-  * Fix FSF address in debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Thu, 24 Jul 2008 23:22:33 +0200
-
-substance (4.1-1) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * New upstream release
-  * Update Homepage and Vcs headers in debian/control.
-  * Change Standards-Version: 3.7.3.
-
-  [ Varun Hiremath ]
-  * Set Debian Java maintainers as Maintainer and add myself to Uploaders.
-  * Move the build scripts to debian dir.
-
- -- Varun Hiremath va...@debian.org  Mon, 17 Dec 2007 04:36:53 +0530
-
-substance (4.1~dev-2) unstable; urgency=low
-
-  * Remove Katakana font from upstream sources due to license issue and
-disable Katakana watermark.
-  * Clean up the orig-tar.sh script.
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 09 Oct 2007 15:27:13 +0530
-
-substance (4.1~dev-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/control: Move the package to non-free because of license issues.
-  * debian/copyright: Include all the licenses.
-  * Include 

[pkg-java] r14577 - trunk/tagsoup/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:51:30 + (Mon, 29 Aug 2011)
New Revision: 14577

Modified:
   trunk/tagsoup/debian/changelog
Log:
release

Modified: trunk/tagsoup/debian/changelog
===
--- trunk/tagsoup/debian/changelog  2011-08-29 17:49:20 UTC (rev 14576)
+++ trunk/tagsoup/debian/changelog  2011-08-29 17:51:30 UTC (rev 14577)
@@ -1,6 +1,5 @@
 tagsoup (1.2-3) unstable; urgency=low
 
-  UNRELEASED
   * QA upload.
   * Orphaning package.
 


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


[pkg-java] r14578 - in tags/tagsoup: . 1.2-3/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:53:15 + (Mon, 29 Aug 2011)
New Revision: 14578

Added:
   tags/tagsoup/1.2-3/
   tags/tagsoup/1.2-3/debian/changelog
Removed:
   tags/tagsoup/1.2-3/debian/changelog
Log:
[svn-buildpackage] Tagging tagsoup 1.2-3

Deleted: tags/tagsoup/1.2-3/debian/changelog
===
--- trunk/tagsoup/debian/changelog  2011-08-29 17:49:20 UTC (rev 14576)
+++ tags/tagsoup/1.2-3/debian/changelog 2011-08-29 17:53:15 UTC (rev 14578)
@@ -1,61 +0,0 @@
-tagsoup (1.2-3) unstable; urgency=low
-
-  UNRELEASED
-  * QA upload.
-  * Orphaning package.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:46:54 +0200
-
-tagsoup (1.2-2) unstable; urgency=low
-
-  * (Build-)Depends on default-jdk (Closes: #526303).
-  * Rever to /usr/share/common-licenses/Apache-2.0 in debian/copyright.
-  * Build-Depends on debhelper = 7.
-  * Let all packages depend on ${misc:Depends}.
-  * Moved package to section 'java'.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 22:59:22 +0200
-
-tagsoup (1.2-1) unstable; urgency=low
-
-  * New upstream release.
-  * Standards version 3.7.3.
-  * Added new Homepage and svn control fields.
-  * Upstream license changed to Apache 2.
-
- -- Paul Cager paul-deb...@home.paulcager.org  Mon, 07 Jan 2008 22:24:24 
+
-
-tagsoup (1.1.3-1) unstable; urgency=low
-
-  * New upstream release.
-- Fixed Saxon crash with a NullPointerException when processing a second
-  document.
-- Fixed bug in CDATAElementsFeature.
-- Added JAXP support - Tatu Saloranta's JAXP package.
-  * Sanitised rules file.
-
- -- Paul Cager paul-deb...@home.paulcager.org  Sun, 13 May 2007 20:28:44 
+0100
-
-tagsoup (1.1-1) experimental; urgency=low
-
-  * New upstream release.
-
- -- Paul Cager paul-deb...@home.paulcager.org  Thu, 22 Mar 2007 20:32:37 
+
-
-tagsoup (1.0.4-1) experimental; urgency=low
-
-  * New upstream release.
-  * Changed to debhelper version 5.
-  * Split off a -doc package.
-  * Switched to pkg-java maintainer.
-  * Removed hard-coded version numbers from install and links files.
-
- -- Paul Cager paul-deb...@home.paulcager.org  Mon, 26 Feb 2007 15:52:03 
+
-
-tagsoup (1.0.1-1) unstable; urgency=low
-
-  * Initial Release. Closes: #359170
-
- -- Paul Cager paul-deb...@home.paulcager.org  Sat, 18 Nov 2006 23:12:15 
+

Copied: tags/tagsoup/1.2-3/debian/changelog (from rev 14577, 
trunk/tagsoup/debian/changelog)
===
--- tags/tagsoup/1.2-3/debian/changelog (rev 0)
+++ tags/tagsoup/1.2-3/debian/changelog 2011-08-29 17:53:15 UTC (rev 14578)
@@ -0,0 +1,60 @@
+tagsoup (1.2-3) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 14:46:54 +0200
+
+tagsoup (1.2-2) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk (Closes: #526303).
+  * Rever to /usr/share/common-licenses/Apache-2.0 in debian/copyright.
+  * Build-Depends on debhelper = 7.
+  * Let all packages depend on ${misc:Depends}.
+  * Moved package to section 'java'.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 22:59:22 +0200
+
+tagsoup (1.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Standards version 3.7.3.
+  * Added new Homepage and svn control fields.
+  * Upstream license changed to Apache 2.
+
+ -- Paul Cager paul-deb...@home.paulcager.org  Mon, 07 Jan 2008 22:24:24 
+
+
+tagsoup (1.1.3-1) unstable; urgency=low
+
+  * New upstream release.
+- Fixed Saxon crash with a NullPointerException when processing a second
+  document.
+- Fixed bug in CDATAElementsFeature.
+- Added JAXP support - Tatu Saloranta's JAXP package.
+  * Sanitised rules file.
+
+ -- Paul Cager paul-deb...@home.paulcager.org  Sun, 13 May 2007 20:28:44 
+0100
+
+tagsoup (1.1-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Paul Cager paul-deb...@home.paulcager.org  Thu, 22 Mar 2007 20:32:37 
+
+
+tagsoup (1.0.4-1) experimental; urgency=low
+
+  * New upstream release.
+  * Changed to debhelper version 5.
+  * Split off a -doc package.
+  * Switched to pkg-java maintainer.
+  * Removed hard-coded version numbers from install and links files.
+
+ -- Paul Cager paul-deb...@home.paulcager.org  Mon, 26 Feb 2007 15:52:03 
+
+
+tagsoup (1.0.1-1) unstable; urgency=low
+
+  * Initial Release. Closes: #359170
+
+ -- Paul Cager paul-deb...@home.paulcager.org  Sat, 18 Nov 2006 23:12:15 
+


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


[pkg-java] r14579 - old trunk

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:54:54 + (Mon, 29 Aug 2011)
New Revision: 14579

Added:
   old/tagsoup/
Removed:
   trunk/tagsoup/
Log:
orphaning package


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


[pkg-java] r14580 - trunk/tinylaf/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:55:35 + (Mon, 29 Aug 2011)
New Revision: 14580

Modified:
   trunk/tinylaf/debian/changelog
Log:
release

Modified: trunk/tinylaf/debian/changelog
===
--- trunk/tinylaf/debian/changelog  2011-08-29 17:54:54 UTC (rev 14579)
+++ trunk/tinylaf/debian/changelog  2011-08-29 17:55:35 UTC (rev 14580)
@@ -1,6 +1,5 @@
 tinylaf (1.4.0-2) unstable; urgency=low
 
-  UNRELEASED
   * QA upload.
   * Orphaning package.
 


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


[pkg-java] r14581 - in tags/tinylaf: . 1.4.0-2/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:57:02 + (Mon, 29 Aug 2011)
New Revision: 14581

Added:
   tags/tinylaf/1.4.0-2/
   tags/tinylaf/1.4.0-2/debian/changelog
Removed:
   tags/tinylaf/1.4.0-2/debian/changelog
Log:
[svn-buildpackage] Tagging tinylaf 1.4.0-2

Deleted: tags/tinylaf/1.4.0-2/debian/changelog
===
--- trunk/tinylaf/debian/changelog  2011-08-29 17:54:54 UTC (rev 14579)
+++ tags/tinylaf/1.4.0-2/debian/changelog   2011-08-29 17:57:02 UTC (rev 
14581)
@@ -1,59 +0,0 @@
-tinylaf (1.4.0-2) unstable; urgency=low
-
-  UNRELEASED
-  * QA upload.
-  * Orphaning package.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 15:01:08 +0200
-
-tinylaf (1.4.0-1) unstable; urgency=low
-
-  * New upstream release.
-  * Moved Build-Depends-Indep to Build-Depends.
-  * Build-Depends on debhelper (= 7).
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 21:34:37 +0200
-
-tinylaf (1.3.8-4) unstable; urgency=low
-
-  * Fix java bytecode / java runtime version mismatch by setting -source
-and -target to 1.5 (Closes: #503804)
-
- -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 12:59:53 -0400
-
-tinylaf (1.3.8-3) unstable; urgency=low
-
-  * Switch to openjdk-6.
-  * Move package to main.
-
- -- Torsten Werner twer...@debian.org  Fri, 04 Apr 2008 01:11:56 +0200
-
-tinylaf (1.3.8-2) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * debian/control:
-+ Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
-+ Build-Depend on debhelper = 6
-+ Add Vcs-{Svn,Browser} headers.
-+ Set Priority to optional from extra
-  * debian/compat: Bump up to 6
-  * Add debian/README.Debian-source file.
-  * Remove debian/install and install jar from debian/rules and create
-symbolic link.
-
- -- Varun Hiremath va...@debian.org  Fri, 18 Jan 2008 18:41:56 +0530
-
-tinylaf (1.3.8-1) unstable; urgency=low
-
-  * New upstream release
-  * Fix the debian/copyright file
-
- -- Varun Hiremath varunhirem...@gmail.com  Mon, 02 Jul 2007 15:11:04 +0530
-
-tinylaf (1.3.6-1) unstable; urgency=low
-
-  * Initial release (Closes: #422336)
-
- -- Varun Hiremath varunhirem...@gmail.com  Fri,  4 May 2007 23:39:02 +0530

Copied: tags/tinylaf/1.4.0-2/debian/changelog (from rev 14580, 
trunk/tinylaf/debian/changelog)
===
--- tags/tinylaf/1.4.0-2/debian/changelog   (rev 0)
+++ tags/tinylaf/1.4.0-2/debian/changelog   2011-08-29 17:57:02 UTC (rev 
14581)
@@ -0,0 +1,58 @@
+tinylaf (1.4.0-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 15:01:08 +0200
+
+tinylaf (1.4.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Moved Build-Depends-Indep to Build-Depends.
+  * Build-Depends on debhelper (= 7).
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 21:34:37 +0200
+
+tinylaf (1.3.8-4) unstable; urgency=low
+
+  * Fix java bytecode / java runtime version mismatch by setting -source
+and -target to 1.5 (Closes: #503804)
+
+ -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 12:59:53 -0400
+
+tinylaf (1.3.8-3) unstable; urgency=low
+
+  * Switch to openjdk-6.
+  * Move package to main.
+
+ -- Torsten Werner twer...@debian.org  Fri, 04 Apr 2008 01:11:56 +0200
+
+tinylaf (1.3.8-2) unstable; urgency=low
+
+  * Move the package to pkg-java svn.
+  * debian/control:
++ Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
++ Build-Depend on debhelper = 6
++ Add Vcs-{Svn,Browser} headers.
++ Set Priority to optional from extra
+  * debian/compat: Bump up to 6
+  * Add debian/README.Debian-source file.
+  * Remove debian/install and install jar from debian/rules and create
+symbolic link.
+
+ -- Varun Hiremath va...@debian.org  Fri, 18 Jan 2008 18:41:56 +0530
+
+tinylaf (1.3.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Fix the debian/copyright file
+
+ -- Varun Hiremath varunhirem...@gmail.com  Mon, 02 Jul 2007 15:11:04 +0530
+
+tinylaf (1.3.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #422336)
+
+ -- Varun Hiremath varunhirem...@gmail.com  Fri,  4 May 2007 23:39:02 +0530


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


[pkg-java] r14582 - trunk/werken.xpath/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 17:58:37 + (Mon, 29 Aug 2011)
New Revision: 14582

Modified:
   trunk/werken.xpath/debian/changelog
Log:
release

Modified: trunk/werken.xpath/debian/changelog
===
--- trunk/werken.xpath/debian/changelog 2011-08-29 17:57:02 UTC (rev 14581)
+++ trunk/werken.xpath/debian/changelog 2011-08-29 17:58:37 UTC (rev 14582)
@@ -1,6 +1,5 @@
 werken.xpath (0.9.4-12) unstable; urgency=low
 
-  UNRELEASED
   * Team upload.
   * Remove Arnaud from Uploaders list.
   * Update Standards-Version: 3.9.1.


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


[pkg-java] r14584 - trunk/wsdl4j/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:01:29 + (Mon, 29 Aug 2011)
New Revision: 14584

Modified:
   trunk/wsdl4j/debian/changelog
Log:
release

Modified: trunk/wsdl4j/debian/changelog
===
--- trunk/wsdl4j/debian/changelog   2011-08-29 18:00:09 UTC (rev 14583)
+++ trunk/wsdl4j/debian/changelog   2011-08-29 18:01:29 UTC (rev 14584)
@@ -1,6 +1,5 @@
 wsdl4j (1.6.2-3) unstable; urgency=low
 
-  UNRELEASED
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.


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


substance_5.3-2_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
substance-doc_5.3-2_all.deb
  to main/s/substance/substance-doc_5.3-2_all.deb
substance_5.3-2.debian.tar.gz
  to main/s/substance/substance_5.3-2.debian.tar.gz
substance_5.3-2.dsc
  to main/s/substance/substance_5.3-2.dsc
substance_5.3-2_all.deb
  to main/s/substance/substance_5.3-2_all.deb


Override entries for your package:
substance-doc_5.3-2_all.deb - optional doc
substance_5.3-2.dsc - source java
substance_5.3-2_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


[pkg-java] r14585 - in tags/wsdl4j: . 1.6.2-3/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:03:37 + (Mon, 29 Aug 2011)
New Revision: 14585

Added:
   tags/wsdl4j/1.6.2-3/
   tags/wsdl4j/1.6.2-3/debian/changelog
Removed:
   tags/wsdl4j/1.6.2-3/debian/changelog
Log:
[svn-buildpackage] Tagging wsdl4j 1.6.2-3

Deleted: tags/wsdl4j/1.6.2-3/debian/changelog
===
--- trunk/wsdl4j/debian/changelog   2011-08-29 18:00:09 UTC (rev 14583)
+++ tags/wsdl4j/1.6.2-3/debian/changelog2011-08-29 18:03:37 UTC (rev 
14585)
@@ -1,84 +0,0 @@
-wsdl4j (1.6.2-3) unstable; urgency=low
-
-  UNRELEASED
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Remove Java runtime from Depends.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:17:38 +0200
-
-wsdl4j (1.6.2-2) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-
-  [ Torsten Werner ]
-  * Fix Homepage field in debian/control. (Closes: #535583)
-  * Move doc-base file to the correct binary package and fix it.
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Fix Copyright notice in debian/copyright.
-  * Update Standards-Version: 3.8.2.
-
- -- Torsten Werner twer...@debian.org  Tue, 07 Jul 2009 21:40:56 +0200
-
-wsdl4j (1.6.2-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/control:
-+ Add Homepage, Vcs-{Svn, Browser} Headers.
-+ Build-Depend on debhelper =5
-  * debian/compat: switch to 5
-  * debian/rules:
-+ Clean up old comments.
-+ Add install target to install jars and create symbolic links
-  * Remove debian/libwsdl4j-java.install and debian/libwsdl4j-java.links
-  * Add debian/orig-tar.sh to repackage the source (zip) and create
-orig.tar.gz
-  * Add build.diff patch to fix the broken build.xml file.
-
- -- Varun Hiremath varunhirem...@gmail.com  Thu, 08 Nov 2007 22:49:36 +0530
-
-wsdl4j (1.5.2-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Michael Koch konque...@gmx.de  Fri, 20 Apr 2007 17:26:02 -0100
-
-wsdl4j (1.5.2-3) experimental; urgency=low
-
-  * Merged from Ubuntu.
-  * Upload to experimental.
-
- -- Michael Koch konque...@gmx.de  Sat,  3 Mar 2007 10:52:34 +0100
-
-wsdl4j (1.5.2-2ubuntu1) edgy; urgency=low
-
-  * Upload to edgy.
-
- -- Matthias Klose d...@ubuntu.com  Wed, 27 Sep 2006 11:02:28 +
-
-wsdl4j (1.5.2-2) unstable; urgency=low
-
-  * Initial upload to Debian archive (Closes: #).
-  * Added build-dependencies and dependencies.
-  * Upgraded Standards-Version to 3.7.2.
-  * Changed rules to use cdbs.
-  * Changed installation files.
-  (Patches by Vladimír Lapáček)
-
- -- Michael Koch konque...@gmx.de  Tue, 26 Sep 2006 04:17:59 +
-
-wsdl4j (1.5.2-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller steffen_moel...@gmx.de  Sun,  7 May 2006 22:37:09 +0200
-
-wsdl4j (1.5.1-1) unstable; urgency=low
-
-  * Initial version based of the work of the Fedora packagers.
-
- -- Stephan Michels step...@apache.org  Mon,  9 Jan 2006 11:40:09 +0100
-

Copied: tags/wsdl4j/1.6.2-3/debian/changelog (from rev 14584, 
trunk/wsdl4j/debian/changelog)
===
--- tags/wsdl4j/1.6.2-3/debian/changelog(rev 0)
+++ tags/wsdl4j/1.6.2-3/debian/changelog2011-08-29 18:03:37 UTC (rev 
14585)
@@ -0,0 +1,83 @@
+wsdl4j (1.6.2-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:17:38 +0200
+
+wsdl4j (1.6.2-2) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+
+  [ Torsten Werner ]
+  * Fix Homepage field in debian/control. (Closes: #535583)
+  * Move doc-base file to the correct binary package and fix it.
+  * Add missing Depends: ${misc:Depends}.
+  * Change Section: java.
+  * Fix Copyright notice in debian/copyright.
+  * Update Standards-Version: 3.8.2.
+
+ -- Torsten Werner twer...@debian.org  Tue, 07 Jul 2009 21:40:56 +0200
+
+wsdl4j (1.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
++ Add Homepage, Vcs-{Svn, Browser} Headers.
++ Build-Depend on debhelper =5
+  * debian/compat: switch to 5
+  * debian/rules:
++ Clean up old comments.
++ Add install target to install jars and create symbolic links
+  * Remove debian/libwsdl4j-java.install and debian/libwsdl4j-java.links
+  * Add debian/orig-tar.sh to repackage the source (zip) and create
+orig.tar.gz
+  * Add build.diff patch to fix the broken build.xml file.
+
+ -- Varun Hiremath varunhirem...@gmail.com  Thu, 08 Nov 2007 22:49:36 +0530
+
+wsdl4j (1.5.2-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Michael Koch konque...@gmx.de  Fri, 20 Apr 2007 17:26:02 -0100
+
+wsdl4j (1.5.2-3) experimental; urgency=low
+
+  * Merged from Ubuntu.
+  

Processing of werken.xpath_0.9.4-12_amd64.changes

2011-08-29 Thread Debian FTP Masters
werken.xpath_0.9.4-12_amd64.changes uploaded successfully to localhost
along with the files:
  werken.xpath_0.9.4-12.dsc
  werken.xpath_0.9.4-12.debian.tar.gz
  libwerken.xpath-java_0.9.4-12_all.deb

Greetings,

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

__
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.


Processing of wsdl4j_1.6.2-3_amd64.changes

2011-08-29 Thread Debian FTP Masters
wsdl4j_1.6.2-3_amd64.changes uploaded successfully to localhost
along with the files:
  wsdl4j_1.6.2-3.dsc
  wsdl4j_1.6.2-3.debian.tar.gz
  libwsdl4j-java_1.6.2-3_all.deb
  libwsdl4j-java-doc_1.6.2-3_all.deb

Greetings,

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

__
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.


[pkg-java] r14586 - trunk/xml-crimson/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:05:15 + (Mon, 29 Aug 2011)
New Revision: 14586

Modified:
   trunk/xml-crimson/debian/changelog
Log:
release

Modified: trunk/xml-crimson/debian/changelog
===
--- trunk/xml-crimson/debian/changelog  2011-08-29 18:03:37 UTC (rev 14585)
+++ trunk/xml-crimson/debian/changelog  2011-08-29 18:05:15 UTC (rev 14586)
@@ -1,6 +1,5 @@
 xml-crimson (1:1.1.3-11) unstable; urgency=low
 
-  UNRELEASED
   * Team upload.
   * Change Section: java.
   * Remove Arnaud from Uploaders list.


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


[pkg-java] r14587 - in tags/xml-crimson: . 1:1.1.3-11/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:06:56 + (Mon, 29 Aug 2011)
New Revision: 14587

Added:
   tags/xml-crimson/1:1.1.3-11/
   tags/xml-crimson/1:1.1.3-11/debian/changelog
Removed:
   tags/xml-crimson/1:1.1.3-11/debian/changelog
Log:
[svn-buildpackage] Tagging xml-crimson 1:1.1.3-11

Deleted: tags/xml-crimson/1:1.1.3-11/debian/changelog
===
--- trunk/xml-crimson/debian/changelog  2011-08-29 18:03:37 UTC (rev 14585)
+++ tags/xml-crimson/1:1.1.3-11/debian/changelog2011-08-29 18:06:56 UTC 
(rev 14587)
@@ -1,118 +0,0 @@
-xml-crimson (1:1.1.3-11) unstable; urgency=low
-
-  UNRELEASED
-  * Team upload.
-  * Change Section: java.
-  * Remove Arnaud from Uploaders list.
-  * Switch to debhelper level 7.
-  * Switch to default-jdk.
-  * Remove Java runtime from Depends.
-  * Add missing Depends: ${misc:Depends}.
-  * Update Standards-Version: 3.9.1.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:33:15 +0200
-
-xml-crimson (1:1.1.3-10) unstable; urgency=low
-
-  * Removed DOCTYPE definition in build.xml. Closes: #432369.
-
- -- Michael Koch konque...@gmx.de  Sun, 15 Jul 2007 21:27:48 +0200
-
-xml-crimson (1:1.1.3-9) unstable; urgency=low
-
-  * Use java-gcj-compat(-dev) instead of kaffe.
-  * Moved Build-Depends-Indep to Build-Depends.
-  * Removed Wolfgang and added myself to Uploaders.
-  * Updated Standards-Version.
-
- -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 11:15:04 -0100
-
-xml-crimson (1:1.1.3-8) unstable; urgency=low
-
-  * Adapted build.xml patch to include the definition of a bootclasspath for
-compiling the implementation classes as crimson needs an older jaxp
-api as included in the free runtimes.
-
- -- Wolfgang Baer wb...@gmx.de  Thu, 09 Feb 2006 14:29:34 +0100
-
-xml-crimson (1:1.1.3-7) unstable; urgency=low
-
-  * debian/rules: change  the VERSION miniscript to skip  the epoch number
-(closes: #348094)
-  * debian/rules: removed the compiler reference to jikes
-  * removed Takashi Okamoto t...@debian.org from the uploaders
-
- -- Arnaud Vandyck av...@debian.org  Mon, 16 Jan 2006 11:32:22 +0100
-
-xml-crimson (1:1.1.3-6) unstable; urgency=low
-
-  * debian/control: added a Section (doc) entry to the -doc package fields
-  * added myself as an uploader
-
- -- Arnaud Vandyck av...@debian.org  Thu, 20 Oct 2005 14:34:51 +0200
-
-xml-crimson (1:1.1.3-5) unstable; urgency=low
-
-  * Transfer maintainership to pkg-java maintainers
-  * Added compat file
-  * Added kaffe | java1-runtime | java2-runtime as depends
-  * Removed redundant build-deps jikes
-  * Changed build system to cdbs, fixed unnoticed FTBS in unstable
-  * Standards-Version 3.6.2
-  * Added myself to uploaders
-
- -- Wolfgang Baer wb...@gmx.de  Fri, 14 Oct 2005 15:32:36 +0200
-
-xml-crimson (1:1.1.3-4ubuntu2) breezy; urgency=low
-
-  * Build depend on java-gcj-compat-dev, depend on java-gcj-compat.
-
- -- Matthias Klose d...@ubuntu.com  Wed, 29 Jun 2005 14:29:17 +0200
-
-xml-crimson (1:1.1.3-4ubuntu1) breezy; urgency=low
-
-  * Build-depend on java-gcj-compat.
-  * Work around fastjar -C bug.
-
- -- Matthias Klose d...@ubuntu.com  Fri, 10 Jun 2005 21:49:22 +
-
-xml-crimson (1:1.1.3-4) unstable; urgency=low
-
-  * fixed FTBFS.
-
- -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 21:02:49 +0900
-
-xml-crimson (1:1.1.3-3) unstable; urgency=low
-
-  * remove dependency libsax-java,libdom-java,libjaxp-java
-  * from libcrimson-java-doc. (closes:#167671)
-  * remove libjaxp-java from libcrimson-java.
-
- -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 21:01:54 +0900
-
-xml-crimson (1:1.1.3-2) unstable; urgency=low
-
-  * fixed FTBFS.(closes: #162431)
-
- -- Takashi Okamoto t...@debian.org  Sat, 26 Oct 2002 20:03:49 +0900
-
-xml-crimson (1:1.1.3-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Takashi Okamoto t...@debian.org  Sun, 21 Oct 2001 12:55:19 +0900
-
-xml-crimson (1.1.2b2-1) unstable; urgency=low
-
-  * New upstream release(1.1.2 beta2).
-
- -- Takashi Okamoto t...@debian.org  Mon, 20 Aug 2001 18:30:23 +0900
-
-xml-crimson (1.1.20010605-1) unstable; urgency=low
-
-  * Initial release (closes: #100980).
-
- -- Takashi Okamoto t...@debian.org  Wed,  6 Jun 2001 23:54:04 +0900
-
-

Copied: tags/xml-crimson/1:1.1.3-11/debian/changelog (from rev 14586, 
trunk/xml-crimson/debian/changelog)
===
--- tags/xml-crimson/1:1.1.3-11/debian/changelog
(rev 0)
+++ tags/xml-crimson/1:1.1.3-11/debian/changelog2011-08-29 18:06:56 UTC 
(rev 14587)
@@ -0,0 +1,117 @@
+xml-crimson (1:1.1.3-11) unstable; urgency=low
+
+  * Team upload.
+  * Change Section: java.
+  * Remove Arnaud from Uploaders list.
+  * Switch to debhelper level 7.
+  * Switch to default-jdk.
+  * Remove Java runtime from Depends.
+  * Add missing Depends: ${misc:Depends}.
+  * Update Standards-Version: 3.9.1.
+  * Switch to 

Processing of xml-crimson_1.1.3-11_amd64.changes

2011-08-29 Thread Debian FTP Masters
xml-crimson_1.1.3-11_amd64.changes uploaded successfully to localhost
along with the files:
  xml-crimson_1.1.3-11.dsc
  xml-crimson_1.1.3-11.debian.tar.gz
  libcrimson-java_1.1.3-11_all.deb
  libcrimson-java-doc_1.1.3-11_all.deb

Greetings,

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

__
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#639724: O: tinylaf

2011-08-29 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has no or only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



__
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.


werken.xpath_0.9.4-12_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libwerken.xpath-java_0.9.4-12_all.deb
  to main/w/werken.xpath/libwerken.xpath-java_0.9.4-12_all.deb
werken.xpath_0.9.4-12.debian.tar.gz
  to main/w/werken.xpath/werken.xpath_0.9.4-12.debian.tar.gz
werken.xpath_0.9.4-12.dsc
  to main/w/werken.xpath/werken.xpath_0.9.4-12.dsc


Override entries for your package:
libwerken.xpath-java_0.9.4-12_all.deb - optional java
werken.xpath_0.9.4-12.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


wsdl4j_1.6.2-3_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libwsdl4j-java-doc_1.6.2-3_all.deb
  to main/w/wsdl4j/libwsdl4j-java-doc_1.6.2-3_all.deb
libwsdl4j-java_1.6.2-3_all.deb
  to main/w/wsdl4j/libwsdl4j-java_1.6.2-3_all.deb
wsdl4j_1.6.2-3.debian.tar.gz
  to main/w/wsdl4j/wsdl4j_1.6.2-3.debian.tar.gz
wsdl4j_1.6.2-3.dsc
  to main/w/wsdl4j/wsdl4j_1.6.2-3.dsc


Override entries for your package:
libwsdl4j-java-doc_1.6.2-3_all.deb - optional doc
libwsdl4j-java_1.6.2-3_all.deb - optional java
wsdl4j_1.6.2-3.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


xml-crimson_1.1.3-11_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libcrimson-java-doc_1.1.3-11_all.deb
  to main/x/xml-crimson/libcrimson-java-doc_1.1.3-11_all.deb
libcrimson-java_1.1.3-11_all.deb
  to main/x/xml-crimson/libcrimson-java_1.1.3-11_all.deb
xml-crimson_1.1.3-11.debian.tar.gz
  to main/x/xml-crimson/xml-crimson_1.1.3-11.debian.tar.gz
xml-crimson_1.1.3-11.dsc
  to main/x/xml-crimson/xml-crimson_1.1.3-11.dsc


Override entries for your package:
libcrimson-java-doc_1.1.3-11_all.deb - optional doc
libcrimson-java_1.1.3-11_all.deb - optional java
xml-crimson_1.1.3-11.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


Processed (with 1 errors): Re: Bug#634563: xmlunit: FTBFS: [apply] grep: at10.log: No such file or directory

2011-08-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 634563 dblatex
Bug #634563 [src:xmlunit] xmlunit: FTBFS: [apply] grep: at10.log: No such 
file or directory
Bug reassigned from package 'src:xmlunit' to 'dblatex'.
Bug No longer marked as found in versions xmlunit/1.3-1.
 found 634563 0.3.2-1
Bug #634563 [dblatex] xmlunit: FTBFS: [apply] grep: at10.log: No such file 
or directory
Bug Marked as found in versions dblatex/0.3.2-1.
 affects 0.3.2-1 xmlunit
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

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

__
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#567210: Testcase

2011-08-29 Thread brian m. carlson
On Mon, Aug 29, 2011 at 07:35:50PM +0200, Torsten Werner wrote:
 On Thu, Jan 28, 2010 at 2:15 AM, brian m. carlson
 sand...@crustytoothpaste.ath.cx wrote:
  I forgot to include the testcase, so it is now attached.  Also, since
  I'm really only using Saxon-B via Ant, if a new feature is added to
  resolve this problem, I really need it to be accessible via the Ant
  task.
 
 thanks for your report. I am afraid that we need someone to implement
 the feature. Please note that I have just uploaded a newer upstream
 version 9.1.0.8 of saxonb.

I'm not using saxonb via ant right now, so the ant task is not critical
for me anymore.  Do you still need someone to fix the underlying bug
(doc-available returns false for file URIs) or just the ant task?  I'll
try to look into the former sometime this wekk if that's the case to see
if I can fix it.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital 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.

[pkg-java] r14588 - trunk/wagon/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:46:29 + (Mon, 29 Aug 2011)
New Revision: 14588

Modified:
   trunk/wagon/debian/changelog
   trunk/wagon/debian/control
   trunk/wagon/debian/rules
Log:
Add Build-Depends: libjsoup-java and libcommons-io-java.

Modified: trunk/wagon/debian/changelog
===
--- trunk/wagon/debian/changelog2011-08-29 18:06:56 UTC (rev 14587)
+++ trunk/wagon/debian/changelog2011-08-29 18:46:29 UTC (rev 14588)
@@ -10,10 +10,11 @@
   [ Torsten Werner ]
   * New upstream release 1.0. We use 1.0.0 to fake a newer version compared to
 1.0-beta-*.
+  * Add Build-Depends: libjsoup-java and libcommons-io-java.
   * Change debian/watch to allow download of version 1.0.
   * Disable old patch that is not needed anymore.
 
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 15:31:12 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 20:45:59 +0200
 
 wagon (1.0-beta-6-2) unstable; urgency=low
 

Modified: trunk/wagon/debian/control
===
--- trunk/wagon/debian/control  2011-08-29 18:06:56 UTC (rev 14587)
+++ trunk/wagon/debian/control  2011-08-29 18:46:29 UTC (rev 14588)
@@ -13,7 +13,8 @@
  libmaven-scm-java, libmaven-scm-java-doc,
  libnekohtml-java, libnekohtml-java-doc, 
  libplexus-interactivity-api-java, 
libplexus-interactivity-api-java-doc, 
- libplexus-utils-java, libplexus-utils-java-doc
+ libplexus-utils-java, libplexus-utils-java-doc, 
libjsoup-java,
+ libcommons-io-java
 Build-Depends: debhelper (= 7), cdbs (= 0.4.5.3), quilt, default-jdk
 Standards-Version: 3.8.3
 Homepage: http://maven.apache.org/wagon/

Modified: trunk/wagon/debian/rules
===
--- trunk/wagon/debian/rules2011-08-29 18:06:56 UTC (rev 14587)
+++ trunk/wagon/debian/rules2011-08-29 18:46:29 UTC (rev 14588)
@@ -7,7 +7,7 @@
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 
's/^1\.0\.0/1.0/')
 JAVA_HOME:= /usr/lib/jvm/default-java
-DEB_JARS := ant-nodeps
+DEB_JARS := ant-nodeps jsoup commons-io
 DEB_ANT_BUILD_TARGET := package javadoc
 DEB_ANT_BUILDFILE:= debian/build.xml
 DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
@@ -17,7 +17,7 @@
  #wagon-webdav-jackrabbit
 
 get-orig-source:
-   uscan --download-version $(VERSION) --force-download --rename
+   uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
 
 makebuilddir/lib$(PACKAGE)-java::
set -e; for MODULE in $(addprefix wagon-providers/, $(MODULES)); do \


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


[pkg-java] r14589 - trunk/wagon/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:48:41 + (Mon, 29 Aug 2011)
New Revision: 14589

Removed:
   trunk/wagon/debian/patches/
Modified:
   trunk/wagon/debian/changelog
   trunk/wagon/debian/control
   trunk/wagon/debian/rules
Log:
* Switch to source format 3.0.
* Remove Paul from Uploaders list.
* Update Standards-Version: 3.9.1.

Modified: trunk/wagon/debian/changelog
===
--- trunk/wagon/debian/changelog2011-08-29 18:46:29 UTC (rev 14588)
+++ trunk/wagon/debian/changelog2011-08-29 18:48:41 UTC (rev 14589)
@@ -13,8 +13,11 @@
   * Add Build-Depends: libjsoup-java and libcommons-io-java.
   * Change debian/watch to allow download of version 1.0.
   * Disable old patch that is not needed anymore.
+  * Switch to source format 3.0.
+  * Remove Paul from Uploaders list.
+  * Update Standards-Version: 3.9.1.
 
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 20:45:59 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 20:47:42 +0200
 
 wagon (1.0-beta-6-2) unstable; urgency=low
 

Modified: trunk/wagon/debian/control
===
--- trunk/wagon/debian/control  2011-08-29 18:46:29 UTC (rev 14588)
+++ trunk/wagon/debian/control  2011-08-29 18:48:41 UTC (rev 14589)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Paul Cager paul-deb...@home.paulcager.org, Torsten Werner 
twer...@debian.org,
+Uploaders: Torsten Werner twer...@debian.org,
  Ludovic Claude ludovic.cla...@laposte.net, Michael Koch konque...@gmx.de
 Build-Depends-Indep: maven-repo-helper (= 0.7), maven-ant-helper ( 4), ant, 
ant-optional, 
  libxalan2-java,
@@ -15,8 +15,8 @@
  libplexus-interactivity-api-java, 
libplexus-interactivity-api-java-doc, 
  libplexus-utils-java, libplexus-utils-java-doc, 
libjsoup-java,
  libcommons-io-java
-Build-Depends: debhelper (= 7), cdbs (= 0.4.5.3), quilt, default-jdk
-Standards-Version: 3.8.3
+Build-Depends: debhelper (= 7), cdbs (= 0.4.5.3), default-jdk
+Standards-Version: 3.9.1
 Homepage: http://maven.apache.org/wagon/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/wagon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wagon/

Modified: trunk/wagon/debian/rules
===
--- trunk/wagon/debian/rules2011-08-29 18:46:29 UTC (rev 14588)
+++ trunk/wagon/debian/rules2011-08-29 18:48:41 UTC (rev 14589)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 
's/^1\.0\.0/1.0/')


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


[pkg-java] r14590 - in trunk/wagon/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 18:52:55 + (Mon, 29 Aug 2011)
New Revision: 14590

Added:
   trunk/wagon/debian/source/
   trunk/wagon/debian/source/format
Log:
commit debian/source


Added: trunk/wagon/debian/source/format
===
--- trunk/wagon/debian/source/format(rev 0)
+++ trunk/wagon/debian/source/format2011-08-29 18:52:55 UTC (rev 14590)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[SCM] netbeans packaging branch, master, updated. upstream/7.0.1+dfsg1-19-gb3abc5b

2011-08-29 Thread Andrew Ross
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project netbeans packaging.

The branch, master has been updated
   via  b3abc5ba2d0ce48e62b023b40432c5976bd3d873 (commit)
  from  a71c2be9372c057e04c14bd13c112dc3272a1496 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit b3abc5ba2d0ce48e62b023b40432c5976bd3d873
Author: Andrew Ross ubu...@rossfamily.co.uk
Date:   Mon Aug 29 20:45:24 2011 +0100

Add description to patch.

---

Summary of changes:
 debian/patches/netbeans~xsl.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian/patches/netbeans~xsl.patch 
b/debian/patches/netbeans~xsl.patch
index bf494a3..4a11952 100644
--- a/debian/patches/netbeans~xsl.patch
+++ b/debian/patches/netbeans~xsl.patch
@@ -1,3 +1,5 @@
+Don't require an httpserver for the XSL module.
+
 Index: netbeans/xsl/manifest.mf
 ===
 --- netbeans.orig/xsl/manifest.mf  2011-08-29 13:15:37.285484472 +0100


hooks/post-receive
-- 
netbeans packaging

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


Bug#567210: Testcase

2011-08-29 Thread Torsten Werner
On Mon, Aug 29, 2011 at 8:45 PM, brian m. carlson
sand...@crustytoothpaste.net wrote:
 I'm not using saxonb via ant right now, so the ant task is not critical
 for me anymore.  Do you still need someone to fix the underlying bug
 (doc-available returns false for file URIs) or just the ant task?  I'll
 try to look into the former sometime this wekk if that's the case to see
 if I can fix it.

That would be nice.

Thanks,
Torsten



__
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.


[bts-link] source package libxerces2-java

2011-08-29 Thread bts-link-upstream
#
# bts-link upstream status pull for source package libxerces2-java
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #605389 (http://bugs.debian.org/605389)
#  * http://issues.apache.org/jira/browse/XERCESJ-1113
#  * remote status changed: (?) - Open
usertags 605389 + status-Open

# remote status report for #609536 (http://bugs.debian.org/609536)
#  * http://issues.apache.org/jira/browse/XERCESJ-873
#  * remote status changed: (?) - Open
usertags 609536 + status-Open

thanks

__
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.


[pkg-java] r14591 - in trunk/wagon/debian: . patches

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 20:35:14 + (Mon, 29 Aug 2011)
New Revision: 14591

Added:
   trunk/wagon/debian/README.source
   trunk/wagon/debian/TODO
   trunk/wagon/debian/libwagon-java-doc.doc-base.api
   trunk/wagon/debian/libwagon-java-doc.install
   trunk/wagon/debian/maven.cleanIgnoreRules
   trunk/wagon/debian/maven.properties
   trunk/wagon/debian/maven.publishedRules
   trunk/wagon/debian/patches/
   trunk/wagon/debian/patches/0001-do-not-build-FtpWagonTest.java.patch
   trunk/wagon/debian/patches/0002-disable-webdav-jackrabbit-module.patch
   trunk/wagon/debian/patches/0003-do-not-run-LightweightHttp-tests.patch
   trunk/wagon/debian/patches/series
Removed:
   trunk/wagon/debian/build.properties
   trunk/wagon/debian/build.xml
   trunk/wagon/debian/libwagon-java-doc.doc-base
   trunk/wagon/debian/wagon-file-components.xml
   trunk/wagon/debian/wagon-ftp-components.xml
   trunk/wagon/debian/wagon-http-components.xml
   trunk/wagon/debian/wagon-http-lightweight-components.xml
   trunk/wagon/debian/wagon-scm-components.xml
   trunk/wagon/debian/wagon-ssh-common-components.xml
   trunk/wagon/debian/wagon-ssh-components.xml
   trunk/wagon/debian/wagon-ssh-external-components.xml
   trunk/wagon/debian/wagon-webdav-jackrabbit-components.xml
Modified:
   trunk/wagon/debian/changelog
   trunk/wagon/debian/control
   trunk/wagon/debian/libwagon-java.poms
   trunk/wagon/debian/maven.ignoreRules
   trunk/wagon/debian/maven.rules
   trunk/wagon/debian/rules
Log:
Use Maven to build the package.

Added: trunk/wagon/debian/README.source
===
--- trunk/wagon/debian/README.source(rev 0)
+++ trunk/wagon/debian/README.source2011-08-29 20:35:14 UTC (rev 14591)
@@ -0,0 +1,9 @@
+Information about wagon
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/wagon/debian/TODO
===
--- trunk/wagon/debian/TODO (rev 0)
+++ trunk/wagon/debian/TODO 2011-08-29 20:35:14 UTC (rev 14591)
@@ -0,0 +1 @@
+- compile and run all tests

Deleted: trunk/wagon/debian/build.properties
===
--- trunk/wagon/debian/build.properties 2011-08-29 18:52:55 UTC (rev 14590)
+++ trunk/wagon/debian/build.properties 2011-08-29 20:35:14 UTC (rev 14591)
@@ -1,14 +0,0 @@
-javadoc.dir=build/api
-maven.test.skip=true
-classpath.compile = \
-
${basedir}/wagon-provider-api/build/wagon-provider-api-${version}.jar:\
-
${basedir}/wagon-providers/wagon-http-shared/build/wagon-http-shared-${version}.jar:\
-
${basedir}/wagon-providers/wagon-ssh-common/build/wagon-ssh-common-${version}.jar:\
-/usr/share/java/jsch.jar:\
-/usr/share/java/maven-scm-api.jar:\
-/usr/share/java/nekohtml.jar:\
-/usr/share/java/xercesImpl.jar:\
-/usr/share/java/plexus-interactivity-api.jar:\
-/usr/share/java/plexus-utils.jar:\
-/usr/share/java/commons-net2.jar: \
-/usr/share/java/commons-httpclient.jar

Deleted: trunk/wagon/debian/build.xml
===
--- trunk/wagon/debian/build.xml2011-08-29 18:52:55 UTC (rev 14590)
+++ trunk/wagon/debian/build.xml2011-08-29 20:35:14 UTC (rev 14591)
@@ -1,77 +0,0 @@
-?xml version=1.0?
-
-project name=pkg-java default=package basedir=..
-
-property file=debian/build.properties/
-property name=maven.build 
value=/usr/share/maven-ant-helper/maven-build.xml/
-property file=/usr/share/maven-ant-helper/maven-defaults.properties/
-
-macrodef name=cleanmodule
-   attribute name=dir/
-   sequential
- ant target=clean antfile=${maven.build} dir=@{dir}
-property name=debian.dir location=debian /
-property name=project.dir value=@{dir} /
-  /ant 
-   /sequential
-/macrodef
-
-macrodef name=packagemodule
-   attribute name=dir/
-   sequential
-   ant target=package antfile=${maven.build} dir=@{dir}
-  property name=debian.dir location=debian /
-  property name=project.dir value=@{dir} /
-   /ant
-   /sequential
-/macrodef
-
-target name=clean
-delete dir=build/
-cleanmodule dir=wagon-provider-api/
-cleanmodule dir=wagon-providers/wagon-file/
-cleanmodule dir=wagon-providers/wagon-ftp/
-cleanmodule dir=wagon-providers/wagon-http-shared/
-cleanmodule 

Processing of jsoup_1.6.1-1_amd64.changes

2011-08-29 Thread Debian FTP Masters
jsoup_1.6.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  jsoup_1.6.1-1.dsc
  jsoup_1.6.1.orig.tar.gz
  jsoup_1.6.1-1.debian.tar.gz
  libjsoup-java_1.6.1-1_all.deb
  libjsoup-java-doc_1.6.1-1_all.deb

Greetings,

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

__
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.


jsoup_1.6.1-1_amd64.changes is NEW

2011-08-29 Thread Debian FTP Masters
(new) jsoup_1.6.1-1.debian.tar.gz optional java
(new) jsoup_1.6.1-1.dsc optional java
(new) jsoup_1.6.1.orig.tar.gz optional java
(new) libjsoup-java-doc_1.6.1-1_all.deb optional doc
Documentation for jsoup HTML Parser
 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.
 .
 This package contains the API documentation of libjsoup-java.
(new) libjsoup-java_1.6.1-1_all.deb optional java
Java HTML parser that makes sense of real-world HTML soup
 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.
Changes: jsoup (1.6.1-1) unstable; urgency=low
 .
  * Initial release (Closes: #639715)


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 639715 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
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.


[pkg-java] r14592 - in trunk/libjrosetta-java/debian: . source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 21:33:00 + (Mon, 29 Aug 2011)
New Revision: 14592

Added:
   trunk/libjrosetta-java/debian/source/
   trunk/libjrosetta-java/debian/source/format
Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/compat
   trunk/libjrosetta-java/debian/control
   trunk/libjrosetta-java/debian/rules
Log:
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends.

Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2011-08-29 20:35:14 UTC (rev 
14591)
+++ trunk/libjrosetta-java/debian/changelog 2011-08-29 21:33:00 UTC (rev 
14592)
@@ -1,3 +1,11 @@
+libjrosetta-java (1.0.2+gpl-4) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 23:28:27 +0200
+
 libjrosetta-java (1.0.2+gpl-3) unstable; urgency=low
 
   * Change of my email address since I am now DD 
@@ -7,7 +15,7 @@
 
   [ Torsten Werner ]
   * Fix Vcs headers.
-   
+
  -- Sylvestre Ledru sylves...@debian.org  Fri, 27 Nov 2009 10:29:45 +0100
 
 libjrosetta-java (1.0.2+gpl-2) unstable; urgency=low

Modified: trunk/libjrosetta-java/debian/compat
===
--- trunk/libjrosetta-java/debian/compat2011-08-29 20:35:14 UTC (rev 
14591)
+++ trunk/libjrosetta-java/debian/compat2011-08-29 21:33:00 UTC (rev 
14592)
@@ -1 +1 @@
-5
+7

Modified: trunk/libjrosetta-java/debian/control
===
--- trunk/libjrosetta-java/debian/control   2011-08-29 20:35:14 UTC (rev 
14591)
+++ trunk/libjrosetta-java/debian/control   2011-08-29 21:33:00 UTC (rev 
14592)
@@ -4,16 +4,16 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 5), cdbs
+Build-Depends: debhelper (= 7), cdbs
 Build-Depends-Indep: ant, ant-optional, default-jdk
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://dev.artenum.com/projects/JRosetta/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjrosetta-java/
 
 Package: libjrosetta-java
 Architecture: all
-Depends:  ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends:  ${misc:Depends}
 Description: JRosetta - Advanced graphical console engine
  JRosetta provides a common base for graphical component that could be used to
  build a graphical console in Swing with the latest requirements, such as

Modified: trunk/libjrosetta-java/debian/rules
===
--- trunk/libjrosetta-java/debian/rules 2011-08-29 20:35:14 UTC (rev 14591)
+++ trunk/libjrosetta-java/debian/rules 2011-08-29 21:33:00 UTC (rev 14592)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME  := /usr/lib/jvm/java-6-openjdk/
 DEB_JARS   := ant-nodeps 

Added: trunk/libjrosetta-java/debian/source/format
===
--- trunk/libjrosetta-java/debian/source/format (rev 0)
+++ trunk/libjrosetta-java/debian/source/format 2011-08-29 21:33:00 UTC (rev 
14592)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14593 - in tags/libjrosetta-java: . 1.0.2+gpl-4/debian

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 21:35:07 + (Mon, 29 Aug 2011)
New Revision: 14593

Added:
   tags/libjrosetta-java/1.0.2+gpl-4/
   tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog
   tags/libjrosetta-java/1.0.2+gpl-4/debian/compat
   tags/libjrosetta-java/1.0.2+gpl-4/debian/control
   tags/libjrosetta-java/1.0.2+gpl-4/debian/rules
   tags/libjrosetta-java/1.0.2+gpl-4/debian/source/
Removed:
   tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog
   tags/libjrosetta-java/1.0.2+gpl-4/debian/compat
   tags/libjrosetta-java/1.0.2+gpl-4/debian/control
   tags/libjrosetta-java/1.0.2+gpl-4/debian/rules
Log:
[svn-buildpackage] Tagging libjrosetta-java 1.0.2+gpl-4

Deleted: tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2011-08-29 20:35:14 UTC (rev 
14591)
+++ tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog  2011-08-29 21:35:07 UTC 
(rev 14593)
@@ -1,63 +0,0 @@
-libjrosetta-java (1.0.2+gpl-3) unstable; urgency=low
-
-  * Change of my email address since I am now DD 
-  * Standards-Version updated to 3.8.3
-  * DM-Upload-Allowed removed
-  * openjdk-6-jdk = default-jdk
-
-  [ Torsten Werner ]
-  * Fix Vcs headers.
-   
- -- Sylvestre Ledru sylves...@debian.org  Fri, 27 Nov 2009 10:29:45 +0100
-
-libjrosetta-java (1.0.2+gpl-2) unstable; urgency=low
-
-  * Change Maintainer: Debian Java Maintainers.
-  * Update Standards-Version: 3.8.2 (no changes).
-  * Change Section: java.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Jun 2009 20:17:36 +0200
-
-libjrosetta-java (1.0.2+gpl-1) unstable; urgency=low
-
-  * New upstream version
-  * Minor updates in the repack script
-  * Built using openjdk instead of gcj
-
- -- Sylvestre Ledru sylvestre.le...@inria.fr  Wed, 21 Jan 2009 15:54:27 +0100
-
-libjrosetta-java (1.0.1+gpl-2) unstable; urgency=low
-
-  * misc depends added
-
- -- Sylvestre Ledru sylvestre.le...@inria.fr  Tue, 30 Dec 2008 11:42:14 +0100
-
-libjrosetta-java (1.0.1+gpl-1) unstable; urgency=low
-
-  [ Sylvestre Ledru ]
-  * Jrosetta is now free (GPL v2)
-  * Update of watch, control, copyright and orig-tar.sh to reflect the licence 
-change.
-  * Standards-Version changed to version 3.8.0
-
-  [ Torsten Werner ]
-  * Add +gpl to upstream version number to allow uploading a new upstream
-tarball.
-  * Make debian/copyright more verbose.
-
- -- Torsten Werner twer...@debian.org  Wed, 16 Jul 2008 15:35:36 +0200
-
-libjrosetta-java (1.0.1-2) unstable; urgency=low
-
-  * Add DM-Upload-Allowed: yes to enable uploads by Sylvestre.
-  * Fix debian/watch to download the QPL source code (there is a GPL version,
-too).
-
- -- Torsten Werner twer...@debian.org  Tue, 29 Apr 2008 20:33:03 +0200
-
-libjrosetta-java (1.0.1-1) unstable; urgency=low
-
-  * Initial Release (Closes: #458097)
-
- -- Sylvestre Ledru sylvestre.le...@inria.fr  Wed, 12 Dec 2007 11:45:08 +0100
-

Copied: tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog (from rev 14592, 
trunk/libjrosetta-java/debian/changelog)
===
--- tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog  
(rev 0)
+++ tags/libjrosetta-java/1.0.2+gpl-4/debian/changelog  2011-08-29 21:35:07 UTC 
(rev 14593)
@@ -0,0 +1,71 @@
+libjrosetta-java (1.0.2+gpl-4) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 23:28:27 +0200
+
+libjrosetta-java (1.0.2+gpl-3) unstable; urgency=low
+
+  * Change of my email address since I am now DD 
+  * Standards-Version updated to 3.8.3
+  * DM-Upload-Allowed removed
+  * openjdk-6-jdk = default-jdk
+
+  [ Torsten Werner ]
+  * Fix Vcs headers.
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 27 Nov 2009 10:29:45 +0100
+
+libjrosetta-java (1.0.2+gpl-2) unstable; urgency=low
+
+  * Change Maintainer: Debian Java Maintainers.
+  * Update Standards-Version: 3.8.2 (no changes).
+  * Change Section: java.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Jun 2009 20:17:36 +0200
+
+libjrosetta-java (1.0.2+gpl-1) unstable; urgency=low
+
+  * New upstream version
+  * Minor updates in the repack script
+  * Built using openjdk instead of gcj
+
+ -- Sylvestre Ledru sylvestre.le...@inria.fr  Wed, 21 Jan 2009 15:54:27 +0100
+
+libjrosetta-java (1.0.1+gpl-2) unstable; urgency=low
+
+  * misc depends added
+
+ -- Sylvestre Ledru sylvestre.le...@inria.fr  Tue, 30 Dec 2008 11:42:14 +0100
+
+libjrosetta-java (1.0.1+gpl-1) unstable; urgency=low
+
+  [ Sylvestre Ledru ]
+  * Jrosetta is now free (GPL v2)
+  * Update of watch, control, copyright and orig-tar.sh to reflect the licence 
+change.
+  * Standards-Version changed to version 3.8.0
+
+  [ Torsten Werner ]
+  * Add +gpl to upstream version number to allow uploading a new upstream
+tarball.
+  * Make debian/copyright more verbose.
+
+ -- 

Processing of libjrosetta-java_1.0.2+gpl-4_amd64.changes

2011-08-29 Thread Debian FTP Masters
libjrosetta-java_1.0.2+gpl-4_amd64.changes uploaded successfully to localhost
along with the files:
  libjrosetta-java_1.0.2+gpl-4.dsc
  libjrosetta-java_1.0.2+gpl-4.debian.tar.gz
  libjrosetta-java_1.0.2+gpl-4_all.deb

Greetings,

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

__
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.


[pkg-java] r14594 - in trunk/libskinlf-java/debian: . patches source

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 21:45:51 + (Mon, 29 Aug 2011)
New Revision: 14594

Added:
   trunk/libskinlf-java/debian/patches/series
   trunk/libskinlf-java/debian/source/
   trunk/libskinlf-java/debian/source/format
Modified:
   trunk/libskinlf-java/debian/changelog
   trunk/libskinlf-java/debian/compat
   trunk/libskinlf-java/debian/control
   trunk/libskinlf-java/debian/patches/GtkParser.jj.patch
   trunk/libskinlf-java/debian/patches/image-utils-without-jimi.patch
   trunk/libskinlf-java/debian/rules
Log:
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends.
* Switch to source format 3.0.

Modified: trunk/libskinlf-java/debian/changelog
===
--- trunk/libskinlf-java/debian/changelog   2011-08-29 21:35:07 UTC (rev 
14593)
+++ trunk/libskinlf-java/debian/changelog   2011-08-29 21:45:51 UTC (rev 
14594)
@@ -1,3 +1,12 @@
+libskinlf-java (6.7-7) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 23:43:34 +0200
+
 libskinlf-java (6.7-6) unstable; urgency=low
 
   * Change of my email address since I am now DD 

Modified: trunk/libskinlf-java/debian/compat
===
--- trunk/libskinlf-java/debian/compat  2011-08-29 21:35:07 UTC (rev 14593)
+++ trunk/libskinlf-java/debian/compat  2011-08-29 21:45:51 UTC (rev 14594)
@@ -1 +1 @@
-5
+7

Modified: trunk/libskinlf-java/debian/control
===
--- trunk/libskinlf-java/debian/control 2011-08-29 21:35:07 UTC (rev 14593)
+++ trunk/libskinlf-java/debian/control 2011-08-29 21:45:51 UTC (rev 14594)
@@ -4,17 +4,16 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 5), cdbs, ant, ant-optional, 
+Build-Depends: debhelper (= 7), cdbs, ant, ant-optional, 
  default-jdk, liblaf-plugin-java, libxalan2-java, imagemagick
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://skinlf.l2fprod.com
 Vcs-Svn: https://bollin.googlecode.com/svn/libskinlf-java/trunk
 Vcs-Browser: http://bollin.googlecode.com/svn/libskinlf-java/trunk
 
 Package: libskinlf-java
 Architecture: all
-Depends:  java-gcj-compat | java1-runtime | java2-runtime,
- liblaf-plugin-java, libxalan2-java, ${misc:Depends}
+Depends: liblaf-plugin-java, libxalan2-java, ${misc:Depends}
 Suggests: libskinlf-java-demo
 Description: Skin Look and Feel - Skinning Engine for the Swing toolkit
  Skin Look And Feel allows Java developers to write skinnable application

Modified: trunk/libskinlf-java/debian/patches/GtkParser.jj.patch
===
--- trunk/libskinlf-java/debian/patches/GtkParser.jj.patch  2011-08-29 
21:35:07 UTC (rev 14593)
+++ trunk/libskinlf-java/debian/patches/GtkParser.jj.patch  2011-08-29 
21:45:51 UTC (rev 14594)
@@ -1,5 +1,7 @@
 
skinlf-6.7.orig/src/com/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser.jj.orig 
   1970-01-01 01:00:00.0 +0100
-+++ skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser.jj  
2007-12-08 15:59:11.0 +0100
+Index: 
libskinlf-java-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser.jj
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 
libskinlf-java-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser.jj   
   2011-08-29 23:42:10.0 +0200
 @@ -0,0 +1,405 @@
 +PARSER_BEGIN(GtkParser)
 +

Modified: trunk/libskinlf-java/debian/patches/image-utils-without-jimi.patch
===
--- trunk/libskinlf-java/debian/patches/image-utils-without-jimi.patch  
2011-08-29 21:35:07 UTC (rev 14593)
+++ trunk/libskinlf-java/debian/patches/image-utils-without-jimi.patch  
2011-08-29 21:45:51 UTC (rev 14594)
@@ -1,6 +1,7 @@
-diff -ru skinlf-1.2.12-orig/src/com/l2fprod/tools/ImageUtils.java 
skinlf-1.2.12/src/com/l2fprod/tools/ImageUtils.java
 src/com/l2fprod/tools/ImageUtils.java  2006-01-24 20:09:36.0 
+0100
-+++ src/com/l2fprod/tools/ImageUtils.java  2006-01-24 20:19:19.0 
+0100
+Index: libskinlf-java-6.7/src/com/l2fprod/tools/ImageUtils.java
+===
+--- libskinlf-java-6.7.orig/src/com/l2fprod/tools/ImageUtils.java  
2006-07-22 13:46:18.0 +0200
 libskinlf-java-6.7/src/com/l2fprod/tools/ImageUtils.java   2011-08-29 
23:42:22.0 +0200
 @@ -6,15 +6,12 @@
  
  import javax.swing.ImageIcon;

Added: trunk/libskinlf-java/debian/patches/series

[pkg-java] r14595 - in tags/libskinlf-java: . 6.7-7/debian 6.7-7/debian/patches

2011-08-29 Thread Torsten Werner
Author: twerner
Date: 2011-08-29 21:47:10 + (Mon, 29 Aug 2011)
New Revision: 14595

Added:
   tags/libskinlf-java/6.7-7/
   tags/libskinlf-java/6.7-7/debian/changelog
   tags/libskinlf-java/6.7-7/debian/compat
   tags/libskinlf-java/6.7-7/debian/control
   tags/libskinlf-java/6.7-7/debian/patches/GtkParser.jj.patch
   tags/libskinlf-java/6.7-7/debian/patches/image-utils-without-jimi.patch
   tags/libskinlf-java/6.7-7/debian/patches/series
   tags/libskinlf-java/6.7-7/debian/rules
   tags/libskinlf-java/6.7-7/debian/source/
Removed:
   tags/libskinlf-java/6.7-7/debian/changelog
   tags/libskinlf-java/6.7-7/debian/compat
   tags/libskinlf-java/6.7-7/debian/control
   tags/libskinlf-java/6.7-7/debian/patches/GtkParser.jj.patch
   tags/libskinlf-java/6.7-7/debian/patches/image-utils-without-jimi.patch
   tags/libskinlf-java/6.7-7/debian/rules
Log:
[svn-buildpackage] Tagging libskinlf-java 6.7-7

Deleted: tags/libskinlf-java/6.7-7/debian/changelog
===
--- trunk/libskinlf-java/debian/changelog   2011-08-29 21:35:07 UTC (rev 
14593)
+++ tags/libskinlf-java/6.7-7/debian/changelog  2011-08-29 21:47:10 UTC (rev 
14595)
@@ -1,49 +0,0 @@
-libskinlf-java (6.7-6) unstable; urgency=low
-
-  * Change of my email address since I am now DD 
-  * Standards-Version updated to 3.8.3
-  * DM-Upload-Allowed removed
-  * openjdk-6-jdk = default-jdk
-
- -- Sylvestre Ledru sylves...@debian.org  Fri, 27 Nov 2009 10:37:44 +0100
-
-libskinlf-java (6.7-5) unstable; urgency=low
-
-  [ Sylvestre Ledru ]
-  * Build with openjdk instead of gcj
-
-  [ Torsten Werner ]
-  * Change Maintainer: Debian Java Maintainers.
-  * Change Section: java.
-  * Add missing Depends: ${misc:Depends}.
-  * Update Standards-Version: 3.8.2 (no changes).
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Jun 2009 20:30:52 +0200
-
-libskinlf-java (6.7-4) unstable; urgency=low
-
-  * Lintian warning removed (refers to the file 
-/usr/share/common-licenses/Apache-2.0)
-  * Updated to Standards-Version: 3.8.0
-
- -- Sylvestre Ledru sylvestre.le...@inria.fr  Wed, 25 Jun 2008 10:37:14 +0200
-
-libskinlf-java (6.7-3) unstable; urgency=low
-
-  * Add DM-Upload-Allowed: yes to enable uploads by Sylvestre.
-
- -- Torsten Werner twer...@debian.org  Tue, 29 Apr 2008 20:37:18 +0200
-
-libskinlf-java (6.7-2) unstable; urgency=low
-
-  * Updated to Standards-Version: 3.7.3 (no changes needed).
-  * Update of the descriptions to make lintian happy.
-
- -- Sylvestre Ledru sylvestre.le...@inria.fr  Sat, 22 Dec 2007 12:56:27 +0100
-
-libskinlf-java (6.7-1) unstable; urgency=low
-
-  * Initial Release (Closes: #454652)
-
- -- Sylvestre Ledru sylvestre.le...@inria.fr  Sun, 30 Sep 2007 00:32:33 +0100
-

Copied: tags/libskinlf-java/6.7-7/debian/changelog (from rev 14594, 
trunk/libskinlf-java/debian/changelog)
===
--- tags/libskinlf-java/6.7-7/debian/changelog  (rev 0)
+++ tags/libskinlf-java/6.7-7/debian/changelog  2011-08-29 21:47:10 UTC (rev 
14595)
@@ -0,0 +1,58 @@
+libskinlf-java (6.7-7) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 23:43:34 +0200
+
+libskinlf-java (6.7-6) unstable; urgency=low
+
+  * Change of my email address since I am now DD 
+  * Standards-Version updated to 3.8.3
+  * DM-Upload-Allowed removed
+  * openjdk-6-jdk = default-jdk
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 27 Nov 2009 10:37:44 +0100
+
+libskinlf-java (6.7-5) unstable; urgency=low
+
+  [ Sylvestre Ledru ]
+  * Build with openjdk instead of gcj
+
+  [ Torsten Werner ]
+  * Change Maintainer: Debian Java Maintainers.
+  * Change Section: java.
+  * Add missing Depends: ${misc:Depends}.
+  * Update Standards-Version: 3.8.2 (no changes).
+
+ -- Torsten Werner twer...@debian.org  Mon, 29 Jun 2009 20:30:52 +0200
+
+libskinlf-java (6.7-4) unstable; urgency=low
+
+  * Lintian warning removed (refers to the file 
+/usr/share/common-licenses/Apache-2.0)
+  * Updated to Standards-Version: 3.8.0
+
+ -- Sylvestre Ledru sylvestre.le...@inria.fr  Wed, 25 Jun 2008 10:37:14 +0200
+
+libskinlf-java (6.7-3) unstable; urgency=low
+
+  * Add DM-Upload-Allowed: yes to enable uploads by Sylvestre.
+
+ -- Torsten Werner twer...@debian.org  Tue, 29 Apr 2008 20:37:18 +0200
+
+libskinlf-java (6.7-2) unstable; urgency=low
+
+  * Updated to Standards-Version: 3.7.3 (no changes needed).
+  * Update of the descriptions to make lintian happy.
+
+ -- Sylvestre Ledru sylvestre.le...@inria.fr  Sat, 22 Dec 2007 12:56:27 +0100
+
+libskinlf-java (6.7-1) unstable; urgency=low
+
+  * Initial Release (Closes: #454652)
+
+ -- Sylvestre Ledru sylvestre.le...@inria.fr  Sun, 30 Sep 2007 00:32:33 +0100
+

Deleted: tags/libskinlf-java/6.7-7/debian/compat

libjrosetta-java_1.0.2+gpl-4_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libjrosetta-java_1.0.2+gpl-4.debian.tar.gz
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.2+gpl-4.debian.tar.gz
libjrosetta-java_1.0.2+gpl-4.dsc
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.2+gpl-4.dsc
libjrosetta-java_1.0.2+gpl-4_all.deb
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.2+gpl-4_all.deb


Override entries for your package:
libjrosetta-java_1.0.2+gpl-4.dsc - source java
libjrosetta-java_1.0.2+gpl-4_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


Processing of libskinlf-java_6.7-7_amd64.changes

2011-08-29 Thread Debian FTP Masters
libskinlf-java_6.7-7_amd64.changes uploaded successfully to localhost
along with the files:
  libskinlf-java_6.7-7.dsc
  libskinlf-java_6.7-7.debian.tar.gz
  libskinlf-java_6.7-7_all.deb
  libskinlf-java-demo_6.7-7_all.deb

Greetings,

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

__
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.


libskinlf-java_6.7-7_amd64.changes ACCEPTED into unstable

2011-08-29 Thread Debian FTP Masters



Accepted:
libskinlf-java-demo_6.7-7_all.deb
  to main/libs/libskinlf-java/libskinlf-java-demo_6.7-7_all.deb
libskinlf-java_6.7-7.debian.tar.gz
  to main/libs/libskinlf-java/libskinlf-java_6.7-7.debian.tar.gz
libskinlf-java_6.7-7.dsc
  to main/libs/libskinlf-java/libskinlf-java_6.7-7.dsc
libskinlf-java_6.7-7_all.deb
  to main/libs/libskinlf-java/libskinlf-java_6.7-7_all.deb


Override entries for your package:
libskinlf-java-demo_6.7-7_all.deb - optional libs
libskinlf-java_6.7-7.dsc - source java
libskinlf-java_6.7-7_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


libskinlf-java override disparity

2011-08-29 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

libskinlf-java-demo_6.7-7_all.deb: package says section is java, override says 
libs.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

__
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.