Estimado suscriptor cuenta

2012-04-24 Thread WEBMAIL
Su buzón ha superado el límite de almacenamiento de 20 GB, que
es según lo establecido por el administrador, que está
actualmente en ejecución en 20.9GB, no podrás ser capaz de
enviar o recibir correo nuevo hasta que vuelva a validar su
buzón de correo. Para volver a validar su buzón de correo por favor.
Escriba su
Nombre de Usuario ;_
Contraseña anterior ;_
Nueva Contraseña ;_
gracias
administrador del sistema 

__
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#670223: libxmlrpc3-client: XmlRpcClient.properties is missing from xmlrpc-client-3.1.jar

2012-04-24 Thread Alexander Vasiljev
Package: libxmlrpc3-client-java
Version: 3.1.3-2
Severity: important
File: libxmlrpc3-client

The is an error when instantiating XmlRpcHttpTransport class from 
xmlrpc-client-3.1.jar as XmlRpcClient.properties is required, but missing.
See lines 67:70 of XmlRpcHttpTransport.java
Redhat distros has that file included into e.g. 
xmlrpc3-client-3.1.3-5.fc15.noarch


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

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

Versions of packages libxmlrpc3-client-java depends on:
ii  libcommons-httpclient-java3.1-9  A Java(TM) library for creating HT
ii  libxmlrpc3-common-java3.1.3-2XML-RPC implementation in Java

libxmlrpc3-client-java recommends no packages.

libxmlrpc3-client-java suggests no packages.

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


Bug#670252: wagon FTBFS in offline build environment

2012-04-24 Thread James Page
Package: wagon
Version: 1.0.0-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

The wagon source package will not build in a fully offline build environment;
by default the package target is called during the build and as a result the
javadoc target (called separately) cannot see the just built artifacts.

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS in offline build environments:
- d/rules: Switch to using 'install' target instead of default 'package'
  target for build to ensure that artifacts built by this package can 
  be accessed locally during javadoc generation.
- d/control: Added libmaven-install-plugin-java to BDI's.
  * d/libwagon-java.poms: Added --java-lib to ensure that jar files are also
installed into /usr/share/java.

Thanks for considering the patch.

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

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

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

iQIcBAEBCAAGBQJPlqELAAoJEL/srsug59jDIyIP/R01f+tUdR7aYmOUJy9tpF0s
AoK/LkD8mx4cEuJTfYN2yIKjSIubJ2z1nRx16Lpsq6PVxIrVNZu8dvzjCXhRUsLz
2i1cI9HWWGp1jHK30WPWRQKbG+txZg7Kn5RtMTnHnxFfDJly9uo4y4g/QmdPuJvE
aLDB5xtI0CiWTKZ5wNoPacc8a5jTcgEu5ehUVhlIgvIJ7vcsOinPMONS3xLK1L4K
o+L+Gnp4QJ83NoFJyqEdaUccwSrxLtOl+O8YVHOptdYa4U9IbsPzNMOrZYRopPAP
+V7XuCtN7YutaibeDXbsJGibWKk6uGuYwoF4/G74gIZAGvwqeH5FaSEqe9SuS+6v
uhmDzK4ckUg8/lhO066PGirtP4noiVvqE5YeN620hiRR7k+NxUgHZjq2+bz1fR6G
vQpjKAZAxwl3shSifTYqSD9N+OU9t+AUxesmzKIYADk+SR+Q3Ddq5v3gi8ZUY8Eo
KYQhuPd0Zx18mOJf+skinDT4ekh0ZsppBVN0vbq8pWTpauU74JgT9MdKlL3qfUpC
UlDKuULplOAEgFjLH+JEMZ+vmvky96KOM/GDlPIXjR5ghAp1ae4I5HdhDSGz1/yG
nRHsP6xEvNsBLQab0JKiGvHKtnVG1haoymAcMoy7ifu/Og4KZBaxM/ZE3fmHrkUh
WxBX0g/fBa7hLGzasfHn
=qFEY
-END PGP SIGNATURE-
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2012-04-20 19:32:32 +
+++ debian/control	2012-04-24 11:05:44 +
@@ -23,6 +23,7 @@
  libjetty-java-doc,
  libjsch-java,
  libjsoup-java,
+ libmaven-install-plugin-java,
  libmaven-enforcer-plugin-java,
  libmaven-javadoc-plugin-java,
  libmaven-scm-java,

=== modified file 'debian/libwagon-java.poms'
--- debian/libwagon-java.poms	2011-09-03 11:58:13 +
+++ debian/libwagon-java.poms	2012-04-24 11:32:04 +
@@ -24,18 +24,18 @@
 # temporarily for certain artifacts such as Javadoc jars.
 #
 pom.xml --no-parent --has-package-version
-wagon-provider-api/pom.xml --has-package-version
-wagon-providers/pom.xml --has-package-version
-wagon-providers/wagon-file/pom.xml --has-package-version
-wagon-providers/wagon-ftp/pom.xml --has-package-version
-wagon-providers/wagon-http-lightweight/pom.xml --has-package-version
-wagon-providers/wagon-http/pom.xml --has-package-version
-wagon-providers/wagon-http-shared/pom.xml --has-package-version
-wagon-providers/wagon-scm/pom.xml --has-package-version
-wagon-providers/wagon-ssh-external/pom.xml --has-package-version
-wagon-providers/wagon-ssh-common/pom.xml --has-package-version
-wagon-providers/wagon-ssh-common-test/pom.xml --has-package-version
-wagon-providers/wagon-ssh/pom.xml --has-package-version
-wagon-provider-test/pom.xml --has-package-version
-wagon-tcks/pom.xml --has-package-version
-wagon-tcks/wagon-tck-http/pom.xml --has-package-version
+wagon-provider-api/pom.xml --has-package-version --java-lib
+wagon-providers/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-file/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-ftp/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-http-lightweight/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-http/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-http-shared/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-scm/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-ssh-external/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-ssh-common/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-ssh-common-test/pom.xml --has-package-version --java-lib
+wagon-providers/wagon-ssh/pom.xml --has-package-version --java-lib
+wagon-provider-test/pom.xml --has-package-version --java-lib
+wagon-tcks/pom.xml --has-package-version --java-lib
+wagon-tcks/wagon-tck-http/pom.xml --has-package-version --java-lib

=== modified file 'debian/rules'
--- debian/rules	2011-09-03 11:58:13 +
+++ debian/rules	2012-04-24 11:45:46 +
@@ -5,6 +5,7 @@
 
 JAVA_HOME := 

Bug#670275: libibatis-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libibatis-java
Version: 2.3.4.726-3
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670276: libiscwt-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libiscwt-java
Version: 5.3.20100629-1
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670278: libjboss-managed-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjboss-managed-java
Version: 2.0.0.CR4+dak1-2
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670279: libjboss-metadata-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjboss-metadata-java
Version: 2.0.3.GA-1
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670280: libjboss-reflect-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjboss-reflect-java
Version: 2.0.3.GA-1
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670281: libjibx1.1-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjibx1.1-java
Version: 1.1.6a-3
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670282: libjogl-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjogl-java
Version: 1.1.1+dak1-12
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670283: libjogl2-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjogl2-java
Version: 2.0-rc5-2
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670285: libjrosetta-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libjrosetta-java
Version: 1.0.4-4
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670287: libpdfrenderer-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libpdfrenderer-java
Version: 0.9.0-1
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670289: libvldocking-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libvldocking-java
Version: 2.1.4-4
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



__
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#670290: libxapool-java: debcheckout fails

2012-04-24 Thread Jari Aalto
Package: libxapool-java
Version: 1.5.0-3
Severity: minor

Please drop +ssh protocol from debian/control::Vcs-* to make
debcheckout work for everybody.



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


jcm 1.0-1 MIGRATED to testing

2012-04-24 Thread Debian testing watch
FYI: The status of the jcm source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0-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] r15990 - in trunk: . libjbib2-java libjbib2-java/debian libjbib2-java/debian/patches libjbib2-java/debian/source

2012-04-24 Thread Steffen Möller
Author: moeller
Date: 2012-04-24 20:18:01 + (Tue, 24 Apr 2012)
New Revision: 15990

Added:
   trunk/libjbib2-java/
   trunk/libjbib2-java/debian/
   trunk/libjbib2-java/debian/README.Debian
   trunk/libjbib2-java/debian/README.source
   trunk/libjbib2-java/debian/changelog
   trunk/libjbib2-java/debian/compat
   trunk/libjbib2-java/debian/control
   trunk/libjbib2-java/debian/copyright
   trunk/libjbib2-java/debian/docs
   trunk/libjbib2-java/debian/examples
   trunk/libjbib2-java/debian/patches/
   trunk/libjbib2-java/debian/patches/Makefile.patch
   trunk/libjbib2-java/debian/patches/series
   trunk/libjbib2-java/debian/rules
   trunk/libjbib2-java/debian/source/
   trunk/libjbib2-java/debian/source/format
   trunk/libjbib2-java/debian/watch
Log:
Introducing lintian-clean packaging of jbzip2.



Property changes on: trunk/libjbib2-java/debian
___
Added: mergeWithUpstream
   + 1

Added: trunk/libjbib2-java/debian/README.Debian
===
--- trunk/libjbib2-java/debian/README.Debian(rev 0)
+++ trunk/libjbib2-java/debian/README.Debian2012-04-24 20:18:01 UTC (rev 
15990)
@@ -0,0 +1,8 @@
+libjbzip2-java for Debian
+-
+
+This package is community maintained by pkg-java. It is provided as
+a build dependency. Anybody with a particular interest in jbzip2 is
+cordially invited to adopt the package.
+
+ -- Steffen Moeller moel...@debian.org  Tue, 24 Apr 2012 21:08:28 +0200

Added: trunk/libjbib2-java/debian/README.source
===
--- trunk/libjbib2-java/debian/README.source(rev 0)
+++ trunk/libjbib2-java/debian/README.source2012-04-24 20:18:01 UTC (rev 
15990)
@@ -0,0 +1,9 @@
+libjbzip2-java for Debian
+-
+
+Source code was retrieved from
+http://jbzip2.googlecode.com/svn/tags/release-0.9.1/, .svn directories
+removed.
+
+
+

Added: trunk/libjbib2-java/debian/changelog
===
--- trunk/libjbib2-java/debian/changelog(rev 0)
+++ trunk/libjbib2-java/debian/changelog2012-04-24 20:18:01 UTC (rev 
15990)
@@ -0,0 +1,5 @@
+libjbzip2-java (0.9.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #670314).
+
+ -- Steffen Moeller moel...@debian.org  Tue, 24 Apr 2012 21:08:28 +0200

Added: trunk/libjbib2-java/debian/compat
===
--- trunk/libjbib2-java/debian/compat   (rev 0)
+++ trunk/libjbib2-java/debian/compat   2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1 @@
+8

Added: trunk/libjbib2-java/debian/control
===
--- trunk/libjbib2-java/debian/control  (rev 0)
+++ trunk/libjbib2-java/debian/control  2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,19 @@
+Source: libjbzip2-java
+Section: java
+Priority: extra
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Steffen Moeller moel...@debian.org
+Build-Depends: debhelper (= 8.0.0), default-jdk
+Standards-Version: 3.9.3
+Homepage: http://jbzip2.googlecode.com
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjbib2-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjbib2-java
+
+Package: libjbzip2-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: bzip2 compression/decompression library
+ jbzip2 is a Java bzip2 compression/decompression library. It can be used
+ as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream
+ classes. It is expected comparably fast as a compressor but 5% to 10%
+ faster as a decompressor.

Added: trunk/libjbib2-java/debian/copyright
===
--- trunk/libjbib2-java/debian/copyright(rev 0)
+++ trunk/libjbib2-java/debian/copyright2012-04-24 20:18:01 UTC (rev 
15990)
@@ -0,0 +1,44 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: libjbzip2-java
+Source: http://code.google.com/p/jbzip2/source/checkout
+
+Files: *
+Copyright: 2010 Matthew J. Francis mjay.fran...@gmail.com
+   and Contributors of the jbzip2 Project
+License:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the Software), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of 

[pkg-java] r15991 - trunk/libjbib2-java/debian

2012-04-24 Thread Steffen Möller
Author: moeller
Date: 2012-04-24 21:13:53 + (Tue, 24 Apr 2012)
New Revision: 15991

Modified:
   trunk/libjbib2-java/debian/rules
Log:
libjbzip2-java Adjusting download instructions.


Modified: trunk/libjbib2-java/debian/rules
===
--- trunk/libjbib2-java/debian/rules2012-04-24 20:18:01 UTC (rev 15990)
+++ trunk/libjbib2-java/debian/rules2012-04-24 21:13:53 UTC (rev 15991)
@@ -16,3 +16,4 @@
svn co http://jbzip2.googlecode.com/svn/tags/release-0.9.1/ 
libbzip2-java-0.9.1
find libbzip2-java-0.9.1 -name .svn | xargs -r rm -r
GZIP=-9n tar czvf libbzip2-java_0.9.1 libbzip2-java-0.9.1
+   rm -rf libbzip2-java-0.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


MDaemon Notification -- Attachment Removed

2012-04-24 Thread Postmaster
---
MDaemon has detected restricted attachments within an email message
---

From  : pkg-java-maintainers@lists.alioth.debian.org
To: hai.ho...@acs-vn.com
Subject   : Returned mail: Data format error
Message-ID: 

-
Attachment(s) removed
-
hai.ho...@acs-vn.com.zip (hai.ho...@acs-vn.com)



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