Bug#636136: update system is not working

2011-11-07 Thread Davide Prina
Tzafrir Cohen write:

 Unable to read repository at 
 http://download.eclipse.org/birt/update-site/3.7-interim/content.xml.
 Host name may not be null

 The URLs I have added do not end with '/content.xml' , and return some
 XML file. The URLs mentioned there return 404.

I have the same problem.
I have found that this message type is misleading:

from https://bugs.eclipse.org/bugs/show_bug.cgi?id=305936
8--8--8--8--8--8--8--8--8--8--8--
p2 asks for a number of URL's in a specific order. That includes content.xml,
content.jar, compositeContent.xml, compositeContent.jar, and site.xml. When
none of them is found, it will print the given message and give up.

The message in itself is misleading. It should say something like Unable to
find content meta-data at parent URL or something similar.
8--8--8--8--8--8--8--8--8--8--8--

I have see that for solving this problem someone have do one of the following:
* remove all eclipse and reinstall all (but sometime update/install
work only the first time)
* remove all repository for update/install, close eclipse and than add...

I have tried some workaround, but no one work for me.

I have read that, probably, this bug will not be solved in eclipse 3.7

Ciao
Davide



__
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#636136: [solved] update system is not working

2011-11-07 Thread Davide Prina
I'm behind a proxy server with password.
I have configured eclipse to use the proxy server for http, https and socket.

To let eclipse to work correctly with update/install you must not set
proxy for socket.

Ciao
Davide



__
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-stapler-plugin 1.16-1 MIGRATED to testing

2011-11-07 Thread Debian testing watch
FYI: The status of the maven-stapler-plugin source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.16-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.


libgnujaf-java 1.1.1-7 MIGRATED to testing

2011-11-07 Thread Debian testing watch
FYI: The status of the libgnujaf-java source package
in Debian's testing distribution has changed.

  Previous version: 1.1.1-6
  Current version:  1.1.1-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.


[SCM] eclipse-cdt-pkg-config packaging branch, master, updated. upstream/0.5.3-8-g0892af1

2011-11-07 Thread Jakub Adam
The following commit has been merged in the master branch:
commit 0892af1f72b76a2fafc6e0b8d2a25fe357248890
Author: Jakub Adam jakub.a...@ktknet.cz
Date:   Mon Nov 7 18:18:36 2011 +0100

Updated the DEP-5 copyright to r202

diff --git a/debian/copyright b/debian/copyright
index 1f206d9..2eb8df5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,12 @@
-Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=135
-Name: Eclipse-cdt-pkg-config
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Upstream-Name: Eclipse Pkg-config support
 
 Files: *
 Copyright: 2011, Petri Tuononen and others
 License: EPL-1.0
 
 Files: debian/*
-Copyright: 2011, Debian Orbital Alignment Team 
pkg-java-maintainers@lists.alioth.debian.org
+Copyright: 2011, Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 License: EPL-1.0
 
 License: EPL-1.0

-- 
eclipse-cdt-pkg-config 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


[pkg-java] r15360 - in trunk/axis/debian: . patches

2011-11-07 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-11-07 19:40:34 + (Mon, 07 Nov 2011)
New Revision: 15360

Modified:
   trunk/axis/debian/changelog
   trunk/axis/debian/patches/add-osgi-metadata.patch
Log:
Add Require-Bundle OSGi attributes

Modified: trunk/axis/debian/changelog
===
--- trunk/axis/debian/changelog 2011-11-06 16:19:00 UTC (rev 15359)
+++ trunk/axis/debian/changelog 2011-11-07 19:40:34 UTC (rev 15360)
@@ -2,6 +2,7 @@
 
   * Add missing dependency on libcommons-httpclient-java
   * Update Export-Package OSGi attribute in manifest
+  * Add Require-Bundle OSGi attributes
 
  -- Jakub Adam jakub.a...@ktknet.cz  Mon, 31 Oct 2011 11:07:24 +0100
 

Modified: trunk/axis/debian/patches/add-osgi-metadata.patch
===
--- trunk/axis/debian/patches/add-osgi-metadata.patch   2011-11-06 16:19:00 UTC 
(rev 15359)
+++ trunk/axis/debian/patches/add-osgi-metadata.patch   2011-11-07 19:40:34 UTC 
(rev 15360)
@@ -3,14 +3,14 @@
 Subject: add-osgi-metadata
 
 ---
- build.xml |   18 ++
- 1 files changed, 18 insertions(+), 0 deletions(-)
+ build.xml |   21 +
+ 1 files changed, 21 insertions(+), 0 deletions(-)
 
 diff --git a/build.xml b/build.xml
-index 738d245..5284aee 100644
+index 738d245..8b7b0fe 100644
 --- a/build.xml
 +++ b/build.xml
-@@ -195,6 +195,12 @@ Copyright:
+@@ -195,6 +195,13 @@ Copyright:
include name=log4j.properties unless=exclude.log4j.configuration/
include name=simplelog.properties/
manifest
@@ -20,32 +20,35 @@
 +attribute name=Bundle-SymbolicName value=org.apache.axis/
 +attribute name=Bundle-Version value=${axis.version}/
 +attribute name=Export-Package 
value=org.apache.axis,org.apache.axis.attachments,org.apache.axis.client,org.apache.axis.client.async,org.apache.axis.collections,org.apache.axis.components,org.apache.axis.components.compiler,org.apache.axis.components.encoding,org.apache.axis.components.image,org.apache.axis.components.jms,org.apache.axis.components.logger,org.apache.axis.components.net,org.apache.axis.components.script,org.apache.axis.components.threadpool,org.apache.axis.components.uuid,org.apache.axis.configuration,org.apache.axis.constants,org.apache.axis.deployment.wsdd,org.apache.axis.deployment.wsdd.providers,org.apache.axis.description,org.apache.axis.encoding,org.apache.axis.encoding.ser,org.apache.axis.enum,org.apache.axis.handlers,org.apache.axis.handlers.http,org.apache.axis.handlers.soap,org.apache.axis.holders,org.apache.axis.i18n,org.apache.axis.management,org.apache.axis.management.jmx,org.apache.axis.message,org.apache.axis.monitor,org.apache.axis.providers,org.apache.axis.providers.java,org.apache.axis.schema,org.apache.axis.security,org.apache.axis.security.servlet,org.apache.axis.security.simple,org.apache.axis.server,org.apache.axis.session,org.apache.axis.soap,org.apache.axis.strategies,org.apache.axis.transport.http,org.apache.axis.transport.java,org.apache.axis.transport.local,org.apache.axis.types,org.apache.axis.utils,org.apache.axis.utils.bytecode,org.apache.axis.utils.cache,org.apache.axis.wsdl,org.apache.axis.wsdl.fromJava,org.apache.axis.wsdl.gen,org.apache.axis.wsdl.symbolTable,org.apache.axis.wsdl.toJava/
++attribute name=Require-Bundle 
value=javax.wsdl,javax.activation,javax.mail,javax.xml,javax.xml.rpc,javax.xml.soap,javax.servlet,org.apache.commons.discovery,org.apache.commons.httpclient,org.apache.commons.logging/
  section name=org/apache/axis
attribute name=Implementation-Title value=Apache Axis/
attribute name=Implementation-Version value=${axis.version} 
${TSTAMP} ${TODAY}/ 
-@@ -206,6 +212,12 @@ Copyright:
+@@ -206,6 +213,13 @@ Copyright:
include name=javax/**/
exclude name=javax/xml/soap/**/
manifest
 +attribute name=Bundle-ManifestVersion value=2/
-+  attribute name=Bundle-Name value=JAX-RPC/
-+  attribute name=Bundle-Vendor value=Apache Software 
Foundation/
++attribute name=Bundle-Name value=JAX-RPC/
++attribute name=Bundle-Vendor value=Apache Software Foundation/
 +attribute name=Bundle-SymbolicName value=javax.xml.rpc/
 +attribute name=Bundle-Version value=${axis.version}/
 +attribute name=Export-Package 
value=javax.xml.rpc,javax.xml.rpc.encoding,javax.xml.rpc.handler,javax.xml.rpc.handler.soap,javax.xml.rpc.holders,javax.xml.rpc.server,javax.xml.rpc.soap/
++attribute name=Require-Bundle 
value=javax.servlet,javax.xml,javax.xml.soap/
  section name=javax/xml/rpc
attribute name=Specification-Title value=JAX-RPC/
attribute name=Specification-Version value=1.1/
-@@ -216,6 +228,12 @@ Copyright:
+@@ -216,6 +230,13 @@ Copyright:
  jar jarfile=${build.lib}/${saaj}.jar basedir=${build.dest} 
include name=javax/xml/soap/**/
manifest
 +

Bug#574611: marked as done (eclipse-cdt: Does not show up anywhere in Eclipse)

2011-11-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Nov 2011 21:14:18 +0100
with message-id 4eb83c1a.6050...@ktknet.cz
and subject line Re: RFS: eclipse-cdt
has caused the Debian Bug report #574611,
regarding eclipse-cdt: Does not show up anywhere in Eclipse
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.)


-- 
574611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eclipse-cdt
Version: 3.1.2-2
Severity: grave
Justification: renders package unusable

Please call me stupid if I've overlooked something, but having installed
eclipse and eclipse-cdt, I can't find any mention of C or C++ features
anywhere in eclipse.

For example, I expected to see 'C++ Project' or something similar appear
when I go to File - New - Project, but there is nothing relevant
there.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages eclipse-cdt depends on:
ii  eclipse-platform  3.5.2-1Eclipse platform without plug-ins 
ii  exuberant-ctags [ctags]   1:5.8-2build tag file indexes of source c
ii  gcc   4:4.4.2-3  The GNU C compiler
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  make  3.81-7 An utility for Directing compilati

eclipse-cdt recommends no packages.

Versions of packages eclipse-cdt suggests:
ii  g++   4:4.4.2-3  The GNU C++ compiler

-- no debconf information


---End Message---
---BeginMessage---

Source: eclipse-cdt
Source-Version: 8.0.1-1

Hi,

this bug should be resolved by new eclipse-cdt release 8.0.1-1 in unstable, so 
closing:

eclipse-cdt-jni_8.0.1-1_amd64.deb
  to main/e/eclipse-cdt/eclipse-cdt-jni_8.0.1-1_amd64.deb
eclipse-cdt_8.0.1-1.debian.tar.gz
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1-1.debian.tar.gz
eclipse-cdt_8.0.1-1.dsc
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1-1.dsc
eclipse-cdt_8.0.1-1_all.deb
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1-1_all.deb
eclipse-cdt_8.0.1.orig.tar.bz2
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1.orig.tar.bz2


Override entries for your package:
eclipse-cdt-jni_8.0.1-1_amd64.deb - optional java
eclipse-cdt_8.0.1-1.dsc - source devel
eclipse-cdt_8.0.1-1_all.deb - optional devel


On 6.11.2011 13:52, Niels Thykier wrote:


Uploaded to NEW, thanks for your contribution.

So, I forgot to check the bug tracker before I uploaded and shame on
us... Obviously it fixes #626384 and I assume it also solves #574611
(else there is little point in the upload :P).  So when the package is
accepted we should close these bugs manually.

~Niels




---End Message---
__
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#626384: marked as done (eclipse-cdt: new upstream release)

2011-11-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Nov 2011 21:14:18 +0100
with message-id 4eb83c1a.6050...@ktknet.cz
and subject line Re: RFS: eclipse-cdt
has caused the Debian Bug report #626384,
regarding eclipse-cdt: new upstream release
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.)


-- 
626384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eclipse-cdt
Version: 6.0.2-1
Severity: wishlist


Hi.

A new upstream release (7.0.2) is available.


Cheers,
Chris.


---End Message---
---BeginMessage---

Source: eclipse-cdt
Source-Version: 8.0.1-1

Hi,

this bug should be resolved by new eclipse-cdt release 8.0.1-1 in unstable, so 
closing:

eclipse-cdt-jni_8.0.1-1_amd64.deb
  to main/e/eclipse-cdt/eclipse-cdt-jni_8.0.1-1_amd64.deb
eclipse-cdt_8.0.1-1.debian.tar.gz
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1-1.debian.tar.gz
eclipse-cdt_8.0.1-1.dsc
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1-1.dsc
eclipse-cdt_8.0.1-1_all.deb
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1-1_all.deb
eclipse-cdt_8.0.1.orig.tar.bz2
  to main/e/eclipse-cdt/eclipse-cdt_8.0.1.orig.tar.bz2


Override entries for your package:
eclipse-cdt-jni_8.0.1-1_amd64.deb - optional java
eclipse-cdt_8.0.1-1.dsc - source devel
eclipse-cdt_8.0.1-1_all.deb - optional devel


On 6.11.2011 13:52, Niels Thykier wrote:


Uploaded to NEW, thanks for your contribution.

So, I forgot to check the bug tracker before I uploaded and shame on
us... Obviously it fixes #626384 and I assume it also solves #574611
(else there is little point in the upload :P).  So when the package is
accepted we should close these bugs manually.

~Niels




---End Message---
__
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#647071: (no subject)

2011-11-07 Thread Thomas Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

please also install the jgit library as maven artifact to /usr/share/maven/repo 
and as java library to /usr/share/java.

Thank you,

Thomas Koch


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

iQIcBAEBCAAGBQJOuED3AAoJEAf8SJEEK6ZahiAQAJd/h+pmaaxSrTge6ZLB4/pC
qYXoEZcDSKrbDSlGsxE0xSWPLx0OQJEGLQvJwafvQEwbCTc1m+GVkh30XSuq6rqt
5cgp0ek1kZymaow5Ad5x8zK9+FSCRyqlYsi4im6xoTc1tEoYtNNINQOM050bBc9N
M7T6RgZp54/HRpqUP5gJmIhQYZQMfM3SI33u2xfuaRRDnTBiPBbtNSIEUdxQYiWI
C/TaAw8OiYhyvOEIXDIpDYxDk8yvWLmmXwB8z+Okhdx3HiCiBrXOxIYNpX6ZYGVk
xLYsMvV056xGda4B7Bi7+4ihzlqlXUk/KJdHPEAZyKo5Y0kqS5xUAv+G8V0Ob4mU
yRoX4dfzIlQu4Dhl4RGQ3c2Z8PGId4kIajzcberxVwrJwT5yWQjMLbYFkvToxDIb
LzzsnLjthasw9J2P7A35tQ+j87Awvh0Xal0t/8jceAHvJRNcA8wN2h9Bf23Np3tR
G586jH8JnOG7iQx8oguxrM3Eah3c5xOy217lKJuQ7Bl8hAGihpFnZJMr1B5ExU5t
MtOvixhYlHjMCAr27t3V4j4AaJ4+rnr7Zbe//BNEbSyZrN8poYA9d+4ahA2zmUob
1h7QsLQm7Xc63Q1F4jP3JB3oL7XQ4Zf1ebpxiCPy3k/v5ENONAr7LRVydHWNKRIc
usb7hNNXHYveqRIxEtv3
=2lKg
-END PGP SIGNATURE-



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


Bug#647930: Please also package other jgit artifacts

2011-11-07 Thread Thomas Koch
Package: eclipse-jgit
Version: 1.1.0-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the jgit project contains more artifacts than are packaged currently. To 
package gerrit I'd additionally nead
org.eclipse.jgit.http.server and optionally org.eclipse.jgit.junit to also run 
the tests as part of the build.

Would you like to do that?

Best regards,

Thomas Koch

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

iQIcBAEBCAAGBQJOuEHoAAoJEAf8SJEEK6ZaGi0P/jX2ihWMreCxwHPZyaRcmuoK
SOgba6kjzeDbbRIg2TNe+2Xn8RofYEK1xRJk23rWpsZcE1XBgJEaiL7KDJPJjigI
NT/QG284udKxsdOuh2X2i+101EKrjuVZZaRR+1Gj5awmE7GV/eM3CHAE0cb/RM7U
LKSF9yAYoq6XiV/Jg4BWPDrY/5yyR7eanqi0DpCLl7BwRN6dPagkbjQbg2hPQ6in
QPOjQNCsfI1CjC/aKaj0hLOlUpLdtE/BiLAphC+1AzICThJMZWuzBCJGzW35oXrF
De766O4omIWoWwWbC9aWITln7AXFTuzVF6HtMH7qooBuy0djloOm28FE9QOLFlyu
mHqEqoGe5h6Ee5EcmEiatA5OMkLWznRUiZohzX6bXXjK7WtEs8mJuGoX90GMfjzc
bFkCCxVLqjl1STTCeJicUnpb10IQhtLsclRpjbKSIgqX3w/2sMb470lhuM+H6Lf5
oej4Fjvywge3Z3U7ql/zTgB8shy7QJD9Hphe/MofPeHmrTFRZvwU6AS30v9/DnOR
A1KzRkcRfgPVQ+/X832c/kcOx7qXSlPSB71Hb24w59yu3veKGAwmuK9+IN0wyRl2
j6Cy7WD2ZwGtVa9m7YZsD4pGjpb1QxwzFXTVLh7abNgjHZgHDL/8LM+74k4pPGmv
cz2ohU5meDrx1NXJz5ZN
=jZ4+
-END PGP SIGNATURE-



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


[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. upstream/3.6.2-14-gf71019b

2011-11-07 Thread Jakub Adam
The following commit has been merged in the master branch:
commit f71019bb6be75bd245d2b1f735429bf782c52619
Author: Jakub Adam jakub.a...@ktknet.cz
Date:   Mon Nov 7 19:22:27 2011 +0100

Enable dependencies of org.apache.axis

diff --git a/debian/control b/debian/control
index 97312d9..2a73953 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,14 @@ Build-Depends: debhelper (= 8~),
eclipse-pde (= 3.7~exp),
eclipse-egit,
libaxis-java (= 1.4-16),
+   libcommons-discovery-java (= 0.5-2),
libcommons-lang-java,
+   libgnumail-java (= 1.1.2-6),
libjaxp1.3-java (= 1.3.05-2),
libjdom1-java (= 1.1.2+dfsg-2),
-   librome-java (= 1.0-3),
+   librome-java (= 1.0-2),
libws-commons-util-java,
+   libwsdl4j-java (= 1.6.2-4),
libxmlrpc3-client-java (= 3.1.3-4),
libxmlrpc3-common-java (= 3.1.3-4),
javahelper (= 0.31),
diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps
index 8e5f95c..b5e4d53 100644
--- a/debian/eclipse.orbitdeps
+++ b/debian/eclipse.orbitdeps
@@ -1,9 +1,14 @@
+activation
 axis
+axis-jaxrpc
 axis-saaj
+commons-discovery
 commons-lang
+gnumail
 jdom1
 rome
 ws-commons-util
+wsdl4j
 xml-apis
 xmlrpc-common-3.1
 xmlrpc-client-3.1
diff --git a/debian/patches/debian-orbit-deps.patch 
b/debian/patches/debian-orbit-deps.patch
index ce49e0e..05a9aaa 100644
--- a/debian/patches/debian-orbit-deps.patch
+++ b/debian/patches/debian-orbit-deps.patch
@@ -12,20 +12,19 @@ Subject: debian-orbit-deps
  * add com.sun.syndication
  * remove versions from Import-Package directives so that distribution jars in
/usr/share/java can be used
-
 ---
- .../org.eclipse.mylyn.commons-feature/feature.xml  |   62 +---
- .../META-INF/MANIFEST.MF   |7 +-
+ .../org.eclipse.mylyn.commons-feature/feature.xml  |   46 ++--
+ .../META-INF/MANIFEST.MF   |7 +--
  .../META-INF/MANIFEST.MF   |3 +-
  .../META-INF/MANIFEST.MF   |   10 ++--
  .../META-INF/MANIFEST.MF   |3 +-
- 5 files changed, 52 insertions(+), 33 deletions(-)
+ 7 files changed, 53 insertions(+), 26 deletions(-)
 
 diff --git 
a/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml 
b/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml
-index 312741f..eae1f27 100644
+index 312741f..a085fde 100644
 --- a/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml
 +++ b/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml
-@@ -78,84 +78,95 @@
+@@ -78,24 +78,32 @@
   unpack=false/
  
 plugin
@@ -59,23 +58,15 @@ index 312741f..eae1f27 100644
 + version=0.0.0
 + unpack=false/
  
--   plugin
-+   !--plugin
+plugin
   id=javax.wsdl
-  download-size=0
-  install-size=0
-  version=0.0.0
-- unpack=false/
-+ unpack=false/--
- 
--   plugin
-+   !--plugin
+@@ -108,26 +116,29 @@
   id=javax.xml.rpc
   download-size=0
   install-size=0
 - version=0.0.0/
 + version=0.0.0
-+ unpack=false/--
++ unpack=false/
  
 plugin
   id=javax.xml.soap
@@ -85,14 +76,13 @@ index 312741f..eae1f27 100644
 + version=0.0.0
 + unpack=false/
  
--   plugin
-+   !--plugin
+plugin
   id=org.apache.commons.discovery
   download-size=0
   install-size=0
 - version=0.0.0/
 + version=0.0.0
-+ unpack=false/--
++ unpack=false/
  
 -   plugin
 +   !--plugin
@@ -103,23 +93,11 @@ index 312741f..eae1f27 100644
 - unpack=false/
 + unpack=false/--
  
--   plugin
-+   !--plugin
+plugin
   id=javax.activation
-  download-size=0
-  install-size=0
+@@ -143,19 +154,19 @@
   version=0.0.0
-- unpack=false/
-+ unpack=false/--
- 
--   plugin
-+   !--plugin
-  id=javax.mail
-  download-size=0
-  install-size=0
-  version=0.0.0
-- unpack=false/
-+ unpack=false/--
+  unpack=false/
  
 -   plugin
 +   !--plugin

-- 
eclipse-mylyn - Plug-in for eclipse - Debian 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


Processing of felix-gogo-runtime_0.10.0-1_amd64.changes

2011-11-07 Thread Debian FTP Masters
felix-gogo-runtime_0.10.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  felix-gogo-runtime_0.10.0-1.dsc
  felix-gogo-runtime_0.10.0.orig.tar.gz
  felix-gogo-runtime_0.10.0-1.debian.tar.gz
  libfelix-gogo-runtime-java_0.10.0-1_all.deb
  libfelix-gogo-runtime-java-doc_0.10.0-1_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
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 felix-gogo-command_0.12.0-1_amd64.changes

2011-11-07 Thread Debian FTP Masters
felix-gogo-command_0.12.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  felix-gogo-command_0.12.0-1.dsc
  felix-gogo-command_0.12.0.orig.tar.gz
  felix-gogo-command_0.12.0-1.debian.tar.gz
  libfelix-gogo-command-java_0.12.0-1_all.deb
  libfelix-gogo-command-java-doc_0.12.0-1_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
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 felix-gogo-shell_0.10.0-1_amd64.changes

2011-11-07 Thread Debian FTP Masters
felix-gogo-shell_0.10.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  felix-gogo-shell_0.10.0-1.dsc
  felix-gogo-shell_0.10.0.orig.tar.gz
  felix-gogo-shell_0.10.0-1.debian.tar.gz
  libfelix-gogo-shell-java_0.10.0-1_all.deb
  libfelix-gogo-shell-java-doc_0.10.0-1_all.deb

Greetings,

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

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


felix-gogo-command_0.12.0-1_amd64.changes is NEW

2011-11-07 Thread Debian FTP Masters
(new) felix-gogo-command_0.12.0-1.debian.tar.gz optional java
(new) felix-gogo-command_0.12.0-1.dsc optional java
(new) felix-gogo-command_0.12.0.orig.tar.gz optional java
(new) libfelix-gogo-command-java-doc_0.12.0-1_all.deb optional doc
Documentation for Apache Felix Gogo Command bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Command bundle of Gogo subproject implements a set of basic commands.
 .
 This package contains the API documentation of libfelix-gogo-command-java.
(new) libfelix-gogo-command-java_0.12.0-1_all.deb optional java
Apache Felix Gogo Command bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Command bundle of Gogo subproject implements a set of basic commands.
Changes: felix-gogo-command (0.12.0-1) unstable; urgency=low
 .
  * Initial release (Closes: #647936).


Override entries for your package:

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


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.


felix-gogo-runtime_0.10.0-1_amd64.changes is NEW

2011-11-07 Thread Debian FTP Masters
(new) felix-gogo-runtime_0.10.0-1.debian.tar.gz optional java
(new) felix-gogo-runtime_0.10.0-1.dsc optional java
(new) felix-gogo-runtime_0.10.0.orig.tar.gz optional java
(new) libfelix-gogo-runtime-java-doc_0.10.0-1_all.deb optional doc
Documentation for Apache Felix Gogo Runtime bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Runtime bundle of Gogo subproject implements the core command processing
 functionality.
 .
 This package contains the API documentation of libfelix-gogo-runtime-java.
(new) libfelix-gogo-runtime-java_0.10.0-1_all.deb optional java
Apache Felix Gogo Runtime bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Runtime bundle of Gogo subproject implements the core command processing
 functionality.
Changes: felix-gogo-runtime (0.10.0-1) unstable; urgency=low
 .
  * Initial release (Closes: #647938).


Override entries for your package:

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


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.


felix-gogo-shell_0.10.0-1_amd64.changes is NEW

2011-11-07 Thread Debian FTP Masters
(new) felix-gogo-shell_0.10.0-1.debian.tar.gz optional java
(new) felix-gogo-shell_0.10.0-1.dsc optional java
(new) felix-gogo-shell_0.10.0.orig.tar.gz optional java
(new) libfelix-gogo-shell-java-doc_0.10.0-1_all.deb optional doc
Documentation for Apache Felix Gogo Shell bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Shell bundle of Gogo subproject provides a simple textual user interface
 to interact with the command processor.
 .
 This package contains the API documentation of libfelix-gogo-shell-java.
(new) libfelix-gogo-shell-java_0.10.0-1_all.deb optional java
Apache Felix Gogo Shell bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Shell bundle of Gogo subproject provides a simple textual user interface
 to interact with the command processor.
Changes: felix-gogo-shell (0.10.0-1) unstable; urgency=low
 .
  * Initial release (Closes: #647937).


Override entries for your package:

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


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] r15361 - trunk/libgnumail-java/debian

2011-11-07 Thread Niels Thykier
Author: nthykier
Date: 2011-11-07 22:36:07 + (Mon, 07 Nov 2011)
New Revision: 15361

Modified:
   trunk/libgnumail-java/debian/changelog
Log:
Set dist to unstable

Modified: trunk/libgnumail-java/debian/changelog
===
--- trunk/libgnumail-java/debian/changelog  2011-11-07 19:40:34 UTC (rev 
15360)
+++ trunk/libgnumail-java/debian/changelog  2011-11-07 22:36:07 UTC (rev 
15361)
@@ -1,4 +1,4 @@
-libgnumail-java (1.1.2-6) UNRELEASED; urgency=low
+libgnumail-java (1.1.2-6) unstable; urgency=low
 
   [ Jakub Adam ]
   * Add OSGi metadata to jar manifest


___
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] r15362 - tags/libgnumail-java

2011-11-07 Thread Niels Thykier
Author: nthykier
Date: 2011-11-07 22:38:24 + (Mon, 07 Nov 2011)
New Revision: 15362

Added:
   tags/libgnumail-java/1.1.2-6/
Log:
Tagging 1.1.2-6 upload


___
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 libgnumail-java_1.1.2-6_amd64.changes

2011-11-07 Thread Debian FTP Masters
libgnumail-java_1.1.2-6_amd64.changes uploaded successfully to localhost
along with the files:
  libgnumail-java_1.1.2-6.dsc
  libgnumail-java_1.1.2-6.debian.tar.gz
  libgnumail-java_1.1.2-6_all.deb
  libgnumail-java-doc_1.1.2-6_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.


libgnumail-java_1.1.2-6_amd64.changes ACCEPTED into unstable

2011-11-07 Thread Debian FTP Masters



Accepted:
libgnumail-java-doc_1.1.2-6_all.deb
  to main/libg/libgnumail-java/libgnumail-java-doc_1.1.2-6_all.deb
libgnumail-java_1.1.2-6.debian.tar.gz
  to main/libg/libgnumail-java/libgnumail-java_1.1.2-6.debian.tar.gz
libgnumail-java_1.1.2-6.dsc
  to main/libg/libgnumail-java/libgnumail-java_1.1.2-6.dsc
libgnumail-java_1.1.2-6_all.deb
  to main/libg/libgnumail-java/libgnumail-java_1.1.2-6_all.deb


Override entries for your package:
libgnumail-java-doc_1.1.2-6_all.deb - optional doc
libgnumail-java_1.1.2-6.dsc - source java
libgnumail-java_1.1.2-6_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.


Processed: your mail

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

 # bugs with submitter anar...@anarcat.ath.cx
 submitter 343278 !
Bug #343278 [util-vserver] util-vserver: /etc/vservers/.distributions/dist/apt 
does not apply to the debootstrap method
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 224510 !
Bug #224510 [xine-lib] stuttering audio on IBM ThinkPad 380z 2635-JGU
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 597664 !
Bug #597664 [linux-2.6] linux-image-2.6.32-5-686: Xorg crashes with radeon 
kernel messages
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 506900 !
Bug #506900 [nagios3] nagios2: status map too clobbered to be useful
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupre anar...@anarcat.ath.cx'
 submitter 559370 !
Bug #559370 {Done: Sebastian Harl tok...@debian.org} [rrdtool] rrdtool: new 
upstream release available (1.4.2)
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'antoine 
beaupre anar...@anarcat.ath.cx'
 submitter 563545 !
Bug #563545 [portmap] portmap: IPv6 support
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 574789 !
Bug #574789 [wnpp] RFP: freebsd-ppp -- FreeBSD Point-to-Point Protocol (PPP) 
userland daemon
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'antoine 
beaupre anar...@anarcat.ath.cx'
 submitter 197301 !
Bug #197301 [xemacs21-bin] xemacs21-bin editor alternative should point to 
gnuclient or editclient
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 511828 !
Bug #511828 [mpd] mpd: sort playlists display
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 599040 !
Bug #599040 [sweethome3d] sweethome3d: complains about GLX 1.3, impossibly slow
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 532923 !
Bug #532923 [wnpp] ITP: aegir-provision -- backend of the Aegir hosting system
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 345068 !
Bug #345068 {Done: Jerome Robert jeromerob...@gmx.com} [kdirstat] kdirstat: 
implement a way to save session
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'The 
Anarcat anar...@anarcat.ath.cx'
 submitter 580949 !
Bug #580949 [libnetgraph4] libnetgraph4: netgraph completely broken
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'antoine 
beaupre anar...@anarcat.ath.cx'
 # bugs with submitter anar...@koumbit.org
 submitter 619454 !
Bug #619454 [lcdproc] init.d/lcdproc missing
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 645055 !
Bug #645055 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] rtl8192ce 
does not support changing interface type (adhoc vs managed)
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 624248 !
Bug #624248 [openssh-server] openssh-server: allow %g (group) pattern in 
ChrootDirectory directive
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 627362 !
Bug #627362 [wnpp] RFP: jitsi -- multi-protocol audio/video and chat 
communicator
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 646882 !
Bug #646882 [git-buildpackage] git-pbuilder: ARCH should have a sane default
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 606983 !
Bug #606983 [redmine] run redmine as the redmine user
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupre anar...@koumbit.org'
 submitter 635935 !
Bug #635935 [pinentry-gtk2] fails to fallback if it can't connect to DISPLAY
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 645333 !
Bug #645333 [wnpp] ITP: qthid-fcd-controller -- simple controller for the 
Funcube Dongle SDR
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 633407 !
Bug #633407 [wnpp] RFP: shapado -- question and answer system written in ruby 
with a MongoDB backend
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupré anar...@koumbit.org'
 submitter 606982 !
Bug #606982 [redmine] redmine: fails to upgrade all instances
Changed Bug submitter to 'Antoine Beaupré anar...@debian.org' from 'Antoine 
Beaupre anar...@koumbit.org'
 submitter 

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

2011-11-07 Thread Tony Mancill
Author: tmancill
Date: 2011-11-08 04:58:09 + (Tue, 08 Nov 2011)
New Revision: 15363

Modified:
   trunk/axis/debian/changelog
Log:
set distribution to unstable for sponsored upload

Modified: trunk/axis/debian/changelog
===
--- trunk/axis/debian/changelog 2011-11-07 22:38:24 UTC (rev 15362)
+++ trunk/axis/debian/changelog 2011-11-08 04:58:09 UTC (rev 15363)
@@ -1,4 +1,4 @@
-axis (1.4-16) UNRELEASED; urgency=low
+axis (1.4-16) unstable; urgency=low
 
   * Add missing dependency on libcommons-httpclient-java
   * Update Export-Package OSGi attribute in manifest


___
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] r15364 - trunk/axis/debian

2011-11-07 Thread Tony Mancill
Author: tmancill
Date: 2011-11-08 05:21:29 + (Tue, 08 Nov 2011)
New Revision: 15364

Modified:
   trunk/axis/debian/copyright
Log:
correct typo in debian/copyright

Modified: trunk/axis/debian/copyright
===
--- trunk/axis/debian/copyright 2011-11-08 04:58:09 UTC (rev 15363)
+++ trunk/axis/debian/copyright 2011-11-08 05:21:29 UTC (rev 15364)
@@ -16,6 +16,6 @@
 License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the License);
  you may not use this file except in compliance with the License.
-
+ .
  The full text of the license can be found in
  `/usr/share/common-licenses/Apache-2.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] r15365 - in tags/axis: . 1.4-16/debian

2011-11-07 Thread Tony Mancill
Author: tmancill
Date: 2011-11-08 05:24:50 + (Tue, 08 Nov 2011)
New Revision: 15365

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

Deleted: tags/axis/1.4-16/debian/changelog
===
--- trunk/axis/debian/changelog 2011-11-07 22:38:24 UTC (rev 15362)
+++ tags/axis/1.4-16/debian/changelog   2011-11-08 05:24:50 UTC (rev 15365)
@@ -1,206 +0,0 @@
-axis (1.4-16) UNRELEASED; urgency=low
-
-  * Add missing dependency on libcommons-httpclient-java
-  * Update Export-Package OSGi attribute in manifest
-  * Add Require-Bundle OSGi attributes
-
- -- Jakub Adam jakub.a...@ktknet.cz  Mon, 31 Oct 2011 11:07:24 +0100
-
-axis (1.4-15) unstable; urgency=low
-
-  * Add OSGi metadata to jar manifests
-  * Bump to Standards-Version 3.9.2
-  * Updated the DEP-5 copyright to r202
-
- -- Jakub Adam jakub.a...@ktknet.cz  Thu, 27 Oct 2011 19:23:14 +0200
-
-axis (1.4-14) unstable; urgency=low
-
-  * Team upload.
-  * Drop package libaxis-java-gcj.
-
- -- Torsten Werner twer...@debian.org  Thu, 08 Sep 2011 17:13:34 +0200
-
-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.
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 06 Mar 2011 19:08:04 +0100
-
-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 

Processing of axis_1.4-16_amd64.changes

2011-11-07 Thread Debian FTP Masters
axis_1.4-16_amd64.changes uploaded successfully to localhost
along with the files:
  axis_1.4-16.dsc
  axis_1.4-16.debian.tar.gz
  libaxis-java_1.4-16_all.deb
  libaxis-java-doc_1.4-16_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.


axis_1.4-16_amd64.changes ACCEPTED into unstable

2011-11-07 Thread Debian FTP Masters



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


Override entries for your package:
axis_1.4-16.dsc - source libs
libaxis-java-doc_1.4-16_all.deb - optional doc
libaxis-java_1.4-16_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.