[SCM] SVGSalamander: SVG Library for Java branch, master, updated. 2052e6ba6c9901c2f16ee74a8f8ce14237424df7

2011-03-06 Thread Nicolas Dandrimont
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 SVGSalamander: SVG Library for Java.

The branch, master has been updated
   via  2052e6ba6c9901c2f16ee74a8f8ce14237424df7 (commit)
   via  5a478467c4d6a05de578673e491c335f0d6e209e (commit)
   via  20cf3b359567f4164a438106849ff89e1170dcf5 (commit)
   via  d580813f9ffd3f595821f8614d00922bf8a9d819 (commit)
   via  825f284a40a702fb8e09dfd9051784b5b65ba259 (commit)
   via  6a4531989b656b47c4983074f0971c6cc3003621 (commit)
  from  f47e1187a469fd3ca347ead22c2d14517285b2a5 (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 2052e6ba6c9901c2f16ee74a8f8ce14237424df7
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 11:44:34 2011 +0100

Update copyright file with infos for the batik files

commit 5a478467c4d6a05de578673e491c335f0d6e209e
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 11:30:57 2011 +0100

Remove empty debian/docs file

commit 20cf3b359567f4164a438106849ff89e1170dcf5
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 11:30:25 2011 +0100

Split the javadoc in a -doc package

commit d580813f9ffd3f595821f8614d00922bf8a9d819
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 11:37:38 2011 +0100

Add patch for javadoc linking

commit 825f284a40a702fb8e09dfd9051784b5b65ba259
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 11:26:07 2011 +0100

Set debian/control up for team-maintainance

commit 6a4531989b656b47c4983074f0971c6cc3003621
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 11:12:07 2011 +0100

Add patch to disable automated jar signing

---

Summary of changes:
 debian/control |   24 +++-
 debian/copyright   |   63 +++-
 ...a.javadoc = libsvgsalamander-java-doc.javadoc} |0
 ...002-Disable-useless-automated-jar-signing.patch |   34 +++
 ...doc-target-to-add-links-to-system-API-doc.patch |   22 +++
 debian/patches/series  |2 +
 6 files changed, 141 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 30723ca..21b028b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
 Source: svgsalamander
 Priority: extra
-Maintainer: Nicolas Dandrimont nicolas.dandrim...@crans.org
-Build-Depends: debhelper (= 7.0.50~), javahelper, default-jdk, ant, 
ant-optional, javacc
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Nicolas Dandrimont nicolas.dandrim...@crans.org
+Build-Depends: debhelper (= 7.0.50~), javahelper
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant, ant-optional, ant-doc, 
javacc
 Standards-Version: 3.9.1
 Section: java
 Homepage: http://svgsalamander.java.net/
@@ -9,9 +11,9 @@ Vcs-Git: git://git.debian.org/pkg-java/svgsalamander.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/svgsalamander.git;a=summary
 
 Package: libsvgsalamander-java
-Section: java
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
 Description: SVG engine for Java
  SVG Salamander is an SVG engine for Java that's designed to be small,
  fast, and allow programmers to use it with a minimum of fuss.
@@ -20,3 +22,19 @@ Description: SVG engine for Java
  Java games and making it much easier for artists to design 2D game
  content - from rich interactive menus to charts and graphcs to
  complex animations.
+
+Package: libsvgsalamander-java-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Description: SVG engine for Java (documentation)
+ SVG Salamander is an SVG engine for Java that's designed to be small,
+ fast, and allow programmers to use it with a minimum of fuss.
+ .
+ It's in particular targeted for making it easy to integrate SVG into
+ Java games and making it much easier for artists to design 2D game
+ content - from rich interactive menus to charts and graphcs to
+ complex animations.
+ .
+ This package includes the javadoc API documentation for svgsalamander.
diff --git a/debian/copyright b/debian/copyright
index d0a7298..e3d1f56 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,10 @@ Files: *
 Copyright: 2010, Mark McKay m...@kitfox.com
 License: LGPL-2.0 or BSD
 
+Files: svg-core/src/main/java/com/kitfox/svg/batik/*
+Copyright: The Apache Software Foundation
+License: ASL-1.1
+
 Files: debian/*
 Copyright: 2011 Nicolas 

[SCM] SVGSalamander: SVG Library for Java branch, master, updated. 9b27299bd1c6d09386f49bd77c61dbfde5b67e55

2011-03-06 Thread Nicolas Dandrimont
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 SVGSalamander: SVG Library for Java.

The branch, master has been updated
   via  9b27299bd1c6d09386f49bd77c61dbfde5b67e55 (commit)
   via  dbb483517dd6f3f2a1cb148e0a957f0d2cfb8fe1 (commit)
  from  2052e6ba6c9901c2f16ee74a8f8ce14237424df7 (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 9b27299bd1c6d09386f49bd77c61dbfde5b67e55
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 15:33:45 2011 +0100

Clear the tarball from the getTRDoc.pdf file

commit dbb483517dd6f3f2a1cb148e0a957f0d2cfb8fe1
Author: Nicolas Dandrimont nicolas.dandrim...@crans.org
Date:   Sun Mar 6 15:10:05 2011 +0100

The temporary keystore is not used anymore.

---

Summary of changes:
 debian/README.source |   10 +-
 debian/rules |2 +-
 doc/dev/GetTRDoc.pdf |  Bin 1804983 - 0 bytes
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index f4dd832..195bc31 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -4,6 +4,14 @@ svgsalamander for Debian
 The source code was checked out from SVN at :
 https://svn.java.net/svn/svgsalamander~svn/trunk
 
+The tarball is cleaned of .jar and .zip files.
+
+The doc/dev/getTRDoc.pdf file allows unlimited redistribution, but the
+sources are unavailable. It has been removed from the tarball.
+It is a thesis on Least Squares Approximation By G1 Piecewise
+Parametric Cubes by Marion R. Holmes, and can be fetched from
+http://oai.dtic.mil/oai/oai?verb=getRecordmetadataPrefix=htmlidentifier=ADA277978.
+
 See the get-orig-source target for debian/rules to fetch a clean tarball.
 
- -- Nicolas Dandrimont nicolas.dandrim...@crans.org, Sun, 13 Feb 2011 
15:41:10 +0100
+ -- Nicolas Dandrimont nicolas.dandrim...@crans.org, Sun,  6 Mar 2011 
15:07:47 +0100
diff --git a/debian/rules b/debian/rules
index 89e8a86..70ea683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,6 @@ override_dh_clean:
-mkdir $(CURDIR)/svg-core/src/gen/res
cd $(CURDIR)/svg-core; ant clean; cd $(CURDIR)
-rm www/binaries/*.jar
-   -rm svg-core/tempKeystore
dh_clean
 
 .PHONY: get-orig-source
@@ -35,6 +34,7 @@ get-orig-source:
get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
find get-orig-source/ -name *.jar -delete
find get-orig-source/ -name *.zip -delete
+   rm get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig/doc/dev/GetTRDoc.pdf
GZIP='--best --no-name' tar czf $(TARBALL) -C get-orig-source 
$(PACKAGE)-$(SRC_VERSION).orig
rm -rf get-orig-source
echo   $(TARBALL) created; move it to the right destination to build 
the package
diff --git a/doc/dev/GetTRDoc.pdf b/doc/dev/GetTRDoc.pdf
deleted file mode 100755
index 4684e01..000
Binary files a/doc/dev/GetTRDoc.pdf and /dev/null differ


hooks/post-receive
-- 
SVGSalamander: SVG Library for Java

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


[pkg-java] r13395 - trunk/axis/debian

2011-03-06 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-06 18:13:36 + (Sun, 06 Mar 2011)
New Revision: 13395

Modified:
   trunk/axis/debian/changelog
   trunk/axis/debian/control
Log:
* d/control: Bump Standards-Versions to 3.9.1 (no changes required).
* d/control: Change short synopsis of packages.
* Finaly upload to unstable.

Modified: trunk/axis/debian/changelog
===
--- trunk/axis/debian/changelog 2011-03-06 01:02:37 UTC (rev 13394)
+++ trunk/axis/debian/changelog 2011-03-06 18:13:36 UTC (rev 13395)
@@ -1,12 +1,17 @@
 axis (1.4-13) unstable; urgency=low
 
-  * Team upload.
+  [ tony mancill ]
   * libaxis-java-gcj:  Remove incorrect libservlet2.4 depedency;
 the dependency on libaxis-java is sufficient.
 Thanks to Matthias Klose. (Closes: #597950)
 
- -- tony mancill tmanc...@debian.org  Mon, 04 Oct 2010 21:56:33 -0700
+  [ Damien Raude-Morvan ]
+  * d/control: Bump Standards-Versions to 3.9.1 (no changes required).
+  * d/control: Change short synopsis of packages.
+  * Finaly upload to unstable.
 
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 06 Mar 2011 19:08:04 +0100
+
 axis (1.4-12) unstable; urgency=low
 
   [ Niels Thykier ]

Modified: trunk/axis/debian/control
===
--- trunk/axis/debian/control   2011-03-06 01:02:37 UTC (rev 13394)
+++ trunk/axis/debian/control   2011-03-06 18:13:36 UTC (rev 13395)
@@ -16,7 +16,7 @@
 Recommends: ant
 Suggests: libaxis-java-doc, libaxis-java-gcj
 Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java, 
libgnujaf-java, libgnumail-java, libservlet2.5-java, ${misc:Depends}
-Description: A SOAP implementation in Java
+Description: SOAP implementation in Java
  Apache AXIS is an implementation of the SOAP (Simple Object Access Protocol)
  submission to W3C.
  .
@@ -34,7 +34,7 @@
 Package: libaxis-java-gcj
 Architecture: any
 Depends: libaxis-java (= ${source:Version}), ${misc:Depends}, 
${shlibs:Depends}
-Description: A SOAP implementation in Java (native code)
+Description: SOAP implementation in Java (native code)
  Apache AXIS is an implementation of the SOAP (Simple Object Access Protocol)
  submission to W3C.
  .
@@ -45,7 +45,7 @@
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libaxis-java
-Description: A SOAP implementation in Java (documentation)
+Description: SOAP implementation in Java (documentation)
  Apache AXIS is an implementation of the SOAP (Simple Object Access Protocol)
  submission to W3C.
  .


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


[pkg-java] r13396 - trunk/axis/debian

2011-03-06 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-06 18:14:18 + (Sun, 06 Mar 2011)
New Revision: 13396

Modified:
   trunk/axis/debian/control
Log:
Really update to 3.9.1

Modified: trunk/axis/debian/control
===
--- trunk/axis/debian/control   2011-03-06 18:13:36 UTC (rev 13395)
+++ trunk/axis/debian/control   2011-03-06 18:14:18 UTC (rev 13396)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 7), cdbs, ant-optional, default-jdk, 
libwsdl4j-java, libcommons-logging-java,
  libcommons-discovery-java, libgnujaf-java, libgnumail-java, 
libservlet2.5-java,
  maven-repo-helper, gcj-native-helper
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/axis
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/axis
 Homepage: http://ws.apache.org/axis/


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


[pkg-java] r13397 - in tags/axis: . 1.4-13/debian

2011-03-06 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-06 18:18:42 + (Sun, 06 Mar 2011)
New Revision: 13397

Added:
   tags/axis/1.4-13/
   tags/axis/1.4-13/debian/changelog
   tags/axis/1.4-13/debian/control
Removed:
   tags/axis/1.4-13/debian/changelog
   tags/axis/1.4-13/debian/control
Log:
[svn-buildpackage] Tagging axis 1.4-13

Deleted: tags/axis/1.4-13/debian/changelog
===
--- trunk/axis/debian/changelog 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/axis/1.4-13/debian/changelog   2011-03-06 18:18:42 UTC (rev 13397)
@@ -1,178 +0,0 @@
-axis (1.4-13) unstable; urgency=low
-
-  * Team upload.
-  * libaxis-java-gcj:  Remove incorrect libservlet2.4 depedency;
-the dependency on libaxis-java is sufficient.
-Thanks to Matthias Klose. (Closes: #597950)
-
- -- tony mancill tmanc...@debian.org  Mon, 04 Oct 2010 21:56:33 -0700
-
-axis (1.4-12) unstable; urgency=low
-
-  [ Niels Thykier ]
-  * Bumped Standards-Versions to 3.9.0 - no changes required.
-  * Replaced B-D on default-jdk-builddep with gcj-native-helper
-and default-jdk.
-
-  [ Damien Raude-Morvan ]
-  * Downgrade libaxis-java-gcj from Recommends to Suggest (Closes: #582151).
-  * Remove Depends on JRE since Axis is a library.
-
- -- Damien Raude-Morvan draz...@debian.org  Thu, 08 Jul 2010 00:06:06 +0200
-
-axis (1.4-11) unstable; urgency=low
-
-  * Merge changes from Ubuntu:
-- debian/control, debian/rules: (Build-)Depend on libservlet2.5-java
-  instead of libservlet2.4-java (LP: #534913)
-  * Remove Stephan and VladimĂ­r from Uploaders list.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 May 2010 02:53:34 +0200
-
-axis (1.4-10) unstable; urgency=low
-
-  * Add symlinks for old JAR names to fix some FTBFS
-(Closes: #575041):
-- saaj.jar - axis-saaj.jar
-- jaxrpc.jar - axis-jaxrpc.jar
-  * Javadoc:
-- Install Javadoc to /usr/share/doc/libaxis-java/api/
-- Register Javadoc with doc-base
-- d/patches/javadoc.diff and d/rules: Fix javadoc call
-  to only use javadoc and no gjdoc (which fail with
-  UnmappableCharacterException) and force 1.3 source format.
-  * Fix short description of libaxis-java-doc to contains documentation
-  * Rework d/copyright to use DEP5 format
-
- -- Damien Raude-Morvan draz...@debian.org  Thu, 25 Mar 2010 23:45:41 +0100
-
-axis (1.4-9) unstable; urgency=low
-
-  * debian/rules: Fix FTBFS when doing arch build:
-- overrive install/libaxis-java for mh_installjar calls
-(instead of binary-post-install)
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Mar 2010 23:46:28 +0100
-
-axis (1.4-8) unstable; urgency=low
-
-  * Add Maven support:
-- debian/control: Build-Depends on maven-repo-helper
-- Add pom's files to debian/poms/
-- debian/rules: Use mh_installpoms and mh_installjar
-  * Update Standards-Version: 3.8.4
-- debian/rules: Add recommended get-orig-source target
-  * Bump to debhelper = 7
-  * Use 3.0 (quilt) source format:
-- debian/source/format: Set 3.0 (quilt)
-- debian/control: Remove quilt
-- debian/rules: Remove simpl-patchsys.mk
-- Refresh all debian/patches/*
-  * Add DEP-3 headers to all patches
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Mar 2010 23:00:50 +0100
-
-axis (1.4-7) unstable; urgency=low
-
-  * Change Build-Depends: ant1.7-optional because gij is failing with ant 1.8.
-
- -- Torsten Werner twer...@debian.org  Sat, 27 Feb 2010 18:52:14 +0100
-
-axis (1.4-6ubuntu1) lucid; urgency=low
-
-  * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java instead
-of libservlet2.4-java (LP: #534913)
-  * debian/rules: Drop extra JAVA_HOME entry, build with default-jdk
-
- -- Thierry Carrez thierry.car...@ubuntu.com  Tue, 09 Mar 2010 09:39:09 +0100
-
-axis (1.4-6) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * axis: Depend on default-jre-headless.
-  * Build using java-gcj (axis is not 1.6 source compatible).
-
-  [ Torsten Werner ]
-  * Add patch for gcj-4.4: do not build function clearCache() which is not
-used anyway. (Closes: #531995)
-  * Add myself to Uploaders.
-  * Do no longer quote the full text of the Apache license.
-  * Fix lintian warnings.
-  * Move package to Section: java.
-  * Update Standards-Version: 3.8.2 (no changes).
-  * Add missing Depends: ${misc:Depends}.
-
- -- Torsten Werner twer...@debian.org  Fri, 24 Jul 2009 18:38:59 +0200
-
-axis (1.4-5) unstable; urgency=low
-
-  * Added missing packages to Depends of libaxis-java.
-Closes: #432582, #432582
-  * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
-Closes: #477846
-  * Cleaned up debian/copyright.
-  * Added watch file.
-  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
-  * Updated Standards-Version to 3.7.3.
-
- -- Michael Koch konque...@gmx.de  Sat, 26 Apr 2008 22:49:29 +0200
-
-axis (1.4-3) unstable; urgency=low
-
-  * Added xmlParserAPIs.jar and xercesImpl.jar to classpath.
-Closes: #432538.
-
- -- Michael Koch 

Processing of axis_1.4-13_amd64.changes

2011-03-06 Thread Debian FTP Masters
axis_1.4-13_amd64.changes uploaded successfully to localhost
along with the files:
  axis_1.4-13.dsc
  axis_1.4-13.debian.tar.gz
  libaxis-java_1.4-13_all.deb
  libaxis-java-doc_1.4-13_all.deb
  libaxis-java-gcj_1.4-13_amd64.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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


axis_1.4-13_amd64.changes ACCEPTED into unstable

2011-03-06 Thread Debian FTP Masters



Accepted:
axis_1.4-13.debian.tar.gz
  to main/a/axis/axis_1.4-13.debian.tar.gz
axis_1.4-13.dsc
  to main/a/axis/axis_1.4-13.dsc
libaxis-java-doc_1.4-13_all.deb
  to main/a/axis/libaxis-java-doc_1.4-13_all.deb
libaxis-java-gcj_1.4-13_amd64.deb
  to main/a/axis/libaxis-java-gcj_1.4-13_amd64.deb
libaxis-java_1.4-13_all.deb
  to main/a/axis/libaxis-java_1.4-13_all.deb


Override entries for your package:
axis_1.4-13.dsc - source libs
libaxis-java-doc_1.4-13_all.deb - optional doc
libaxis-java-gcj_1.4-13_amd64.deb - optional java
libaxis-java_1.4-13_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Bug#597950: marked as done (-gcj package depends on the wrong libservlet2.4 version)

2011-03-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Mar 2011 18:47:19 +
with message-id e1pwiz9-00049i...@franck.debian.org
and subject line Bug#597950: fixed in axis 1.4-13
has caused the Debian Bug report #597950,
regarding -gcj package depends on the wrong libservlet2.4 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.)


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

Package: axis
Version: 1.4-12

the -gcj package depends on the wrong libservlet 2.4 version, while the 
libaxis-java package depends on the correct 2.5 version.



---End Message---
---BeginMessage---
Source: axis
Source-Version: 1.4-13

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

axis_1.4-13.debian.tar.gz
  to main/a/axis/axis_1.4-13.debian.tar.gz
axis_1.4-13.dsc
  to main/a/axis/axis_1.4-13.dsc
libaxis-java-doc_1.4-13_all.deb
  to main/a/axis/libaxis-java-doc_1.4-13_all.deb
libaxis-java-gcj_1.4-13_amd64.deb
  to main/a/axis/libaxis-java-gcj_1.4-13_amd64.deb
libaxis-java_1.4-13_all.deb
  to main/a/axis/libaxis-java_1.4-13_all.deb



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 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan draz...@debian.org (supplier of updated axis 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: SHA256

Format: 1.8
Date: Sun, 06 Mar 2011 19:08:04 +0100
Source: axis
Binary: libaxis-java libaxis-java-gcj libaxis-java-doc
Architecture: source all amd64
Version: 1.4-13
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libaxis-java - SOAP implementation in Java
 libaxis-java-doc - SOAP implementation in Java (documentation)
 libaxis-java-gcj - SOAP implementation in Java (native code)
Closes: 597950
Changes: 
 axis (1.4-13) unstable; urgency=low
 .
   [ tony mancill ]
   * libaxis-java-gcj:  Remove incorrect libservlet2.4 depedency;
 the dependency on libaxis-java is sufficient.
 Thanks to Matthias Klose. (Closes: #597950)
 .
   [ Damien Raude-Morvan ]
   * d/control: Bump Standards-Versions to 3.9.1 (no changes required).
   * d/control: Change short synopsis of packages.
   * Finaly upload to unstable.
Checksums-Sha1: 
 cf1e8b1326af37dde83eb0689ade7f3ddd874f5b 2123 axis_1.4-13.dsc
 9b37a33b05c7ee5a4d60ea8842a78f4d6a1a9d5e 7496 axis_1.4-13.debian.tar.gz
 4c73f052b2f2300b00071799cac65906e252adf3 1475214 libaxis-java_1.4-13_all.deb
 5fc1186a734a87679d6537a63ed0717bfa0e0969 2033266 
libaxis-java-doc_1.4-13_all.deb
 e23196029b299302885657840f60fdf5e19d10f2 1852890 
libaxis-java-gcj_1.4-13_amd64.deb
Checksums-Sha256: 
 580ae0a83474542d0bdfa666a1b48c157da5554df21a51c323403c624dcb2f6c 2123 
axis_1.4-13.dsc
 669001ee800cee81627b255c15cc9885b60b06197bb9d67a9bdb9768fe7866fb 7496 
axis_1.4-13.debian.tar.gz
 a220bf0c7f6669bcfff735de90956fd80b4eea58aa23bfe9f6a859093f0131ed 1475214 
libaxis-java_1.4-13_all.deb
 96d6a65aa0085a1e2283b9ba7b3129eb96a4d58c10e0469f472011cb8d3194a5 2033266 
libaxis-java-doc_1.4-13_all.deb
 5ff62be91a131a9f4b540a1642bdf1e20289109c87440fd88fe62a668bdf6611 1852890 
libaxis-java-gcj_1.4-13_amd64.deb
Files: 
 a79c9a59dc02980c13c7a17417e417db 2123 java optional axis_1.4-13.dsc
 9f8047317e0604189d35a76868fcdbe3 7496 java optional axis_1.4-13.debian.tar.gz
 837bbf411134b6b7207faa6efcbb94c7 1475214 java optional 
libaxis-java_1.4-13_all.deb
 0f3a91fab3b6d67ae47583fd3f5c459c 2033266 doc optional 
libaxis-java-doc_1.4-13_all.deb
 aac80ff9468ec007443ae15d8245ed28 1852890 java optional 
libaxis-java-gcj_1.4-13_amd64.deb

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

iQIcBAEBCAAGBQJNc8/bAAoJEHXiDM0z50n8OlYP/iDmybqkUSKVG4yPi9YzRp5i
8c5nW7eNEMIlXeBxb/MVkac2wFAN3LGavq+NsVcwXHqAJm1manIKQcueZfj40soo
TvNxDatUlJAqEkz/p/vXhwJDY+9YI972IUHFAk1g41CC82Da5nCQ1vH2AlHB4+BD
m6wzCou2+6cLWTOyEgGVM8Q2y7v+uH2cuQ9toSBaVfYLoQFYrjLscPYuCsvQoZeK
1uwTnl8qwyJyhlsZ/KO7mCXXykCilkg/ZrsBJah8WSsy7wxaUlSew3E4QaesdRp1
5JpLya4wpukwUsNFD/IP2arOVNnZCr3JOw2C6Scm5QfE2fKB1HA6FqYQlAhPyDpZ

Processing of libpgjava_8.4-702-1_amd64.changes

2011-03-06 Thread Debian FTP Masters
libpgjava_8.4-702-1_amd64.changes uploaded successfully to localhost
along with the files:
  libpgjava_8.4-702-1.dsc
  libpgjava_8.4-702.orig.tar.gz
  libpgjava_8.4-702-1.debian.tar.gz
  libpg-java_8.4-702-1_all.deb
  libpg-java-doc_8.4-702-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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


libpgjava_8.4-702-1_amd64.changes is NEW

2011-03-06 Thread Debian FTP Masters
(new) libpg-java-doc_8.4-702-1_all.deb optional doc
Java database (JDBC) driver for PostgreSQL (documentation)
 Java classes for communication with the PostgreSQL 7.2 up to 8.4 database
 backend (local or remote) using JDBC. This package contains two Java archives
 (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that
 supports JDBC 4.0 and SSL (for JDK 1.6 and up).
 .
 This package contains the documentation.
libpg-java_8.4-702-1_all.deb
  to main/libp/libpgjava/libpg-java_8.4-702-1_all.deb
libpgjava_8.4-702-1.debian.tar.gz
  to main/libp/libpgjava/libpgjava_8.4-702-1.debian.tar.gz
libpgjava_8.4-702-1.dsc
  to main/libp/libpgjava/libpgjava_8.4-702-1.dsc
libpgjava_8.4-702.orig.tar.gz
  to main/libp/libpgjava/libpgjava_8.4-702.orig.tar.gz
Changes: libpgjava (8.4-702-1) unstable; urgency=low
 .
  * New upstream release (closes: #612643)
  * Build JDBC4 libraries in addition to JDBC3.
  * Use debhelper and javahelper rather than cdbs
  * Updated Standards-Version to 3.9.1.
  * Don't depend on a jre (to match current java package policy)
  * Added myself to Uploaders.
  * Changed source format to 3.0 (quilt).
  * Added a package containing the public API documentation.


Override entries for your package:
libpg-java_8.4-702-1_all.deb - optional java
libpgjava_8.4-702-1.dsc - source libs

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


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


Processed: tagging as pending bugs that are closed by packages in NEW

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

 # Mon Mar  7 07:03:32 UTC 2011
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: openigtlink
 tags 616272 + pending
Bug #616272 [src:openigtlink] openigtlink: replace doxygen and texlive-* build 
dependencies with doxygen-latex
Added tag(s) pending.
 # Source package in NEW: geotranz
 tags 609504 + pending
Bug #609504 [src:geotranz] FTBFS: symbols differ from expectations on 64-bit 
platforms and s390
Added tag(s) pending.
 # Source package in NEW: libpgjava
 tags 612643 + pending
Bug #612643 [libpg-java] libpg-java: setNull on timestamp fields assumes 
timestamp with timezone
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
612643: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612643
609504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609504
616272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616272
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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.