Bug#719415: gradle: FTBFS: build hangs during codenarc steps

2013-08-11 Thread Miguel Landaeta
tags 719415 + jessie sid
severity 719415 serious
thanks

As extra comment, the issue is not present when gradle is build with
Oracle JDK.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#719415: gradle: FTBFS: build hangs during codenarc steps

2013-08-11 Thread Miguel Landaeta
On Sun, Aug 11, 2013 at 05:04:29PM +0200, Damien Raude-Morvan wrote:
 FTR, I'm working on git repository right now and I've create a new patch to 
 skip codeNarcMain task.

Hi Damien,

Awesome. Don't worry about duplicating effort, I was just reviewing
the Gradle bugs before diving into the issues.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#713171: gradle: FTBFS: /«PKGBUILDDIR»/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java:395: cannot find symbol

2013-08-11 Thread Miguel Landaeta
tags 713171 + confirmed
thanks

On Sat, Jun 22, 2013 at 01:59:18PM +0200, Lucas Nussbaum wrote:
 Source: gradle
 Version: 1.4-1
 Severity: serious
 Tags: jessie sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20130620 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  [...]
  :coreImpl:compileJava UP-TO-DATE
  /«PKGBUILDDIR»/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/repositories/cachemanager/LocalFileRepositoryCacheManager.java:39:
   
  org.gradle.api.internal.artifacts.repositories.cachemanager.LocalFileRepositoryCacheManager
   is not abstract and does not override abstract method 
  downloadRepositoryResource(org.apache.ivy.plugins.repository.Resource,java.lang.String,java.lang.String,java.lang.String,org.apache.ivy.core.cache.CacheResourceOptions,org.apache.ivy.plugins.repository.Repository)
   in org.apache.ivy.core.cache.RepositoryCacheManager
  public class LocalFileRepositoryCacheManager extends 
  AbstractRepositoryCacheManager {
 ^
  /«PKGBUILDDIR»/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/repositories/cachemanager/DownloadingRepositoryCacheManager.java:52:
   
  org.gradle.api.internal.artifacts.repositories.cachemanager.DownloadingRepositoryCacheManager
   is not abstract and does not override abstract method 
  downloadRepositoryResource(org.apache.ivy.plugins.repository.Resource,java.lang.String,java.lang.String,java.lang.String,org.apache.ivy.core.cache.CacheResourceOptions,org.apache.ivy.plugins.repository.Repository)
   in org.apache.ivy.core.cache.RepositoryCacheManager
  public class DownloadingRepositoryCacheManager extends 
  AbstractRepositoryCacheManager {
 ^
  /«PKGBUILDDIR»/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java:395:
   cannot find symbol
  symbol  : constructor 
  DefaultExtendsDescriptor(org.apache.ivy.core.module.id.ModuleRevisionId,org.apache.ivy.core.module.id.ModuleRevisionId,java.lang.String,java.lang.String[])
  location: class 
  org.apache.ivy.core.module.descriptor.DefaultExtendsDescriptor
  DefaultExtendsDescriptor ed = new DefaultExtendsDescriptor(
^
  /«PKGBUILDDIR»/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/NoOpRepositoryCacheManager.java:36:
   
  org.gradle.api.internal.artifacts.ivyservice.ivyresolve.NoOpRepositoryCacheManager
   is not abstract and does not override abstract method 
  downloadRepositoryResource(org.apache.ivy.plugins.repository.Resource,java.lang.String,java.lang.String,java.lang.String,org.apache.ivy.core.cache.CacheResourceOptions,org.apache.ivy.plugins.repository.Repository)
   in org.apache.ivy.core.cache.RepositoryCacheManager
  public class NoOpRepositoryCacheManager implements RepositoryCacheManager {
 ^
  [...]
 
These errors are due to API changes introduced by ivy 2.3.0.

I was taking a look at upstream repository and they have not ported
their code to this new ivy version yet.

AbstractRepositoryCacheManager errors are easy to fix but I still have
to review how to fix changes in DefaultExtendsDescriptor class.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#719415: gradle: FTBFS: build hangs during codenarc steps

2013-08-11 Thread Miguel Landaeta
retitle 719415 gradle: Please enable code quality plugins during build time
severity 719415 important
thanks

Since Damien just uploaded a new release fixing some bugs and adding a
workaround for this issue I'm just retitling it and adjusting its
severity.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#706176: FTBFS with hsqldb 2.2.9: cannot find symbol (org.hsqldb.Trace)

2013-05-13 Thread Miguel Landaeta
tags 706176 + confirmed
thanks

Thanks for the notification and sorry about my lateness to give feedback on
this bug report.

I intend to take care of it soon.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at
http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
__
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#708193: groovy: Package 2.1.3 or a more recent release

2013-05-13 Thread Miguel Landaeta
Package: groovy
Version: 2.0.0~beta2-1
Severity: important

I'm filing this bug report to signal that I'm working to update this
package.

Help with this task is more than welcome.

BTW, I'm going to mantain this package from now on git.

The repo is going to be: git://git.debian.org/git/pkg-java/groovy.git.

Cheers,

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

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


-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at
http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
__
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.

Groovy uploaders/maintainers list

2013-05-13 Thread Miguel Landaeta
Hi everyone,

I'm emailing you to check if you are still interested or involved in Groovy
package maintenance.

I have been in charge of this package for last 3 years or so and now a new
dev cycle is beginning, I want to improve its maintenance switching to git,
using Gradle to build this package among other pending tasks.

If you want to continue to be listed as Uploaders just let me know.

I'm CCing pkg-java-maintainers list just in case somebody else is
interested in jumping in as co-maintainer of this package.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at
http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
__
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#697617: jenkins: CVE-2013-0158: remote code execution vulnerability

2013-04-05 Thread Miguel Landaeta
On Fri, Apr 5, 2013 at 4:11 AM, Henri Salo he...@nerv.fi wrote:
 Is there something that I could help to get this bug fixed and closed? Please
 contact me in case you want any help.

Hi Henri,

The bug is already fixed in jenkins/1.480.2+dfsg-1~exp1. It was not
feasiable to backport the fix to the version available in testing
(1.447.2+dfsg-3) so unfortunately it was removed from the next stable
release.

AFAICT, the plan is to wait for 1.480.2+dfsg-1 to reach testing when
jessie development cycle begins and backport that release to wheezy.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#704261: maven: Please package maven 3.0.5

2013-03-30 Thread Miguel Landaeta
On Sat, Mar 30, 2013 at 10:53 AM, Luís Picciochi Oliveira
pitxy...@gmail.com wrote:
 Please upgrade maven to 3.0.5. Upstream recommends against using 3.0.4 due to
 the following security vulnerability: http://maven.40175.n5.nabble.com
 /SECURITY-CVE-2013-0253-Apache-Maven-3-0-4-td5748186.html , currently also
 visible at https://maven.apache.org/security.html .

 It would be nice to have the safer 3.0.5 version in Wheezy once it goes 
 stable.

Hi Luis,

This issue was already fixed in libwagon2-java by Michael Gilbert in #701991.

Maven 3.0.5 upstream release only updates POM files to point to
libwagon2-java 2.4 but Michael backported the fix to 2.2 so there is
no rush to update Maven right now.

Thanks for your report.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#697617: jenkins: remote code execution vulnerability

2013-01-18 Thread Miguel Landaeta
On Thu, Jan 10, 2013 at 2:29 PM, Miguel Landaeta mig...@miguel.cc wrote:
 On Thu, Jan 10, 2013 at 2:03 PM, James Page james.p...@ubuntu.com wrote:
 I'm trying to get some advice from upstream on this - hopefully I'll
 hear back in the next ~24hrs

 Good to know, I'll stay tuned.


Hi James, is there any news about this issue?

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#697617: jenkins: remote code execution vulnerability

2013-01-10 Thread Miguel Landaeta
On Thu, Jan 10, 2013 at 2:03 PM, James Page james.p...@ubuntu.com wrote:
 I did much the same for the version in Ubuntu 12.04 (1.424.6); and hit
 similar issues. The key problem is the extent of the patch to fix this
 issue and the amount of code change in the TCP/Agent communication
 area between 1.480.2 and earlier versions we already have packaged.

Yeah, and besides that this is going to be a large patch. I don't
think Release Team is going to be much happy about that at this stage
either.

 I'm trying to get some advice from upstream on this - hopefully I'll
 hear back in the next ~24hrs

Good to know, I'll stay tuned.

 BTW, recently the team of developers with I work with began to use
 Jenkins so I have some interest in it. If you are OK with that I
 can jump in as co-maintainer.

 Yes please!

Fine,

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#690887: RFS: update of openid4java, publish maven artifacts

2012-10-27 Thread Miguel Landaeta
On Fri, Oct 26, 2012 at 10:01 AM, Thomas Koch tho...@koch.ro wrote:
 I pushed the necessary changes to the branch thkoch_changes on
 http://anonscm.debian.org/gitweb/?p=pkg-java/openid4java.git

 Please fast-forward into master and delete the branch with
 git push origin :thkoch_changes

Hi Thomas,

If nobody beats me to it, I plan to merge your changes and prepare a
upload for experimental soon.

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#690152: bsaf: FTBFS: Test org.jdesktop.application.TaskMonitorTest failed

2012-10-10 Thread Miguel Landaeta
On Wed, Oct 10, 2012 at 04:22:11PM +0200, Lucas Nussbaum wrote:
 Source: bsaf
 Version: 1.9-3
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20121010 qa-ftbfs
 Justification: FTBFS in wheezy on amd64
 
 Hi,
 
 During a rebuild of all packages in *wheezy*, your package failed to
 build on amd64.

I couldn't reproduce this in wheezy or sid, but I was only using pbuilder to 
test.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#689395: felix-gogo-command: Install .jar into /usr/share/java to comply with Debian

2012-10-02 Thread Miguel Landaeta
tags 689395 + pending
severity 689395 serious
thanks

On Tue, Oct 02, 2012 at 04:17:07PM +0800, Andrew Lee (李健秋) wrote:
 Package: felix-gogo-command
 Version: 0.12.0-1
 Severity: important
 
 Dear Maintainer,
 
 Here is an improvement for this package.
 
 Please add '--java-lib' option in debian/*.poms file to make sure it
 create symbols links for the .jar file under /usr/share/java to comply
 with Debian packaging guidelines.

Andrew, thanks for the report.

We are actually considering this bugs as RC because they could break the
build of another packages.

I already fixed it in git and a new package will be uploaded soon.

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Re: Thanks for packaging tomcat7!

2012-09-18 Thread Miguel Landaeta
On Mon, Sep 17, 2012 at 12:17 AM, Trent W. Buck trentb...@gmail.com wrote:

 (Not reporting this as a formal bug because it's trivial.)

There are not trivial bugs!

Thanks anyway for bringing our attention to the issue, I already fixed
the typo. It will get fixed eventually when development of new Debian
release begins and new packages will get uploaded.

Regards.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#687629: libjdic-java: please set JAVA_HOME correctly

2012-09-14 Thread Miguel Landaeta
On Fri, Sep 14, 2012 at 02:54:26PM +0300, Konstantinos Margaritis wrote:
 Package: libjdic-java
 Version: 0.9.5-7
 Severity: Serious
 
 Please fix that also if you plan to fix the other bugs.

I think this package should be removed from archive.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#637273: Gradle doesn't work with Groovy 1.8.x

2012-09-04 Thread Miguel Landaeta
On Fri, Aug 31, 2012 at 2:02 PM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 So, for Wheezy, I think we have to drop Gradle (and maybe re-add it latter
 throught backport)

I already asked for gradle removal from wheezy some months ago because
it was not going to be ready for the freeze anyway, so there is no
problem, this is done.

And yes, maybe we can work out a backport for wheezy, I'm interested
in providing that after the release.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#683644: please also package extensions (e.g. assistedinject)

2012-08-13 Thread Miguel Landaeta
tags 683644 + pending
thanks

On Thu, Aug 02, 2012 at 03:34:28PM +0200, Thomas Koch wrote:
 Package: libguice-java
 Version: 3.0-1
 Severity: normal
 
 I need the assistedinject extension for gerrit. Has there been any particular
 problem why the extensions are not packaged?
 I might have time in the next weeks to work on this.

Hi Thomas,

The extensions were not enabled since they weren't needed until now.

I have enabled assistedinject extension and I plan to upload a new release
very soon to experimental (this depends on my sponsor, though).

If you need to enable more extensions, feel free to join as maintainer and
commit directly to the repo or send patches.

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Re: Bug#678904: fixed in bouncycastle 1.46+dfsg-6

2012-08-01 Thread Miguel Landaeta
On Wed, Aug 01, 2012 at 06:02:14PM +, Brian Thomason wrote:
 Source: bouncycastle
 Source-Version: 1.46+dfsg-6
 
 We believe that the bug you reported is fixed in the latest version of
 bouncycastle, which is due to be installed in the Debian FTP archive.

Hi Brian,

Please don't forget to commit your changes on this package to svn.
Also remember to tag all your releases in the repo.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Re: Eclipse bump request

2012-07-23 Thread Miguel Landaeta
On Mon, Jul 23, 2012 at 12:34 AM, Bhaavan Merchant
bhaavanmerch...@gmail.com wrote:
 I would like to request eclipse 4.2 to be included in the debian packages as
 part of experimental. ( I was told that it cannot come to unstable till the
 release of wheezy). I am new to debian, and would like to help / assist in
 this job if required. Do let me know if I can help in any way. (I have given
 a read to http://wiki.debian.org/IntroDebianPackaging. Do tell me if there
 are other resources I must study for this.)

Hi Bhaavan,

You should get in touch with current Eclipse maintainers. You will
find their contact information at
http://packages.qa.debian.org/e/eclipse.html.

Additionally, you should get familiar with the packaging. You can find
the sources at git://git.debian.org/git/pkg-java/eclipse.git.

Cheers,

-- 
Miguel Landaeta, nomadium at gmail.com
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

__
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#674448: CVE-2012-2098

2012-07-18 Thread Miguel Landaeta
On Thu, May 24, 2012 at 08:13:35PM +0200, Moritz Muehlenhoff wrote:
 Package: libcommons-compress-java
 Version: 1.2-1
 Severity: grave
 Tags: security
 
 Please see https://commons.apache.org/compress/security.html
 
 Fixed in 1.4.1. This doesn't warrant a DSA, but you could fix
 it through a point update for Squeeze 6.0.6.

Hi Moritz,

I had prepared an upload to fix this issue in stable.

Are you OK with an upload to stable then?

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#680873: libxz-java: Please provide Maven artifacts

2012-07-08 Thread Miguel Landaeta
Package: libxz-java
Version: 1.0-1
Severity: important
Tags: patch

As subject says. I think severity of this bug is important because is
causing #680840.

A fix for this is already committed to git.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#680874: libcommons-compress-java: Promote dependency on libxz-java from Suggests to Depends

2012-07-08 Thread Miguel Landaeta
Package: libcommons-compress-java
Version: 1.4.1-1
Severity: important

As subject says. I think severity of this bug is important because is
causing #680840.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

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

libcommons-compress-java depends on no packages.

libcommons-compress-java recommends no packages.

Versions of packages libcommons-compress-java suggests:
pn  libxz-java  none

-- no debconf information

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#680840: commons-vfs: FTBFS: missing org.tukaani:xz:jar:debian

2012-07-08 Thread Miguel Landaeta
block 680840 680873
block 680840 680874
thanks

On Sun, Jul 08, 2012 at 07:04:44PM +0200, Lucas Nussbaum wrote:
 Source: commons-vfs
 Version: 2.0-3
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20120708 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

The real bug lies on #680873 and #680874. When those bugs are fixed this
one can be closed as well.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#667077: gradle: Update package version to upstream (e.g. 1.0-m9).

2012-07-02 Thread Miguel Landaeta
On Wed, Apr 04, 2012 at 12:22:04AM +0300, Oleksandr Gavenko wrote:
 Update package version to upstream (e.g. 1.0-m9) for testing as version
 '1.0~m3' is deprecated in flavour of current 1.0-m9.

Hi Oleksandr,

I decided to continue my work on packaging gradle 1.0.

However, as you may know, it is already too late to include it with
wheezy due to the freeze.

I don't know how much time is going to take me to package 1.0, but
if everything goes well I should be uploading updated packages to
experimental in the near future.

A nice goal would be to include gradle packages in a eventual
wheezy-backports suite but first we will need an usable package
without RC bugs.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#674448: CVE-2012-2098

2012-06-21 Thread Miguel Landaeta
On Thu, Jun 21, 2012 at 12:12 AM, tony mancill tmanc...@debian.org wrote:
 How would the point update work for Squeeze given that there is a new
 build dependency that needs to be added to Squeeze as well?  Once we
 have approval, can we simply upload both the new package and the updated
 libcommons-compress-java at the same time?

I'll check upstream repository during this weekend to try to backport the fix.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



__
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#611130: #611130/CVE-2010-2087 is unlikely to be fixed

2012-06-17 Thread Miguel Landaeta
tags 611130 + wontfix
severity 611130 important
thanks

Hi,

I was checking again what is the status of this bug and I found a statement
in RedHat bugtracker posted by David Jorm:

Statement:

This flaw affects applications using unencrypted client-side view states on 
Mojarra as shipped with JBoss Communications Platform 1.2.11 and 5.1.1, JBoss 
Enterprise Application Platform 4.2.0, 4.3.0 and 5.1.1, JBoss Enterprise BRMS 
Platform 5.1.0, JBoss Enterprise Portal Platform 4.3 and 5.1.1, JBoss 
Enterprise SOA Platform 4.2.0, 4.3.0 and 5.1.0, JBoss Enterprise Web Platform 
5.1.1 and JBoss Web Framework Kit 1.1.0 and 1.2.0. Unencrypted client-side view 
states are fundamentally insecure and should not be used. Developers are 
advised to always enable encryption when creating JavaServer Faces (JSF) 
applications using client-side view state. When using the Mojarra 
implementation of JSF, this is achieved by adding the following snippet to the 
application's web.xml:
context-param
   param-namejavax.faces.STATE_SAVING_METHOD/param-name
   param-valueclient/param-value
/context-param
env-entry
   env-entry-nameClientStateSavingPassword/env-entry-name
   env-entry-typejava.lang.String/env-entry-type
   env-entry-valueINSERT_YOUR_PASSWORD/env-entry-value
/env-entry


So, IMO this looks like it is not going to be fixed anytime soon if ever.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#670671: ini4j: Builds broken package from source

2012-06-17 Thread Miguel Landaeta
tags 670671 + pending
thanks

On Fri, Apr 27, 2012 at 01:19:09PM -0700, Daniel Schepler wrote:
 Source: ini4j
 Version: 0.5.2-SNAPSHOT-1
 Severity: serious
 
 When I build ini4j under pbuilder, I get package contents of:
 [snip]

 If I try using the resulting package to build netbeans, the build
 fails because it can't find a usable /usr/share/java/ini4j.jar file.

This is fixed in the git repo. A fixed package will be uploaded soon.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#674448: CVE-2012-2098

2012-06-17 Thread Miguel Landaeta
tags 674448 + pending
thanks

On Thu, May 24, 2012 at 08:13:35PM +0200, Moritz Muehlenhoff wrote:
 Package: libcommons-compress-java
 Version: 1.2-1
 Severity: grave
 Tags: security
 
 Please see https://commons.apache.org/compress/security.html
 
 Fixed in 1.4.1. This doesn't warrant a DSA, but you could fix
 it through a point update for Squeeze 6.0.6.

This is already fixed in the svn repo. A new package will be uploaded soon.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#677912: tomcat7: [INTL:sk] Slovak po-debconf translation

2012-06-17 Thread Miguel Landaeta
tags 677912 + pending
tags 677913 + pending
thanks

On Sun, Jun 17, 2012 at 08:20:51PM +0200, helix84 wrote:
 Package: tomcat7
 Severity: wishlist
 Tags: l10n patch
 Version: 7.0.27-1
 
 .po attached

Thanks for your contribution. The translations will be added in the next upload.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#655807: codenarc: FTBFS: java error

2012-06-15 Thread Miguel Landaeta
tags 655807 + pending
thanks

On Sat, Jan 14, 2012 at 06:17:46AM +0100, Lucas Nussbaum wrote:
 Source: codenarc
 Version: 0.13-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20120112 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This issue is already fixed in the git repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#677194: CVE-2012-2672

2012-06-15 Thread Miguel Landaeta
tags 677194 + moreinfo
severity 677194 important
thanks

On Tue, Jun 12, 2012 at 10:39:02AM +0200, Moritz Muehlenhoff wrote:
 Package: mojarra
 Severity: grave
 Tags: security
 
 Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2672
 
 I'm not sure if Debian is affected, please verify.

Hi,

I'm unable to reproduce this bug with mojarra under tomcat7. I didn't try
with tomcat6, jetty6 or jetty8.

However, in the bugtracker somebody commented this only affects EAP6/AS7
application servers and those ones are not available in Debian.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#652232: checkstyle: FTBFS: Tests run: 676, Failures: 372, Errors: 0, Skipped: 0

2012-06-09 Thread Miguel Landaeta
tags 654002 + pending
tags 652232 + pending
thanks

On Sat, Jun 09, 2012 at 07:51:44PM -0400, James McCoy wrote:
 The tests don't appear to fail anymore, but the package then fails to
 build because it can't find checkstyle.jar.  This looks like it's due to
 changes in some of the helper tools used for building.
 
 Applying the below diff (noisier than it should be due to extra comments
 added by the helper tools) to debian/checkstyle.poms looks like it fixes
 the build.  The only worrying difference is that checkstyle-javadoc.jar
 is no longer present in checkstyle-doc.  I don't know enough about java
 packaging to know if that's a problem or not.

That's right, the tests aren't failing for me anymore.

Thanks for taking some time to look at this issue.

I have committed the fix for this issue to svn and updated package will be
uploaded soon.

Cheers,


-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



__
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#676353: jnr-netdb: missing --java-lib in POM file

2012-06-07 Thread Miguel Landaeta
tags 676353 + pending
thanks

On Wed, Jun 06, 2012 at 01:21:25PM +0200, Hector Oron wrote:
 Package: jnr-netdb
 Version: 1.0.3-1
 Severity: serious
 Tags: patch
 
 Hello,
 
   Your package causes other packages as jruby to fail to build from source as 
 newer maven-debian-helper changes, prevent your package to install symlinks 
 in /usr/share/java directory. Adding --java-lib option in your POM files 
 should fix the issue.

Hi,

This is already fixed in the git repo.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#676233: Missing files when rebuilding from source

2012-06-05 Thread Miguel Landaeta
tags + 676233
tags + 676236
tags + 676245
thanks

On Tue, Jun 05, 2012 at 04:28:34PM +0200, Emanuele Aina wrote:
 Package: plexus-build-api
 Version: 0.0.4-4
 Severity: serious
 
 Hello,
 I tried to rebuild the package from sources under a wheezy i386 chroot
 but the resulting package lacked the files in /usr/share/java/.

Hi, these bugs are already fixed in the svn repo.

Fixed packages will be uploaded soon.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#623882: error installing certs with non-ascii characters in their names

2012-05-25 Thread Miguel Landaeta
On Thu, May 24, 2012 at 3:47 PM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 Hi Miguel,

 I've improved existing fix for encoding issues into 20120524 upload, so you
 might not see this warning anymore :)

Hi Damien,

That's right, now this looks fixed to me. Thanks for taking care of this issue.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



__
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#674204: libjetty8-java-doc and libjetty-java-doc: error when trying to install together

2012-05-25 Thread Miguel Landaeta
notfound 674204 libjetty-java-doc
tags 674204 + pending
thanks

On Wed, May 23, 2012 at 10:21:49PM +0200, Ralf Treinen wrote:
 Package: libjetty-java-doc,libjetty8-java-doc
 Version: libjetty-java-doc/6.1.26-1
 Version: libjetty8-java-doc/8.1.3-2
 Severity: serious
 User: trei...@debian.org
 Usertags: edos-file-overwrite
 

This is already fixed in git for jetty8 package.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

[SCM] jetty8 packaging branch, master, updated. debian/8.1.3-2-1-ga2f472c

2012-05-25 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit a2f472cc7261a46b750426ae4b04da4c8c7a648b
Author: Miguel Landaeta mig...@miguel.cc
Date:   Fri May 25 19:43:44 2012 -0430

Allow co-installation of libjetty-java-doc with libjetty8-java-doc

diff --git a/debian/changelog b/debian/changelog
index e142435..5936e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jetty8 (8.1.3-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Allow co-installation of libjetty-java-doc with libjetty8-java-doc.
+(Closes: #674204).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 25 May 2012 19:18:36 -0430
+
 jetty8 (8.1.3-2) unstable; urgency=low
 
   * Fix server startup when jsvc is not installed.
diff --git a/debian/libjetty8-java-doc.doc-base 
b/debian/libjetty8-java-doc.doc-base
index d0af4f4..c9d8784 100644
--- a/debian/libjetty8-java-doc.doc-base
+++ b/debian/libjetty8-java-doc.doc-base
@@ -1,4 +1,4 @@
-Document: libjetty-java
+Document: libjetty8-java
 Title: API Javadoc for jetty
 Author: Mortbay Consulting
 Abstract: This is the API Javadoc provided by Jetty.

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


[SCM] Spring Security: Java libraries that provide security services for the Spring Framework branch, debianization, deleted. upstream/3.0.4.RELEASE-7-gbf62efa

2012-05-10 Thread Miguel Landaeta
The branch, debianization has been deleted
   was  bf62efa8633d71d18a189909b8ff7666f3a9e3ff

---
bf62efa8633d71d18a189909b8ff7666f3a9e3ff squash! update
---

-- 
Spring Security: Java libraries that provide security services for the Spring 
Framework

___
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] Spring Security: Java libraries that provide security services for the Spring Framework branch, debianization, created. upstream/3.0.4.RELEASE-2-g8157322

2012-05-10 Thread Miguel Landaeta
The branch, debianization has been created
at  81573222f0a6abf168d5b55441b652c2619305a1 (commit)

- Shortlog 
commit 81573222f0a6abf168d5b55441b652c2619305a1
Author: Miguel Landaeta mig...@miguel.cc
Date:   Thu May 10 21:34:21 2012 -0430

Initial debianization

---

-- 
Spring Security: Java libraries that provide security services for the Spring 
Framework

___
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] r16020 - trunk/clirr/debian

2012-04-27 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-27 19:32:49 + (Fri, 27 Apr 2012)
New Revision: 16020

Modified:
   trunk/clirr/debian/changelog
   trunk/clirr/debian/control
   trunk/clirr/debian/copyright
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #669256).
* Bump Standards-Version to 3.9.3. No changes were required.
* Fix binary-control-field-duplicates-source field section lintian warning.
* Fix several lintian warnings in copyright file.


Modified: trunk/clirr/debian/changelog
===
--- trunk/clirr/debian/changelog2012-04-26 16:08:47 UTC (rev 16019)
+++ trunk/clirr/debian/changelog2012-04-27 19:32:49 UTC (rev 16020)
@@ -1,3 +1,13 @@
+clirr (0.6-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #669256).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+  * Fix binary-control-field-duplicates-source field section lintian warning.
+  * Fix several lintian warnings in copyright file.
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 27 Apr 2012 19:18:13 -0430
+
 clirr (0.6-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/clirr/debian/control
===
--- trunk/clirr/debian/control  2012-04-26 16:08:47 UTC (rev 16019)
+++ trunk/clirr/debian/control  2012-04-27 19:32:49 UTC (rev 16020)
@@ -6,12 +6,12 @@
 Homepage: http://clirr.sourceforge.net/
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant, ant-optional, 
maven-ant-helper
 Build-Depends-Indep: maven-repo-helper, libbcel-java, libcommons-cli-java, 
libcommons-lang-java
-Standards-Version: 3.8.2
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/clirr
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/clirr
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/clirr/
 
 Package: clirr
 Architecture: all
-Section: java
 Depends: ${misc:Depends}, libbcel-java, libcommons-cli-java, 
libcommons-lang-java
 Recommends: ant
 Description: Checks Java libraries for compatibility with older releases

Modified: trunk/clirr/debian/copyright
===
--- trunk/clirr/debian/copyright2012-04-26 16:08:47 UTC (rev 16019)
+++ trunk/clirr/debian/copyright2012-04-27 19:32:49 UTC (rev 16020)
@@ -1,15 +1,15 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Clirr
-Maintainer: Lars Kühne
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Clirr
+Upstream-Contact: Lars Kühne
 Source: http://clirr.sourceforge.net/
 
 Files: *
 Copyright: 2003-2005 Lars Kühne
-License: LGPL-2.1+
+License: LGPL-2.1
 
 Files: debian/*
 Copyright: 2009, Ludovic Claude ludovic.cla...@laposte.net
-License: GPL-3+
+License: GPL-3
 
 License: LGPL-2.1
   On Debian GNU/Linux system you can find the complete text of the


___
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] r16021 - trunk/gluegen2/debian

2012-04-27 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-27 19:35:05 + (Fri, 27 Apr 2012)
New Revision: 16021

Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #669300).


Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2012-04-27 19:32:49 UTC (rev 16020)
+++ trunk/gluegen2/debian/changelog 2012-04-27 19:35:05 UTC (rev 16021)
@@ -1,3 +1,10 @@
+gluegen2 (2.0-rc5-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #669300).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 26 Apr 2012 19:38:50 -0430
+
 gluegen2 (2.0-rc5-4) unstable; urgency=low
 
   * Fix a problem in the loading of the native lib (Closes: #668821)

Modified: trunk/gluegen2/debian/control
===
--- trunk/gluegen2/debian/control   2012-04-27 19:32:49 UTC (rev 16020)
+++ trunk/gluegen2/debian/control   2012-04-27 19:35:05 UTC (rev 16021)
@@ -7,7 +7,7 @@
  ant, junit4, ant-contrib-cpptasks, ant-optional, libantlr-java
 Standards-Version: 3.9.3
 Homepage: http://jogamp.org/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/gluegen2/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/gluegen2/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/gluegen2/
 
 Package: libgluegen2-rt-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] r16022 - trunk/entagged/debian

2012-04-27 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-27 19:38:22 + (Fri, 27 Apr 2012)
New Revision: 16022

Modified:
   trunk/entagged/debian/changelog
   trunk/entagged/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #669293).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/entagged/debian/changelog
===
--- trunk/entagged/debian/changelog 2012-04-27 19:35:05 UTC (rev 16021)
+++ trunk/entagged/debian/changelog 2012-04-27 19:38:22 UTC (rev 16022)
@@ -1,3 +1,11 @@
+entagged (0.35-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #669293).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 26 Apr 2012 19:33:40 -0430
+
 entagged (0.35-4) unstable; urgency=low
 
   * Switch to debhelper level 7.

Modified: trunk/entagged/debian/control
===
--- trunk/entagged/debian/control   2012-04-27 19:35:05 UTC (rev 16021)
+++ trunk/entagged/debian/control   2012-04-27 19:38:22 UTC (rev 16022)
@@ -5,9 +5,9 @@
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org
 Build-Depends: cdbs, debhelper (= 7)
 Build-Depends-Indep: ant, junit, libhsqldb-java, default-jdk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://sourceforge.net/projects/entagged
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/entagged
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/entagged
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/entagged/
 
 Package: entagged


___
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] r16007 - trunk/libiscwt-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:49:21 + (Thu, 26 Apr 2012)
New Revision: 16007

Modified:
   trunk/libiscwt-java/debian/changelog
   trunk/libiscwt-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670276).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libiscwt-java/debian/changelog
===
--- trunk/libiscwt-java/debian/changelog2012-04-25 22:19:14 UTC (rev 
16006)
+++ trunk/libiscwt-java/debian/changelog2012-04-26 15:49:21 UTC (rev 
16007)
@@ -1,3 +1,11 @@
+libiscwt-java (5.3.20100629-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670276).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 21:00:29 -0430
+
 libiscwt-java (5.3.20100629-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libiscwt-java/debian/control
===
--- trunk/libiscwt-java/debian/control  2012-04-25 22:19:14 UTC (rev 16006)
+++ trunk/libiscwt-java/debian/control  2012-04-26 15:49:21 UTC (rev 16007)
@@ -4,9 +4,9 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Steffen Moeller moel...@debian.org
 Build-Depends: debhelper (= 7), default-jdk, libswt-gtk-3-java, libisrt-java, 
libisfreetype-java, javahelper (= 0.37)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsCWT
-Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libiscwt-java/
+Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/libiscwt-java/
 Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libiscwt-java/
 
 Package: libiscwt-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] r16008 - trunk/libjogl2-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:51:24 + (Thu, 26 Apr 2012)
New Revision: 16008

Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670283).
* Fix debian-control-has-unusual-field-spacing lintian warning.


Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2012-04-26 15:49:21 UTC (rev 
16007)
+++ trunk/libjogl2-java/debian/changelog2012-04-26 15:51:24 UTC (rev 
16008)
@@ -1,3 +1,11 @@
+libjogl2-java (2.0-rc5-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670283).
+  * Fix debian-control-has-unusual-field-spacing lintian warning.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:38:39 -0430
+
 libjogl2-java (2.0-rc5-2) unstable; urgency=low
 
   * Really upload to unstable (oups)

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2012-04-26 15:49:21 UTC (rev 16007)
+++ trunk/libjogl2-java/debian/control  2012-04-26 15:51:24 UTC (rev 16008)
@@ -11,12 +11,12 @@
  ant (= 1.8)
 Standards-Version: 3.9.3
 Homepage: http://jogamp.org/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl2-java/
 
 Package: libjogl2-java
 Architecture: all
-Depends:  ${misc:Depends}, 
+Depends: ${misc:Depends},
  libgluegen2-rt-java, libjogl2-jni
 Suggests: libjogl2-java-doc
 Description: Java bindings for OpenGL API


___
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] r16009 - trunk/libjrosetta-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:52:25 + (Thu, 26 Apr 2012)
New Revision: 16009

Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670285).


Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2012-04-26 15:51:24 UTC (rev 
16008)
+++ trunk/libjrosetta-java/debian/changelog 2012-04-26 15:52:25 UTC (rev 
16009)
@@ -1,3 +1,10 @@
+libjrosetta-java (1.0.4-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670285).
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:35:26 -0430
+
 libjrosetta-java (1.0.4-4) unstable; urgency=high
 
   * Bring back the file jrosetta-API.jar (Closes: #667602)

Modified: trunk/libjrosetta-java/debian/control
===
--- trunk/libjrosetta-java/debian/control   2012-04-26 15:51:24 UTC (rev 
16008)
+++ trunk/libjrosetta-java/debian/control   2012-04-26 15:52:25 UTC (rev 
16009)
@@ -9,7 +9,7 @@
 # default-jdk-doc, libmaven-javadoc-plugin-java 
 Standards-Version: 3.9.3
 Homepage: http://dev.artenum.com/projects/JRosetta/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjrosetta-java/
 
 Package: libjrosetta-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] r16010 - trunk/libxapool-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:53:21 + (Thu, 26 Apr 2012)
New Revision: 16010

Modified:
   trunk/libxapool-java/debian/changelog
   trunk/libxapool-java/debian/control
Log:
* Team upload.
* Remove Michael Koch from Uploaders list. (Closes: #654101).
  Thanks for your work on this package.
* Bump Standards-Version to 3.9.3. No changes were required.
* Use public access URL in Vcs-Svn field. (Closes: #670290).


Modified: trunk/libxapool-java/debian/changelog
===
--- trunk/libxapool-java/debian/changelog   2012-04-26 15:52:25 UTC (rev 
16009)
+++ trunk/libxapool-java/debian/changelog   2012-04-26 15:53:21 UTC (rev 
16010)
@@ -1,3 +1,13 @@
+libxapool-java (1.5.0-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Remove Michael Koch from Uploaders list. (Closes: #654101).
+Thanks for your work on this package.
+  * Bump Standards-Version to 3.9.3. No changes were required.
+  * Use public access URL in Vcs-Svn field. (Closes: #670290).
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 19:50:03 -0430
+
 libxapool-java (1.5.0-3) unstable; urgency=low
 
   [ Michael Koch ]

Modified: trunk/libxapool-java/debian/control
===
--- trunk/libxapool-java/debian/control 2012-04-26 15:52:25 UTC (rev 16009)
+++ trunk/libxapool-java/debian/control 2012-04-26 15:53:21 UTC (rev 16010)
@@ -2,12 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Torsten Werner twer...@debian.org
 Build-Depends: ant, cdbs, debhelper (= 5), gcj-jdk, libcommons-logging-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://xapool.experlog.com/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxapool/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libxapool
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxapool-java/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxapool-java
 
 Package: libxapool-java
 Architecture: all


___
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] r16011 - trunk/libjboss-metadata-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:54:12 + (Thu, 26 Apr 2012)
New Revision: 16011

Modified:
   trunk/libjboss-metadata-java/debian/changelog
   trunk/libjboss-metadata-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670279).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libjboss-metadata-java/debian/changelog
===
--- trunk/libjboss-metadata-java/debian/changelog   2012-04-26 15:53:21 UTC 
(rev 16010)
+++ trunk/libjboss-metadata-java/debian/changelog   2012-04-26 15:54:12 UTC 
(rev 16011)
@@ -1,3 +1,11 @@
+libjboss-metadata-java (2.0.3.GA-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670279).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:52:38 -0430
+
 libjboss-metadata-java (2.0.3.GA-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjboss-metadata-java/debian/control
===
--- trunk/libjboss-metadata-java/debian/control 2012-04-26 15:53:21 UTC (rev 
16010)
+++ trunk/libjboss-metadata-java/debian/control 2012-04-26 15:54:12 UTC (rev 
16011)
@@ -6,9 +6,9 @@
 Build-Depends: cdbs, debhelper (= 6), quilt
 Build-Depends-Indep: ant, default-jdk, libjboss-common-java,
  libjavassist-java, libjboss-reflect-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.3
 Homepage: http://jira.jboss.com/jira/browse/JBMDR
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-metadata-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-metadata-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-metadata-java/
 
 Package: libjboss-metadata-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] r16012 - trunk/libjibx-java/branch-1.1/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:55:55 + (Thu, 26 Apr 2012)
New Revision: 16012

Modified:
   trunk/libjibx-java/branch-1.1/debian/changelog
   trunk/libjibx-java/branch-1.1/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670281).
* Remove Michael Koch from Uploaders list. (Closes: #654079).
  Thanks for your work on this package.
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libjibx-java/branch-1.1/debian/changelog
===
--- trunk/libjibx-java/branch-1.1/debian/changelog  2012-04-26 15:54:12 UTC 
(rev 16011)
+++ trunk/libjibx-java/branch-1.1/debian/changelog  2012-04-26 15:55:55 UTC 
(rev 16012)
@@ -1,3 +1,13 @@
+libjibx1.1-java (1.1.6a-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670281).
+  * Remove Michael Koch from Uploaders list. (Closes: #654079).
+Thanks for your work on this package.
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:44:28 -0430
+
 libjibx1.1-java (1.1.6a-3) unstable; urgency=low
 
   [Miguel Landaeta]

Modified: trunk/libjibx-java/branch-1.1/debian/control
===
--- trunk/libjibx-java/branch-1.1/debian/control2012-04-26 15:54:12 UTC 
(rev 16011)
+++ trunk/libjibx-java/branch-1.1/debian/control2012-04-26 15:55:55 UTC 
(rev 16012)
@@ -2,14 +2,14 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Eric Lavarde d...@zorglub.s.bawue.de, Michael Koch 
konque...@gmx.de,
+Uploaders: Eric Lavarde d...@zorglub.s.bawue.de,
  Steffen Moeller moel...@debian.org, Douglas Kirkland 
kirkl...@canonical.com
 DM-upload-allowed: yes
 Build-Depends: debhelper (= 7.0.0), cdbs (= 0.4.8), default-jdk, ant
 Build-Depends-Indep: antlr, libbcel-java, liblog4j1.2-java, libxpp3-java, 
libqdox-java, libdom4j-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://jibx.sf.net/
-Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjibx-java/branch-1.1/
+Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/libjibx-java/branch-1.1/
 Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjibx-java/branch-1.1/
 
 Package: libjibx1.1-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] r16013 - trunk/libpdfrenderer-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:57:02 + (Thu, 26 Apr 2012)
New Revision: 16013

Modified:
   trunk/libpdfrenderer-java/debian/changelog
   trunk/libpdfrenderer-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670287).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libpdfrenderer-java/debian/changelog
===
--- trunk/libpdfrenderer-java/debian/changelog  2012-04-26 15:55:55 UTC (rev 
16012)
+++ trunk/libpdfrenderer-java/debian/changelog  2012-04-26 15:57:02 UTC (rev 
16013)
@@ -1,3 +1,11 @@
+libpdfrenderer-java (0.9.0-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670287).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:37:19 -0430
+
 libpdfrenderer-java (0.9.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libpdfrenderer-java/debian/control
===
--- trunk/libpdfrenderer-java/debian/control2012-04-26 15:55:55 UTC (rev 
16012)
+++ trunk/libpdfrenderer-java/debian/control2012-04-26 15:57:02 UTC (rev 
16013)
@@ -4,9 +4,9 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
 Build-Depends: ant, cdbs, debhelper (= 5), default-jdk
-Standards-Version: 3.8.0
+Standards-Version: 3.9.3
 Homepage: https://pdf-renderer.dev.java.net
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libpdfrenderer-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpdfrenderer-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpdfrenderer-java/
 
 Package: libpdfrenderer-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] r16014 - trunk/libjboss-managed-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:58:05 + (Thu, 26 Apr 2012)
New Revision: 16014

Modified:
   trunk/libjboss-managed-java/debian/changelog
   trunk/libjboss-managed-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670278).
* Bump Standards-Version to 3.9.3. No changes were required.
* Fix needless-dependency-on-jre lintian warning.


Modified: trunk/libjboss-managed-java/debian/changelog
===
--- trunk/libjboss-managed-java/debian/changelog2012-04-26 15:57:02 UTC 
(rev 16013)
+++ trunk/libjboss-managed-java/debian/changelog2012-04-26 15:58:05 UTC 
(rev 16014)
@@ -1,3 +1,12 @@
+libjboss-managed-java (2.0.0.CR4+dak1-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670278).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+  * Fix needless-dependency-on-jre lintian warning.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:55:14 -0430
+
 libjboss-managed-java (2.0.0.CR4+dak1-2) unstable; urgency=low
 
   * Switch to default-jdk.

Modified: trunk/libjboss-managed-java/debian/control
===
--- trunk/libjboss-managed-java/debian/control  2012-04-26 15:57:02 UTC (rev 
16013)
+++ trunk/libjboss-managed-java/debian/control  2012-04-26 15:58:05 UTC (rev 
16014)
@@ -6,14 +6,14 @@
 Build-Depends: cdbs, debhelper (= 6)
 Build-Depends-Indep: ant, default-jdk, libjboss-common-java,
  libjboss-reflect-java, libjboss-metadata-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.3
 Homepage: http://jira.jboss.com/jira/browse/JBMAN
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-managed-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-managed-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-managed-java/
 
 Package: libjboss-managed-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: JBoss Managed
  A J2EE certified platform for developing and deploying enterprise Java
  applications, Web applications, and Portals, JBoss Application Server


___
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] r16015 - trunk/libibatis-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 15:58:57 + (Thu, 26 Apr 2012)
New Revision: 16015

Modified:
   trunk/libibatis-java/debian/changelog
   trunk/libibatis-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670275).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libibatis-java/debian/changelog
===
--- trunk/libibatis-java/debian/changelog   2012-04-26 15:58:05 UTC (rev 
16014)
+++ trunk/libibatis-java/debian/changelog   2012-04-26 15:58:57 UTC (rev 
16015)
@@ -1,3 +1,11 @@
+libibatis-java (2.3.4.726-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670275).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 19:02:25 -0430
+
 libibatis-java (2.3.4.726-3) unstable; urgency=low
 
   * Switch to gcj-jdk.

Modified: trunk/libibatis-java/debian/control
===
--- trunk/libibatis-java/debian/control 2012-04-26 15:58:05 UTC (rev 16014)
+++ trunk/libibatis-java/debian/control 2012-04-26 15:58:57 UTC (rev 16015)
@@ -6,10 +6,10 @@
 Build-Depends: ant, cdbs, debhelper (= 5), gcj-jdk,
  libcglib-java, libcommons-dbcp-java, libcommons-logging-java,
  liblog4j1.2-java, liboscache-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://ibatis.apache.org
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libibatis-java/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libibatis-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libibatis-java
 
 Package: libibatis-java
 Architecture: all


___
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] r16016 - trunk/libvldocking-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 16:05:13 + (Thu, 26 Apr 2012)
New Revision: 16016

Modified:
   trunk/libvldocking-java/debian/changelog
   trunk/libvldocking-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670289).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libvldocking-java/debian/changelog
===
--- trunk/libvldocking-java/debian/changelog2012-04-26 15:58:57 UTC (rev 
16015)
+++ trunk/libvldocking-java/debian/changelog2012-04-26 16:05:13 UTC (rev 
16016)
@@ -1,3 +1,11 @@
+libvldocking-java (2.1.4-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670289).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:31:08 -0430
+
 libvldocking-java (2.1.4-4) unstable; urgency=low
 
   * Remove debian/watch because the original download location does no longer

Modified: trunk/libvldocking-java/debian/control
===
--- trunk/libvldocking-java/debian/control  2012-04-26 15:58:57 UTC (rev 
16015)
+++ trunk/libvldocking-java/debian/control  2012-04-26 16:05:13 UTC (rev 
16016)
@@ -5,10 +5,10 @@
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org
 Build-Depends: cdbs, debhelper (= 6)
 Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/vldocking/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvldocking-java/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libvldocking-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libvldocking-java
 
 Package: libvldocking-java
 Architecture: all


___
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] r16017 - trunk/libjogl-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 16:06:10 + (Thu, 26 Apr 2012)
New Revision: 16017

Modified:
   trunk/libjogl-java/debian/changelog
   trunk/libjogl-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670282).
* Bump Standards-Version to 3.9.3. No changes were required.
* Fix debian-control-has-unusual-field-spacing lintian warning.


Modified: trunk/libjogl-java/debian/changelog
===
--- trunk/libjogl-java/debian/changelog 2012-04-26 16:05:13 UTC (rev 16016)
+++ trunk/libjogl-java/debian/changelog 2012-04-26 16:06:10 UTC (rev 16017)
@@ -1,3 +1,12 @@
+libjogl-java (1.1.1+dak1-13) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670282).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+  * Fix debian-control-has-unusual-field-spacing lintian warning.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:41:35 -0430
+
 libjogl-java (1.1.1+dak1-12) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libjogl-java/debian/control
===
--- trunk/libjogl-java/debian/control   2012-04-26 16:05:13 UTC (rev 16016)
+++ trunk/libjogl-java/debian/control   2012-04-26 16:06:10 UTC (rev 16017)
@@ -10,15 +10,15 @@
 # antlr java packages started to exist at version 2.7.7-8. Before, it 
 # was included in the antlr package
  libantlr-java | antlr ( = 2.7.7-7 )
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://jogl.dev.java.net
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjogl-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl-java/
 
 Package: libjogl-java
 Architecture: all
 Suggests: libjogl-java-doc
-Depends:  ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime, 
+Depends: ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime,
  libjogl-jni (= ${source:Version}),
  antlr
 Description: Java bindings for OpenGL API (java library)


___
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] r16018 - trunk/libjboss-reflect-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 16:06:56 + (Thu, 26 Apr 2012)
New Revision: 16018

Modified:
   trunk/libjboss-reflect-java/debian/changelog
   trunk/libjboss-reflect-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670280).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libjboss-reflect-java/debian/changelog
===
--- trunk/libjboss-reflect-java/debian/changelog2012-04-26 16:06:10 UTC 
(rev 16017)
+++ trunk/libjboss-reflect-java/debian/changelog2012-04-26 16:06:56 UTC 
(rev 16018)
@@ -1,3 +1,11 @@
+libjboss-reflect-java (2.0.3.GA-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670280).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:49:37 -0430
+
 libjboss-reflect-java (2.0.3.GA-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjboss-reflect-java/debian/control
===
--- trunk/libjboss-reflect-java/debian/control  2012-04-26 16:06:10 UTC (rev 
16017)
+++ trunk/libjboss-reflect-java/debian/control  2012-04-26 16:06:56 UTC (rev 
16018)
@@ -5,9 +5,9 @@
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 6)
 Build-Depends-Indep: ant, default-jdk, libjboss-common-java, libjavassist-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.3
 Homepage: http://jira.jboss.com/jira/browse/JBREFLECT
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-reflect-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-reflect-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-reflect-java/
 
 Package: libjboss-reflect-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] r16019 - trunk/libisfreetype-java/debian

2012-04-26 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-26 16:08:47 + (Thu, 26 Apr 2012)
New Revision: 16019

Modified:
   trunk/libisfreetype-java/debian/changelog
   trunk/libisfreetype-java/debian/control
Log:
* Team upload.
* Use public access URL in Vcs-Svn field. (Closes: #670277).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libisfreetype-java/debian/changelog
===
--- trunk/libisfreetype-java/debian/changelog   2012-04-26 16:06:56 UTC (rev 
16018)
+++ trunk/libisfreetype-java/debian/changelog   2012-04-26 16:08:47 UTC (rev 
16019)
@@ -1,3 +1,11 @@
+libisfreetype-java (5.3.20100629-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use public access URL in Vcs-Svn field. (Closes: #670277).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:58:14 -0430
+
 libisfreetype-java (5.3.20100629-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libisfreetype-java/debian/control
===
--- trunk/libisfreetype-java/debian/control 2012-04-26 16:06:56 UTC (rev 
16018)
+++ trunk/libisfreetype-java/debian/control 2012-04-26 16:08:47 UTC (rev 
16019)
@@ -4,9 +4,9 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Steffen Moeller moel...@debian.org
 Build-Depends: debhelper (= 7), default-jdk, libjna-java, libisnativec-java, 
libisrt-java, javahelper (= 0.37)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: 
http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsFreeType
-Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libisfreetype-java/
+Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/libisfreetype-java/
 Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libisfreetype-java/
 
 Package: libisfreetype-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


Bug#669556: c3p0: FTBFS: java errors

2012-04-20 Thread Miguel Landaeta
On Thu, Apr 19, 2012 at 10:03:45PM +0200, Lucas Nussbaum wrote:
 Source: c3p0
 Version: 0.9.1.2-5
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20120419 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 

Hi,

I can't reproduce this in a current pbuilder sid chroot. I agree this
package could use some love since its build is full of warnings and 
whatnot but it is not FTBFS on me. Am I missing something?

I'm not tagging this as unreproducible until somebody else from the team
can confirm it.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


libc3p0-java_0.9.1.2-5_amd64.build.gz
Description: Binary data


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] r15962 - in trunk/libitext-java/debian: . patches

2012-04-18 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-18 15:08:25 + (Wed, 18 Apr 2012)
New Revision: 15962

Added:
   trunk/libitext-java/debian/patches/01_allow_standard_input.patch
Removed:
   trunk/libitext-java/debian/patches/01_allow_standard_input.diff
Modified:
   trunk/libitext-java/debian/changelog
   trunk/libitext-java/debian/compat
   trunk/libitext-java/debian/control
   trunk/libitext-java/debian/copyright
   trunk/libitext-java/debian/patches/series
   trunk/libitext-java/debian/rules
Log:
[ Miguel Landaeta ]
* Team upload.
* Add Build-Depends on gcj-native-helper.
* Remove Michael Koch from Uploaders list.
  Thanks for your work on this package. (Closes: #654069).

[ Jari Aalto ]
* Update to Standards-Version to 3.9.3 and debhelper to 9.
* Change obsolete default-jdk-builddep to default-jdk. (Closes: #669157).
* Replace debian/patches/01* template with headers and rename file to
  standard *.patch extension.
* Fix copyright-refers-to-symlink-license (Lintian).
* Fix debian-control-has-unusual-field-spacing (Lintian).
* Fix duplicate-short-description (Lintian).
* Fix needless-dependency-on-jre (Lintian).
* Fix missing-classpath (Lintian).


Modified: trunk/libitext-java/debian/changelog
===
--- trunk/libitext-java/debian/changelog2012-04-18 06:52:32 UTC (rev 
15961)
+++ trunk/libitext-java/debian/changelog2012-04-18 15:08:25 UTC (rev 
15962)
@@ -1,3 +1,24 @@
+libitext-java (2.1.7-3) UNRELEASED; urgency=low
+
+  [ Miguel Landaeta ]
+  * Team upload.
+  * Add Build-Depends on gcj-native-helper.
+  * Remove Michael Koch from Uploaders list.
+Thanks for your work on this package. (Closes: #654069).
+
+  [ Jari Aalto ]
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Change obsolete default-jdk-builddep to default-jdk. (Closes: #669157).
+  * Replace debian/patches/01* template with headers and rename file to
+standard *.patch extension.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix debian-control-has-unusual-field-spacing (Lintian).
+  * Fix duplicate-short-description (Lintian).
+  * Fix needless-dependency-on-jre (Lintian).
+  * Fix missing-classpath (Lintian).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 17 Apr 2012 18:37:46 -0430
+
 libitext-java (2.1.7-2) unstable; urgency=low
 
   [ Michael Koch ]

Modified: trunk/libitext-java/debian/compat
===
--- trunk/libitext-java/debian/compat   2012-04-18 06:52:32 UTC (rev 15961)
+++ trunk/libitext-java/debian/compat   2012-04-18 15:08:25 UTC (rev 15962)
@@ -1 +1 @@
-7
+9

Modified: trunk/libitext-java/debian/control
===
--- trunk/libitext-java/debian/control  2012-04-18 06:52:32 UTC (rev 15961)
+++ trunk/libitext-java/debian/control  2012-04-18 15:08:25 UTC (rev 15962)
@@ -2,17 +2,17 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Adriaan Peeters 
apeet...@lashout.net, Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk-builddep, ant, 
libbcprov-java,
- libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java
-Standards-Version: 3.8.4
+Uploaders: Adriaan Peeters apeet...@lashout.net, Torsten Werner 
twer...@debian.org
+Build-Depends: debhelper (= 9), cdbs, default-jdk, ant, libbcprov-java,
+ libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java, 
gcj-native-helper
+Standards-Version: 3.9.3
 Homepage: http://www.lowagie.com/iText/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext-java
 
 Package: libitext-java
 Architecture: all
-Depends:  default-jre | java2-runtime, ${misc:Depends}
+Depends: ${misc:Depends}
 Suggests: libitext-java-gcj
 Description: Java Library to create and manipulate PDF on the fly
  iText is a library that allows you to generate PDF files on the fly.
@@ -37,14 +37,14 @@
 
 Package: libitext-rtf-java
 Architecture: all
-Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version}), 
${misc:Depends}
+Depends: libitext-java (= ${binary:Version}), ${misc:Depends}
 Description: Java Library to create and manipulate RTF files on the fly
  iText RTF is a library that allows you to generate RTF files on the fly in
  a similar fashion to iText itself.
 
 Package: libitext-rups-java
 Architecture: all
-Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version}), 
${misc:Depends}
+Depends: libitext-java (= ${binary:Version}), ${misc:Depends}
 Description: graphical tool for Reading and Updating PDF Syntax (RUPS)
  iText RUPS provides a GUI for visualizing PDF files and investigating their
  internal structure.

Modified: trunk/libitext-java/debian/copyright

Bug#669157: [PATCH] libitext-java: Helping to fix build-depends-on-obsolete-package default-jdk-builddep

2012-04-18 Thread Miguel Landaeta
tags 669157 + pending
thanks

On Tue, Apr 17, 2012 at 11:13:20PM +0300, jari.aa...@cante.net wrote:
 Package: libitext-java
 Severity: normal
 Tags: patch
 
 See attached patch to help to fix this and other things related
 to new features and items reported by Lintian etc.
 
 Let me know if there is anything that needs adjusting or if it is ok
 to upload this version in a NMU in case you are working on other
 issues needing attention.

Hello Jari,

Thanks for taking care of this package.

I took your patch and committed it to pkg-java svn repo but I have to
add a Build-Depends on gcj-native-helper, otherwise it FTBFS.

Additionally I took the opportunity to fix another simple bug in this
package.

I guess somebody from the team can upload it soon so I think there is
no need of a NMU.

Thanks for your contribution.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#669157: [PATCH] libitext-java: Helping to fix build-depends-on-obsolete-package default-jdk-builddep

2012-04-18 Thread Miguel Landaeta
On Wed, Apr 18, 2012 at 10:41 AM, tony mancill tmanc...@debian.org wrote:
 Thank you for working on these issues.  Jari, I wanted to echo Miguel's
 comment - for these team-maintained packages, my preference would be for
 patches that don't reference an NMU, but instead contain * Team upload
 in d/changelog.  You could also consider joining the Java Team.  :)

Hi Tony,

BTW, you already can take a look at that package in case you want to upload it.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



__
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] r15963 - trunk/pdfsam/debian

2012-04-18 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-18 16:09:36 + (Wed, 18 Apr 2012)
New Revision: 15963

Added:
   trunk/pdfsam/debian/pdfsam.classpath
Modified:
   trunk/pdfsam/debian/changelog
   trunk/pdfsam/debian/compat
   trunk/pdfsam/debian/control
   trunk/pdfsam/debian/rules
Log:
[ Miguel Landaeta ]
* Team upload.

[ Jari Aalto ]
* Update to Standards-Version to 3.9.3 and debhelper to 9.
* Add build-arch and build-indep targets; use dh_prep in rules file.
* Change obsolete depends default-jdk-builddep to default-jdk.
  (Closes: #669258).
* Add new libcommons-httpclient-java due to pdfsam-maine-br1/ant/build.xml.
* Add javahelper depends and debian/*.classpath file.
* Fix duplicate-in-relation-field (Lintian).
* Fix vcs-field-uses-not-recommended-uri-format Lintian (Closes: #669031).
* Fix classpath-contains-relative-path (Lintian) with javahelper.


Modified: trunk/pdfsam/debian/changelog
===
--- trunk/pdfsam/debian/changelog   2012-04-18 15:08:25 UTC (rev 15962)
+++ trunk/pdfsam/debian/changelog   2012-04-18 16:09:36 UTC (rev 15963)
@@ -1,3 +1,21 @@
+pdfsam (1.1.4-2) UNRELEASED; urgency=low
+
+  [ Miguel Landaeta ]
+  * Team upload.
+
+  [ Jari Aalto ]
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Change obsolete depends default-jdk-builddep to default-jdk.
+(Closes: #669258).
+  * Add new libcommons-httpclient-java due to pdfsam-maine-br1/ant/build.xml.
+  * Add javahelper depends and debian/*.classpath file.
+  * Fix duplicate-in-relation-field (Lintian).
+  * Fix vcs-field-uses-not-recommended-uri-format Lintian (Closes: #669031).
+  * Fix classpath-contains-relative-path (Lintian) with javahelper.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 18 Apr 2012 19:16:33 -0430
+
 pdfsam (1.1.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/pdfsam/debian/compat
===
--- trunk/pdfsam/debian/compat  2012-04-18 15:08:25 UTC (rev 15962)
+++ trunk/pdfsam/debian/compat  2012-04-18 16:09:36 UTC (rev 15963)
@@ -1 +1 @@
-5
+9

Modified: trunk/pdfsam/debian/control
===
--- trunk/pdfsam/debian/control 2012-04-18 15:08:25 UTC (rev 15962)
+++ trunk/pdfsam/debian/control 2012-04-18 16:09:36 UTC (rev 15963)
@@ -3,19 +3,19 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 5), default-jdk-builddep, 
+Build-Depends: ant, cdbs, debhelper (= 9), default-jdk,
  libdom4j-java, libitext-java (= 2), libjaxen-java, libjgoodies-looks-java,
- liblog4j1.2-java
-Standards-Version: 3.8.4
+ liblog4j1.2-java, javahelper
+Standards-Version: 3.9.3
 Homepage: http://www.pdfsam.org
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/pdfsam
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/pdfsam/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/pdfsam
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/pdfsam/
 
 Package: pdfsam
 Architecture: all
 Depends: openjdk-6-jre | java2-runtime, libdom4j-java, libitext-java,
  libjaxen-java, libjgoodies-looks-java, liblog4j1.2-java, ${misc:Depends},
- java-wrappers
+ java-wrappers, ${java:Depends}, libcommons-httpclient-java
 Description: PDF Split and Merge
  PDF Split and Merge is a very simple, easy to use, free, open source
  utility to split and merge pdf files. It has a simple graphical

Added: trunk/pdfsam/debian/pdfsam.classpath
===
--- trunk/pdfsam/debian/pdfsam.classpath(rev 0)
+++ trunk/pdfsam/debian/pdfsam.classpath2012-04-18 16:09:36 UTC (rev 
15963)
@@ -0,0 +1 @@
+usr/share/pdfsam/pdfsam-1.1.4.jar  /usr/share/pdfsam/lib/log4j-1.2.jar 
/usr/share/pdfsam/lib/dom4j.jar /usr/share/pdfsam/lib/jaxen.jar 
/usr/share/pdfsam/lib/emp4j-1.0.1.jar /usr/share/pdfsam/lib/itext.jar 
/usr/share/pdfsam/lib/pdfsam-jcmdline-1.0.3.jar /usr/share/pdfsam/lib/looks.jar 
/usr/share/pdfsam/lib/pdfsam-console-2.0.6e.jar 
/usr/share/pdfsam/lib/bcmail-jdk14-138.jar 
/usr/share/pdfsam/lib/bcprov-jdk14-138.jar 
/usr/share/pdfsam/lib/pdfsam-langpack.jar /usr/share/java/httpclient.jar

Modified: trunk/pdfsam/debian/rules
===
--- trunk/pdfsam/debian/rules   2012-04-18 15:08:25 UTC (rev 15962)
+++ trunk/pdfsam/debian/rules   2012-04-18 16:09:36 UTC (rev 15963)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME:= /usr/lib/jvm/default-java


___
pkg-java-commits mailing list
pkg-java-comm

Bug#669258: [PATCH] pdfsam: fix build-depends-on-obsolete-package default-jdk-builddep

2012-04-18 Thread Miguel Landaeta
tags 669258 + pending
thanks

On Wed, Apr 18, 2012 at 04:45:51PM +0300, jari.aa...@cante.net wrote:
 Package: pdfsam
 Severity: normal
 Tags: patch
 
 See attached patch to help to fix this and other things related
 to new features and items reported by Lintian etc.
 
 Let me know if there is anything that needs adjusting or if it is ok
 to upload this version in a NMU in case you are working on other
 issues needing attention.

Hi Jari,

Thanks for your patch to fix these issues. I modified it slightly in order to
commit your changes to pkg-java svn repo.

This should be uploaded soon.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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] r15955 - trunk/libservlet2.4-java/debian

2012-04-16 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-17 04:02:59 + (Tue, 17 Apr 2012)
New Revision: 15955

Modified:
   trunk/libservlet2.4-java/debian/changelog
   trunk/libservlet2.4-java/debian/control
   trunk/libservlet2.4-java/debian/rules
Log:
* Team upload.
* Reintroduce this package in the archive to provide a proper transition
  from libservlet2.4-java to libservlet2.5-java.
* Bump Standards-Version to 3.9.3. No changes were provided.
* Drop -doc package since it is not needed anymore.
* Remove Michael Koch konque...@gmx.de from Uploaders list.
  Thank you work on this package.


Modified: trunk/libservlet2.4-java/debian/changelog
===
--- trunk/libservlet2.4-java/debian/changelog   2012-04-15 17:29:01 UTC (rev 
15954)
+++ trunk/libservlet2.4-java/debian/changelog   2012-04-17 04:02:59 UTC (rev 
15955)
@@ -1,3 +1,15 @@
+libservlet2.4-java (5.5.33-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Reintroduce this package in the archive to provide a proper transition
+from libservlet2.4-java to libservlet2.5-java.
+  * Bump Standards-Version to 3.9.3. No changes were provided.
+  * Drop -doc package since it is not needed anymore.
+  * Remove Michael Koch konque...@gmx.de from Uploaders list.
+Thank you work on this package.
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 16 Apr 2012 19:00:15 -0430
+
 libservlet2.4-java (5.5.33-1) unstable; urgency=low
 
   * Team upload

Modified: trunk/libservlet2.4-java/debian/control
===
--- trunk/libservlet2.4-java/debian/control 2012-04-15 17:29:01 UTC (rev 
15954)
+++ trunk/libservlet2.4-java/debian/control 2012-04-17 04:02:59 UTC (rev 
15955)
@@ -2,41 +2,20 @@
 Priority: optional
 Section: java
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de,
- Niels Thykier ni...@thykier.net
+Uploaders: Niels Thykier ni...@thykier.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant, maven-repo-helper
 Build-Depends-Indep: default-jdk-doc
-Standards-Version: 3.9.0
+Standards-Version: 3.9.3
 Homepage: http://jakarta.apache.org/tomcat/index.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libservlet2.4-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libservlet2.4-java
 
 Package: libservlet2.4-java
 Architecture: all
-Depends: ${misc:Depends}
-Description: Servlet 2.4 and JSP 2.0 Java library
- Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
- specifications from Sun Microsystems, and provides a pure Java HTTP web
- server environment for Java code to run. Tomcat 5.5 is the reference
- implementation for the Java Servlet 2.4 and JavaServer Pages 2.0 technologies.
+Depends: ${misc:Depends}, libservlet2.5-java
+Description: Servlet 2.4 and JSP 2.0 Java library transitional package
+ Package to ease upgrading from older Servlet 2.4 library packages to the new
+ Servlet 2.5 package.
  .
- The official Servlet 2.4 and JSP 2.0 specifications can be found at
- http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/.
-
-Package: libservlet2.4-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Replaces: libservlet2.4-java ( 5.0.30-5ubuntu1)
-Suggests: libservlet2.4-java
-Description: Servlet 2.4 and JSP 2.0 Java documentation
- Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
- specifications from Sun Microsystems, and provides a pure Java HTTP web
- server environment for Java code to run. Tomcat 5.5 is the reference
- implementation for the Java Servlet 2.4 and JavaServer Pages 2.0 technologies.
- .
- The official Servlet 2.4 and JSP 2.0 specifications can be found at
- http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/.
- .
- This package contains the java API documentation.
+ This package can be purged at anytime once the libservlet2.5-java package has
+ been installed.

Modified: trunk/libservlet2.4-java/debian/rules
===
--- trunk/libservlet2.4-java/debian/rules   2012-04-15 17:29:01 UTC (rev 
15954)
+++ trunk/libservlet2.4-java/debian/rules   2012-04-17 04:02:59 UTC (rev 
15955)
@@ -18,18 +18,6 @@
 LIBRARY_PACKAGE := servlet
 API_VERSION := 2.4
 
-install/libservlet2.4-java::
-   install -m 644 -D tmp/dist-jsp/lib/jsp-api.jar 
debian/$(cdbs_curpkg)/usr/share/java/jsp-api-2.0.jar
-   mh_installpom -plibservlet2.4-java $(CURDIR)/debian/pom.xml
-   mh_installjar -plibservlet2.4-java -l $(CURDIR)/debian/pom.xml \
-   tmp/dist-servlet-api/lib/servlet-api.jar
-
-install/libservlet2.4-java-doc::
-   mv tmp/dist-jsp/docs/api tmp/dist-jsp/docs/api-jsp
-   mv tmp/dist-servlet-api/docs/api tmp/dist-servlet-api/docs/api-servlet
-   mv tmp/dist-jsp/examples/examples.war 
tmp/dist-jsp/examples/examples-jsp.war

[pkg-java] r15956 - trunk/libservlet2.4-java/debian

2012-04-16 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-17 04:11:23 + (Tue, 17 Apr 2012)
New Revision: 15956

Modified:
   trunk/libservlet2.4-java/debian/changelog
   trunk/libservlet2.4-java/debian/control
   trunk/libservlet2.4-java/debian/rules
Log:
Reverting previous commit and going back to revision 14767

Modified: trunk/libservlet2.4-java/debian/changelog
===
--- trunk/libservlet2.4-java/debian/changelog   2012-04-17 04:02:59 UTC (rev 
15955)
+++ trunk/libservlet2.4-java/debian/changelog   2012-04-17 04:11:23 UTC (rev 
15956)
@@ -1,15 +1,3 @@
-libservlet2.4-java (5.5.33-2) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Reintroduce this package in the archive to provide a proper transition
-from libservlet2.4-java to libservlet2.5-java.
-  * Bump Standards-Version to 3.9.3. No changes were provided.
-  * Drop -doc package since it is not needed anymore.
-  * Remove Michael Koch konque...@gmx.de from Uploaders list.
-Thank you work on this package.
-
- -- Miguel Landaeta mig...@miguel.cc  Mon, 16 Apr 2012 19:00:15 -0430
-
 libservlet2.4-java (5.5.33-1) unstable; urgency=low
 
   * Team upload

Modified: trunk/libservlet2.4-java/debian/control
===
--- trunk/libservlet2.4-java/debian/control 2012-04-17 04:02:59 UTC (rev 
15955)
+++ trunk/libservlet2.4-java/debian/control 2012-04-17 04:11:23 UTC (rev 
15956)
@@ -2,20 +2,41 @@
 Priority: optional
 Section: java
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Niels Thykier ni...@thykier.net
+Uploaders: Michael Koch konque...@gmx.de,
+ Niels Thykier ni...@thykier.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant, maven-repo-helper
 Build-Depends-Indep: default-jdk-doc
-Standards-Version: 3.9.3
+Standards-Version: 3.9.0
 Homepage: http://jakarta.apache.org/tomcat/index.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libservlet2.4-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libservlet2.4-java
 
 Package: libservlet2.4-java
 Architecture: all
-Depends: ${misc:Depends}, libservlet2.5-java
-Description: Servlet 2.4 and JSP 2.0 Java library transitional package
- Package to ease upgrading from older Servlet 2.4 library packages to the new
- Servlet 2.5 package.
+Depends: ${misc:Depends}
+Description: Servlet 2.4 and JSP 2.0 Java library
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a pure Java HTTP web
+ server environment for Java code to run. Tomcat 5.5 is the reference
+ implementation for the Java Servlet 2.4 and JavaServer Pages 2.0 technologies.
  .
- This package can be purged at anytime once the libservlet2.5-java package has
- been installed.
+ The official Servlet 2.4 and JSP 2.0 specifications can be found at
+ http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/.
+
+Package: libservlet2.4-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc
+Replaces: libservlet2.4-java ( 5.0.30-5ubuntu1)
+Suggests: libservlet2.4-java
+Description: Servlet 2.4 and JSP 2.0 Java documentation
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a pure Java HTTP web
+ server environment for Java code to run. Tomcat 5.5 is the reference
+ implementation for the Java Servlet 2.4 and JavaServer Pages 2.0 technologies.
+ .
+ The official Servlet 2.4 and JSP 2.0 specifications can be found at
+ http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/.
+ .
+ This package contains the java API documentation.

Modified: trunk/libservlet2.4-java/debian/rules
===
--- trunk/libservlet2.4-java/debian/rules   2012-04-17 04:02:59 UTC (rev 
15955)
+++ trunk/libservlet2.4-java/debian/rules   2012-04-17 04:11:23 UTC (rev 
15956)
@@ -18,6 +18,18 @@
 LIBRARY_PACKAGE := servlet
 API_VERSION := 2.4
 
+install/libservlet2.4-java::
+   install -m 644 -D tmp/dist-jsp/lib/jsp-api.jar 
debian/$(cdbs_curpkg)/usr/share/java/jsp-api-2.0.jar
+   mh_installpom -plibservlet2.4-java $(CURDIR)/debian/pom.xml
+   mh_installjar -plibservlet2.4-java -l $(CURDIR)/debian/pom.xml \
+   tmp/dist-servlet-api/lib/servlet-api.jar
+
+install/libservlet2.4-java-doc::
+   mv tmp/dist-jsp/docs/api tmp/dist-jsp/docs/api-jsp
+   mv tmp/dist-servlet-api/docs/api tmp/dist-servlet-api/docs/api-servlet
+   mv tmp/dist-jsp/examples/examples.war 
tmp/dist-jsp/examples/examples-jsp.war
+   mv tmp/dist-servlet-api/examples/examples.war 
tmp/dist-servlet-api/examples/examples-servlet.war
+
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download
 


___
pkg-java-commits mailing list
pkg

[pkg-java] r15957 - old trunk

2012-04-16 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-04-17 04:13:59 + (Tue, 17 Apr 2012)
New Revision: 15957

Added:
   old/libservlet2.4-java/
Removed:
   trunk/libservlet2.4-java/
Log:
removed from unstable


___
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#666256: Known w/a?

2012-04-10 Thread Miguel Landaeta
On Tue, Apr 10, 2012 at 07:33:49AM -0700, tony mancill wrote:
 Thank you for your patience in this.  I am considering uploading a
 version that reverts the change for #665393 (Provide 'debian'
 version symlink for Maven artifacts) until we get all of the
 ramifications the libservlet2.4 - 2.5 upgrade ironed out.  I'm
 questioning whether we might need to create a transitional
 libservlet2.4-java package (without the debian symlink for the maven
 artifacts) to provide a smooth upgrade path.
 
 Thoughts from the team regarding either of those ideas?

+1 for transitional libservlet2.4-java package.

I guess it was to drastic to ask for libservlet2.4-java removal without 
considering all the ramifications first.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#667077: gradle: Update package version to upstream (e.g. 1.0-m9).

2012-04-03 Thread Miguel Landaeta
forcemerge 667077 667078
thanks

On Wed, Apr 04, 2012 at 12:21:36AM +0300, Oleksandr Gavenko wrote:
 Update package version to upstream (e.g. 1.0-m9) for testing as version
 '1.0~m3' is deprecated in flavour of current 1.0-m9.

Hi Oleksandr,

Unfortunately, to prepare a Debian package of gradle is a very time consuming
process so I am looking for colaborators. For that reason, I'm afraid this bug
report couldn't be fixed quickly.

However, I expect to be able to include a gradle 1.0 milestone in wheezy.
1.0~m9 looks a natural candidate for this.

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

[SCM] tomcat6 packaging branch, master, updated. debian/6.0.35-2-1-g1f3e537

2012-03-29 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 1f3e537b47fd705f2dc662a21c7d90e1f24b607a
Author: Miguel Landaeta mig...@miguel.cc
Date:   Thu Mar 29 22:49:43 2012 -0430

Add Breaks and Replaces on libservlet2.4-java

diff --git a/debian/changelog b/debian/changelog
index 9184ae4..e118276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat6 (6.0.35-3) UNRELEASED; urgency=low
+
+  * Add Breaks and Replaces clauses to overwrite files in libservlet2.4-java.
+(Closes: #666256).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Mar 2012 22:46:30 -0430
+
 tomcat6 (6.0.35-2) unstable; urgency=low
 
   [ tony mancill ]
diff --git a/debian/control b/debian/control
index 53a4ea8..301086f 100644
--- a/debian/control
+++ b/debian/control
@@ -83,6 +83,8 @@ Description: Servlet and JSP engine -- core libraries
 Package: libservlet2.5-java
 Architecture: all
 Depends: ${misc:Depends}
+Replaces: libservlet2.4-java (= 5.5.33-1)
+Breaks: libservlet2.4-java (= 5.5.33-1)
 Description: Servlet 2.5 and JSP 2.1 Java API classes
  Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
  specifications from Sun Microsystems, and provides a pure Java HTTP web

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


[SCM] tomcat6 packaging branch, master, updated. debian/6.0.35-1-5-g48d7b90

2012-03-27 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 95b5bfa251a11ba9855c1068f25ecd486721237c
Author: Miguel Landaeta mig...@miguel.cc
Date:   Tue Mar 27 21:27:38 2012 -0430

Bump Standards-Version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index cd4c766..9491f5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 tomcat6 (6.0.35-2) UNRELEASED; urgency=low
 
+  [ tony mancill ]
   * Remove Michael Koch from Uploaders. (Closes: #654136)
   * Add Turkish debconf translation (Closes: #664072)
 - Thanks to Atila KOÇ
 
- -- tony mancill tmanc...@debian.org  Thu, 15 Mar 2012 21:06:24 -0700
+  [ Miguel Landaeta ]
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Mar 2012 21:26:47 -0430
 
 tomcat6 (6.0.35-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c9b1de7..3ce9939 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Torsten Werner twer...@debian.org,
  tony mancill tmanc...@debian.org
 Build-Depends: default-jdk, ant-optional, debhelper (= 7), po-debconf
 Build-Depends-Indep: maven-repo-helper ( 1.0.1), libecj-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://tomcat.apache.org
 Vcs-Git: git://git.debian.org/git/pkg-java/tomcat6.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/tomcat6.git

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

[SCM] tomcat6 packaging branch, master, updated. debian/6.0.35-1-5-g48d7b90

2012-03-27 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 48d7b90cb5a0ba03d8803e013b8fe6cca6b347e8
Author: Miguel Landaeta mig...@miguel.cc
Date:   Wed Mar 28 01:09:05 2012 -0430

Provide debian version symlink for Maven artifacts

diff --git a/debian/changelog b/debian/changelog
index 9491f5f..ac5cc3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ tomcat6 (6.0.35-2) UNRELEASED; urgency=low
 
   [ Miguel Landaeta ]
   * Bump Standards-Version to 3.9.3. No changes were required.
+  * Provide 'debian' version symlink for Maven artifacts. (Closes: #665393).
 
- -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Mar 2012 21:26:47 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Mar 2012 21:28:50 -0430
 
 tomcat6 (6.0.35-1) unstable; urgency=low
 
diff --git a/debian/maven.rules b/debian/maven.rules
index 0a208f2..18a5886 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,8 +1,8 @@
 # Force the version of the javax apis
-javax.servlet servlet-api jar 2.5
-javax.servlet.jsp jsp-api jar 2.1
-javax.el el-api jar 2.1
+javax.servlet servlet-api jar s/.*/debian/
+javax.servlet.jsp jsp-api jar s/.*/debian/
+javax.el el-api jar s/.*/debian/
 # Convert tomcat version of the standard apis to the javax apis
-s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/
-s/org.apache.tomcat/javax.servlet.jsp/ jsp-api jar s/.*/2.1/
-s/org.apache.tomcat/javax.el/ el-api jar s/.*/2.1/
+s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/debian/
+s/org.apache.tomcat/javax.servlet.jsp/ jsp-api jar s/.*/debian/
+s/org.apache.tomcat/javax.el/ el-api jar s/.*/debian/

-- 
tomcat6 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] r15874 - in trunk/surefire/debian: . patches

2012-03-23 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-23 15:58:46 + (Fri, 23 Mar 2012)
New Revision: 15874

Added:
   trunk/surefire/debian/patches/fix-junit-provider-selection.patch
Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/control
   trunk/surefire/debian/patches/series
Log:
* Team upload.
* Fix JUnit 4 detection during unit tests in build time.
  Thanks to James Page for the patch. (Closes: #664641).
* Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2012-03-22 23:28:03 UTC (rev 15873)
+++ trunk/surefire/debian/changelog 2012-03-23 15:58:46 UTC (rev 15874)
@@ -1,3 +1,12 @@
+surefire (2.10-3~miguel1) unstable; urgency=low
+
+  * Team upload.
+  * Fix JUnit 4 detection during unit tests in build time.
+Thanks to James Page for the patch. (Closes: #664641).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 22 Mar 2012 19:49:18 -0430
+
 surefire (2.10-2) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/surefire/debian/control
===
--- trunk/surefire/debian/control   2012-03-22 23:28:03 UTC (rev 15873)
+++ trunk/surefire/debian/control   2012-03-23 15:58:46 UTC (rev 15874)
@@ -22,7 +22,7 @@
  maven-repo-helper,
  testng,
  velocity
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
 Vcs-Browser: http://svn.debian.org/viewvc/pkg-java/trunk/surefire/
 Homepage: http://maven.apache.org/surefire/

Added: trunk/surefire/debian/patches/fix-junit-provider-selection.patch
===
--- trunk/surefire/debian/patches/fix-junit-provider-selection.patch
(rev 0)
+++ trunk/surefire/debian/patches/fix-junit-provider-selection.patch
2012-03-23 15:58:46 UTC (rev 15874)
@@ -0,0 +1,30 @@
+Description: Surefire can't correctly detect the 4.x version of
+ JUnit that is present in the Debian Maven Repository.
+ .
+ This patch corrects that - its safe to assume that its greater
+ than 4.7 as sid contains 4.8.2. The JUnit4Provider should
+ never get selected due to the way these two checks are combined.
+Author: James Page james.p...@ubuntu.com
+Forwarded: not-needed
+
+Index: 
surefire/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+===
+--- 
surefire.orig/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
   2012-03-19 15:06:03.310108598 +
 
surefire/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
2012-03-19 15:12:27.376393271 +
+@@ -311,12 +311,14 @@
+ 
+ private boolean isJunit47Compatible( Artifact artifact )
+ {
+-return dependencyResolver.isWithinVersionSpec( artifact, [4.7,) );
++return ( dependencyResolver.isWithinVersionSpec( artifact, [4.7,) ) 
||
++ 4.x.equals( artifact.getVersion() ) );
+ }
+ 
+ private boolean isAnyJunit4( Artifact artifact )
+ {
+-return dependencyResolver.isWithinVersionSpec( artifact, [4.0,) );
++return ( dependencyResolver.isWithinVersionSpec( artifact, [4.0,) ) 
||
++ 4.x.equals( artifact.getVersion() ) );
+ }
+ 
+ boolean isForkModeNever()

Modified: trunk/surefire/debian/patches/series
===
--- trunk/surefire/debian/patches/series2012-03-22 23:28:03 UTC (rev 
15873)
+++ trunk/surefire/debian/patches/series2012-03-23 15:58:46 UTC (rev 
15874)
@@ -1 +1,2 @@
 pom.patch
+fix-junit-provider-selection.patch


___
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#664641: surefire: Patch to fixup detection of JUnit 4.x

2012-03-23 Thread Miguel Landaeta
tags 664641 + pending
thanks

On Mon, Mar 19, 2012 at 03:29:49PM +, James Page wrote:
 I guess that a more in-depth fix would be to make the maven2-core package
 understand where the .x releases fit into maven version numbering but
 that may be to much of a deviation from upstream behaviour.
 
 Thanks for considering the patch.

Hi James,

Thanks for the patch, this fix is already committed to svn and will be
included in the next upload.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

[SCM] jellydoc packaging branch, master, updated. debian/1.5-1-3-gd1ea85d

2012-03-23 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit d2106dd46fc36557a63f450e7fdb7f7b3f89116b
Author: Miguel Landaeta mig...@miguel.cc
Date:   Fri Mar 23 19:23:44 2012 -0430

Update d/libjellydoc-java.poms

diff --git a/debian/changelog b/debian/changelog
index ad721dd..e29adc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jellydoc (1.5-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Update d/libjellydoc-java.poms to install JAR in /usr/share/java
+after maven-debian-helper behavior change. (Closes: #665066).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 23 Mar 2012 19:01:25 -0430
+
 jellydoc (1.5-1) unstable; urgency=low
 
   * Initial Debian release (Closes: #630795)
diff --git a/debian/libjellydoc-java.poms b/debian/libjellydoc-java.poms
index 9ad0379..a06cbb5 100644
--- a/debian/libjellydoc-java.poms
+++ b/debian/libjellydoc-java.poms
@@ -19,4 +19,4 @@
 #
 pom.xml 
 annotation/pom.xml
-taglib-xml-writer/pom.xml
+taglib-xml-writer/pom.xml --java-lib

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


[SCM] jellydoc packaging branch, master, updated. debian/1.5-1-3-gd1ea85d

2012-03-23 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 2e388719a4674ad2a45fd8d28f9d82083437c842
Author: Miguel Landaeta mig...@miguel.cc
Date:   Fri Mar 23 19:25:12 2012 -0430

Bump Standards-Version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index e29adc4..4caea99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ jellydoc (1.5-2) UNRELEASED; urgency=low
   * Team upload.
   * Update d/libjellydoc-java.poms to install JAR in /usr/share/java
 after maven-debian-helper behavior change. (Closes: #665066).
+  * Bump Standards-Version to 3.9.3. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Fri, 23 Mar 2012 19:01:25 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 23 Mar 2012 19:24:39 -0430
 
 jellydoc (1.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index dfdc722..cba7a8f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends-Indep:
  libmaven-javadoc-plugin-java,
  libtxw2-java,
  libtxw2-java-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://java.net/projects/maven-jellydoc-plugin
 Vcs-Git: git://git.debian.org/git/pkg-java/jellydoc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/jellydoc.git

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


[SCM] jellydoc packaging branch, master, updated. debian/1.5-1-3-gd1ea85d

2012-03-23 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit d1ea85ded825d5837b9ac65a476a06e0f06658f7
Author: Miguel Landaeta mig...@miguel.cc
Date:   Fri Mar 23 19:32:41 2012 -0430

Fix some lintian warnings in copyright file

diff --git a/debian/changelog b/debian/changelog
index 4caea99..df7b32d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jellydoc (1.5-2) UNRELEASED; urgency=low
   * Update d/libjellydoc-java.poms to install JAR in /usr/share/java
 after maven-debian-helper behavior change. (Closes: #665066).
   * Bump Standards-Version to 3.9.3. No changes were required.
+  * Fix some lintian warnings regarding copyright file.
 
  -- Miguel Landaeta mig...@miguel.cc  Fri, 23 Mar 2012 19:24:39 -0430
 
diff --git a/debian/copyright b/debian/copyright
index 8ef5afe..6cd7bd9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Maven Jellydoc Plugin
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Maven Jellydoc Plugin
 Source: http://java.net/projects/maven-jellydoc-plugin
 
 Files: *

-- 
jellydoc 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#665066: jellydoc: FTBFS: jh_manifest: debian/libjellydoc-java/usr/share/java/taglib-xml-writer.jar: No such file or directory

2012-03-23 Thread Miguel Landaeta
tags 665066 + pending
thanks

On Thu, Mar 22, 2012 at 01:21:14PM +0100, Lucas Nussbaum wrote:
 Source: jellydoc
 Version: 1.5-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20120321 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

A fix for this has been committed to the git repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache annotated tag, debian/1%3.3.2.GA-1, deleted. debian/3.6.8-1-5-gde930d5

2012-03-19 Thread Miguel Landaeta
The annotated tag, debian/1%3.3.2.GA-1 has been deleted
   was  c86b0d214e33bd3e38dea42f3a04c6676faefc9e

---
tag debian/1%3.3.2.GA-1

Debian release 1:3.3.2.GA-1
de930d59c801afaebcd38bda2691f80235606d6a Reintroduce upstream release 3.3.2.GA
---

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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] hibernate-jbosscache: Integration of Hibernate with JBossCache annotated tag, upstream/1%3.3.2.GA, deleted. upstream/3.3.2.GA

2012-03-19 Thread Miguel Landaeta
The annotated tag, upstream/1%3.3.2.GA has been deleted
   was  442d691773c50f52810f1a5a395c1c635cbbef00

---
tag upstream/1%3.3.2.GA

Upstream release 1:3.3.2.GA
ff2a3deaabe4a5c1c9106a90c4efd84705884b73 upstream import 3.3.2.GA
---

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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#655775: (no subject)

2012-03-19 Thread Miguel Landaeta
retitle 655775 libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA 
version
reassign 661694 src:libhibernate-jbosscache-java
forcemerge 655775 661694
thanks

I decided to fix this by adding a patch that reintroduces some classes
(org.hibernate.cache.TreeCache*) provided in 3.3.2.GA release that are
needed by jbossas4 to be built.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 6c5f629b7688f057e0036ed0877d80d88342d1a9
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sun Mar 18 18:56:17 2012 -0430

Bump Standards-Version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index e208d0e..fb9bc8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhibernate-jbosscache-java (3.6.8-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Mar 2012 18:55:19 -0430
+
 libhibernate-jbosscache-java (3.6.8-1) unstable; urgency=low
 
   * First upload to Debian.
diff --git a/debian/control b/debian/control
index 7253c99..42cc103 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
  libjboss-cache3-java, libjboss-system-java, libjboss-jmx-java,
  libjgroups-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
 DM-Upload-Allowed: yes

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 911d79f03d0006bdc1d17900d147abd12e70d7a9
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sun Mar 18 18:49:48 2012 -0430

Revert Reintroduce upstream release 3.3.2.GA

This reverts commit de930d59c801afaebcd38bda2691f80235606d6a.

diff --git a/debian/changelog b/debian/changelog
index 0121da2..e208d0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,3 @@
-libhibernate-jbosscache-java (1:3.3.2.GA-1) unstable; urgency=low
-
-  * Reintroduce upstream release 3.3.2.GA in the archive. (Closes: #655775).
-  * Revert almost all changes introduced with last upload.
-
- -- Miguel Landaeta mig...@miguel.cc  Mon, 30 Jan 2012 21:57:14 -0430
-
 libhibernate-jbosscache-java (3.6.8-1) unstable; urgency=low
 
   * First upload to Debian.
diff --git a/debian/classpath b/debian/classpath
index 761afcd..8cd647e 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache3.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar /usr/share/java/jgroups.jar
diff --git a/debian/control b/debian/control
index 57e73df..7253c99 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: java
 Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
- libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java
+ libjboss-cache3-java, libjboss-system-java, libjboss-jmx-java,
+ libjgroups-java
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
@@ -15,7 +16,8 @@ DM-Upload-Allowed: yes
 Package: libhibernate-jbosscache-java
 Architecture: all
 Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
- libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, ${misc:Depends}
+ libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, 
${misc:Depends},
+ libjgroups-java
 Description: Java library for integration of Hibernate with JBossCache
  This Java library provides support in Hibernate for JBossCache 1.x APIs.
  . 
diff --git a/debian/copyright b/debian/copyright
index 0058dca..ab1c169 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-The sources where downloaded from 
http://anonsvn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2.GA/cache-jbosscache/.
+The sources where downloaded from 
https://repository.jboss.org/nexus/content/groups/public-jboss/org/hibernate/hibernate-jbosscache/3.6.8.Final/
 
 Files: *
 Copyright: © 2007 Red Hat Middleware LLC
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 633d462..b5f4764 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,15 +3,20 @@
 set -e
 
 # called by uscan with '--upstream-version' version file
-echo version $2
 package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
 version=$2
 tarball=$3
-TAR=${package}_${version}.orig.tar.gz
+
+unzip $tarball
+rm -rf META-INF
+
+TAR=../${package}_${version}.orig.tar.gz
 DIR=${package}-${version}.orig
-REPO=http://anonsvn.jboss.org/repos/hibernate/core/tags/hibernate-${version}/cache-jbosscache/;
 
-svn export $REPO $DIR
+mkdir -p $DIR/src/main/java
+mv org/* $DIR/src/main/java
+rmdir org
+
 GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR $DIR
 
 rm -rf $tarball $DIR
diff --git a/debian/patches/create-pom-file.patch 
b/debian/patches/create-pom-file.patch
new file mode 100644
index 000..3af68e8
--- /dev/null
+++ b/debian/patches/create-pom-file.patch
@@ -0,0 +1,190 @@
+Description: Create POM file for project
+
+--- /dev/null
 libhibernate-jbosscache-java-3.6.8.Final/pom.xml
+@@ -0,0 +1,185 @@
++?xml version=1.0?
++!--
++  ~ Hibernate, Relational Persistence for Idiomatic Java
++  ~
++  ~ Copyright (c) 2011, Red Hat Inc. or third-party contributors as
++  ~ indicated by the @author tags or express copyright attribution
++  ~ statements applied by the authors.  All third-party contributions are
++  ~ distributed under license by Red Hat Inc.
++  ~
++  ~ This copyrighted material is made available to anyone wishing to use, 
modify,
++  ~ copy, or redistribute it subject to the terms and conditions of the GNU
++  ~ Lesser General Public License, as published by the Free Software 
Foundation.
++  ~
++  ~ This program is distributed in the hope that it will be useful,
++  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY
++  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General

[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache annotated tag, debian/3.6.8-2, created. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The annotated tag, debian/3.6.8-2 has been created
at  c95a8a4881b3820ed6b8968521b1e059a3bdb994 (tag)
   tagging  31ec3bafcdfb8a4d0ca67e1907b30e208add7a7e (commit)
  replaces  debian/3.6.8-1
 tagged by  Miguel Landaeta
on  Mon Mar 19 19:55:08 2012 -0430

- Shortlog 
Debian release 3.6.8-2

Miguel Landaeta (7):
  Revert Imported Upstream version 3.6.8
  Merge branch 'upstream'
  Reintroduce upstream release 3.3.2.GA
  Revert Reintroduce upstream release 3.3.2.GA
  Revert Merge branch 'upstream'
  Bump Standards-Version to 3.9.3
  Fix #655775, #661694

Steffen Moeller (2):
  Imported Upstream version 3.6.8
  Merge commit 'upstream/3.6.8'

---

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 31ec3bafcdfb8a4d0ca67e1907b30e208add7a7e
Author: Miguel Landaeta mig...@miguel.cc
Date:   Mon Mar 19 19:17:59 2012 -0430

Fix #655775, #661694

diff --git a/debian/changelog b/debian/changelog
index fb9bc8c..07d3542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libhibernate-jbosscache-java (3.6.8-2) unstable; urgency=low
 
+  * Add a patch with some classes that were provided by 3.3.2.GA.
+These classes are reintroduced for compatibility reasons.
+(Closes: #655775, #661694).
+  * Add Build-Depends on libjboss-cache1-java.
   * Bump Standards-Version to 3.9.3. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Mar 2012 18:55:19 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Mar 2012 19:51:48 -0430
 
 libhibernate-jbosscache-java (3.6.8-1) unstable; urgency=low
 
diff --git a/debian/classpath b/debian/classpath
index 8cd647e..3e1869c 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache3.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar /usr/share/java/jgroups.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache3.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar /usr/share/java/jgroups.jar 
/usr/share/java/jboss-cache1.jar
diff --git a/debian/control b/debian/control
index 42cc103..72a5055 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
  libjboss-cache3-java, libjboss-system-java, libjboss-jmx-java,
- libjgroups-java
+ libjgroups-java, libjboss-cache1-java
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
diff --git a/debian/patches/compatibility-with-3.3.2.patch 
b/debian/patches/compatibility-with-3.3.2.patch
new file mode 100644
index 000..7e37a4f
--- /dev/null
+++ b/debian/patches/compatibility-with-3.3.2.patch
@@ -0,0 +1,372 @@
+Description: Compatibility with 3.3.2.GA
+ jbossas4 package needs these classes to be built.
+ If that package gets removed from the archive, this patch can be dropped.
+Author: Miguel Landaeta mig...@miguel.cc
+Bug-Debian: http://bugs.debian.org/655775
+Forwarded: no
+Last-Update: 2012-04-19
+
+--- /dev/null
 
libhibernate-jbosscache-java-3.6.8/src/main/java/hibernate/cache/TreeCacheProvider.java
+@@ -0,0 +1,131 @@
++/*
++ * Hibernate, Relational Persistence for Idiomatic Java
++ *
++ * Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
++ * indicated by the @author tags or express copyright attribution
++ * statements applied by the authors.  All third-party contributions are
++ * distributed under license by Red Hat Middleware LLC.
++ *
++ * This copyrighted material is made available to anyone wishing to use, 
modify,
++ * copy, or redistribute it subject to the terms and conditions of the GNU
++ * Lesser General Public License, as published by the Free Software 
Foundation.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY
++ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public 
License
++ * for more details.
++ *
++ * You should have received a copy of the GNU Lesser General Public License
++ * along with this distribution; if not, write to:
++ * Free Software Foundation, Inc.
++ * 51 Franklin Street, Fifth Floor
++ * Boston, MA  02110-1301  USA
++ */
++package org.hibernate.cache;
++
++import java.util.Properties;
++import javax.transaction.TransactionManager;
++
++import org.slf4j.Logger;
++import org.slf4j.LoggerFactory;
++import org.hibernate.transaction.TransactionManagerLookup;
++import org.hibernate.transaction.TransactionManagerLookupFactory;
++import org.hibernate.cfg.Environment;
++import org.jboss.cache.PropertyConfigurator;
++
++/**
++ * Support for a standalone JBossCache (TreeCache) instance.  The JBossCache 
is configured
++ * via a local config resource.
++ *
++ * @author Gavin King
++ */
++public class TreeCacheProvider implements CacheProvider {
++
++  /**
++   * @deprecated use {@link 
org.hibernate.cfg.Environment#CACHE_PROVIDER_CONFIG}
++   */
++  public static final String CONFIG_RESOURCE = 
hibernate.cache.tree_cache.config;
++  public static final String DEFAULT_CONFIG = treecache-optimistic.xml;
++
++  private static final Logger log = LoggerFactory.getLogger( 
TreeCacheProvider.class );
++
++  private

Bug#658804: libjasper-java: Please replace dependencies on Servlet 2.4 library

2012-03-10 Thread Miguel Landaeta
tags 658804 + patch
thanks

On Sun, Feb 05, 2012 at 10:09:31PM -0430, Miguel Landaeta wrote:
 Source: libjasper-java
 Version: 5.5.33-2
 Severity: normal
 
 Please migrate your dependencies on libservlet2.4-java to libservlet-2.5-java.

Hi folks,

Do you think this package would work after applying the attached patch and
rebuilding it with libservlet2.5-java?

I didn't commit that patch to the repo since I don't know if this package
needs libservlet2.4-java explicitly and I guess changes to this package
could impact to eclipse.

What do you think? Is my patch sane or do we have to carry libservlet2.4-java
just because of this package?

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru libjasper-java-5.5.33/debian/ant.properties 
libjasper-java-5.5.33/debian/ant.properties
--- libjasper-java-5.5.33/debian/ant.properties 2010-01-31 08:32:36.0 
-0430
+++ libjasper-java-5.5.33/debian/ant.properties 2012-02-05 20:59:44.0 
-0430
@@ -1,5 +1,5 @@
-jsp-api.jar=/usr/share/java/jsp-api-2.0.jar
-servlet-api.jar=/usr/share/java/servlet-api-2.4.jar
+jsp-api.jar=/usr/share/java/jsp-api-2.1.jar
+servlet-api.jar=/usr/share/java/servlet-api-2.5.jar
 #ant.home=/usr/share/ant/
 ant.jar=/usr/share/java/ant.jar
 compile.source=1.5
diff -Nru libjasper-java-5.5.33/debian/changelog 
libjasper-java-5.5.33/debian/changelog
--- libjasper-java-5.5.33/debian/changelog  2011-12-07 14:36:03.0 
-0430
+++ libjasper-java-5.5.33/debian/changelog  2012-03-10 17:09:59.0 
-0430
@@ -1,3 +1,11 @@
+libjasper-java (5.5.33-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658804).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 10 Mar 2012 17:07:23 -0430
+
 libjasper-java (5.5.33-2) unstable; urgency=low
 
   * d/control: Update Vcs-Svn and Vcs-Browser
diff -Nru libjasper-java-5.5.33/debian/control 
libjasper-java-5.5.33/debian/control
--- libjasper-java-5.5.33/debian/control2011-12-07 14:45:37.0 
-0430
+++ libjasper-java-5.5.33/debian/control2012-03-09 17:39:52.0 
-0430
@@ -5,8 +5,8 @@
 Uploaders: Marcus Better mar...@better.se, Michael Koch konque...@gmx.de,
  Niels Thykier ni...@thykier.net, Jakub Adam jakub.a...@ktknet.cz
 Build-Depends: ant, cdbs, debhelper (= 7), default-jdk, libcommons-el-java,
- libcommons-logging-java, libecj-java, libservlet2.4-java
-Standards-Version: 3.9.2
+ libcommons-logging-java, libecj-java, libservlet2.5-java
+Standards-Version: 3.9.3
 Homepage: http://tomcat.apache.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjasper-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjasper-java
@@ -14,7 +14,7 @@
 Package: libjasper-java
 Architecture: all
 Depends: libcommons-el-java, libcommons-logging-java, libecj-java,
- libservlet2.4-java, ${misc:Depends}
+ libservlet2.5-java, ${misc:Depends}
 Description: Implementation of the JSP Container
  Jasper2 is a implementation of the JSP Container for Apache Tomcat 5.5
  that is clean and easy to extend.  It also forms the basis of the
diff -Nru libjasper-java-5.5.33/debian/patches/series 
libjasper-java-5.5.33/debian/patches/series
--- libjasper-java-5.5.33/debian/patches/series 1969-12-31 20:00:00.0 
-0400
+++ libjasper-java-5.5.33/debian/patches/series 2012-03-10 16:43:52.0 
-0430
@@ -0,0 +1 @@
+servlet25.diff
diff -Nru libjasper-java-5.5.33/debian/patches/servlet25.diff 
libjasper-java-5.5.33/debian/patches/servlet25.diff
--- libjasper-java-5.5.33/debian/patches/servlet25.diff 1969-12-31 
20:00:00.0 -0400
+++ libjasper-java-5.5.33/debian/patches/servlet25.diff 2012-03-10 
16:52:07.0 -0430
@@ -0,0 +1,104 @@
+Description: Dummy compatibility with Servlet 2.5 API
+Author: Miguel Landaeta mig...@miguel.cc
+Bug-Debian: http://bugs.debian.org/658804
+Forwarded: no
+Last-Update: 2012-03-10
+
+--- 
libjasper-java-5.5.33.orig/src/share/org/apache/jasper/runtime/JspFactoryImpl.java
 
libjasper-java-5.5.33/src/share/org/apache/jasper/runtime/JspFactoryImpl.java
+@@ -20,8 +20,10 @@ import java.security.AccessController;
+ import java.security.PrivilegedAction;
+ 
+ import javax.servlet.Servlet;
++import javax.servlet.ServletContext;
+ import javax.servlet.ServletRequest;
+ import javax.servlet.ServletResponse;
++import javax.servlet.jsp.JspApplicationContext;
+ import javax.servlet.jsp.JspFactory;
+ import javax.servlet.jsp.JspEngineInfo;
+ import javax.servlet.jsp.PageContext;
+@@ -175,4 +177,8 @@ public class JspFactoryImpl extends JspF
+   return null;
+ }
+ }
++
++public JspApplicationContext getJspApplicationContext(ServletContext 
context) {
++throw new UnsupportedOperationException(getJspApplicationContext);
++}
+ }
+--- 
libjasper-java

Bug#662810: Bug#658806: fixed in velocity 1.7-2

2012-03-06 Thread Miguel Landaeta
On Sun, Mar 04, 2012 at 08:57:19PM +, tony mancill wrote:
 Source: velocity
 Source-Version: 1.7-2
 
 We believe that the bug you reported is fixed in the latest version of
 velocity, which is due to be installed in the Debian FTP archive:

I noticed this was fixed in the source package but not in the velocity
binary package. velocity still depends on libservlet2.4-java.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#661694: FTBFS

2012-03-05 Thread Miguel Landaeta
On Wed, Feb 29, 2012 at 01:41:24PM +0100, Moritz Muehlenhoff wrote:
 Package: jbossas4
 Version: 4.2.3.GA-6
 Severity: serious
 
 Your package fails to build from source:

This is the same bug #655775.

I'm not merging them yet since I'm not quite sure if the fix goes in
libhibernate-jbosscache-java or in jbossas4.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#661970: libloader: FTBFS: package net.sf.ehcache does not exist

2012-03-02 Thread Miguel Landaeta
 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac] catch (CacheException e)
[javac]^
[javac] EHResourceFactoryCache.java:185: cannot find symbol
[javac] symbol  : class Element
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac]   factoryCache.put(new Element(source, (Object) resource));
[javac]^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 37 errors
[javac] 2 warnings

BUILD FAILED
/tmp/buildd/libloader-1.1.6.dfsg/common_build.xml:1069: Compile failed; see the 
compiler error output for details.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


libloader_1.1.6.dfsg-3_amd64.build.gz
Description: Binary data


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.

Bug#661970: libloader: FTBFS: package net.sf.ehcache does not exist

2012-03-02 Thread Miguel Landaeta
tag 661970 + patch
thanks

This issue is easily solved using ehcache-core version-less jar in debian/rules 
file.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru libloader-1.1.6.dfsg/debian/changelog 
libloader-1.1.6.dfsg/debian/changelog
--- libloader-1.1.6.dfsg/debian/changelog   2011-11-24 16:56:18.0 
-0430
+++ libloader-1.1.6.dfsg/debian/changelog   2012-03-02 20:46:45.0 
-0430
@@ -1,3 +1,10 @@
+libloader (1.1.6.dfsg-4) unstable; urgency=low
+
+  * Team upload.
+  * d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 20:47:22 -0430
+
 libloader (1.1.6.dfsg-3) unstable; urgency=low
 
   * add build-depends on ant-optional (closes: #648916) 
diff -Nru libloader-1.1.6.dfsg/debian/rules libloader-1.1.6.dfsg/debian/rules
--- libloader-1.1.6.dfsg/debian/rules   2011-11-01 10:44:26.0 -0430
+++ libloader-1.1.6.dfsg/debian/rules   2012-03-02 20:45:13.0 -0430
@@ -6,7 +6,7 @@
 
 JAVA_HOME := /usr/lib/jvm/default-java
 
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
commons-logging ehcache-core-2.1.0 batik batik-svg-dom xml-apis-ext junit 
ant-contrib ant-junit
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
commons-logging ehcache-core batik batik-svg-dom xml-apis-ext junit ant-contrib 
ant-junit
 DEB_ANT_BUILDFILE := build.xml
 DEB_ANT_BUILD_TARGET := compile jar javadoc
 DEB_ANT_CHECK_TARGET := test


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] r15813 - trunk/libspark-java/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:00:06 + (Sat, 03 Mar 2012)
New Revision: 15813

Modified:
   trunk/libspark-java/debian/changelog
   trunk/libspark-java/debian/control
Log:
* Team upload.
* Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: #658809)
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libspark-java/debian/changelog
===
--- trunk/libspark-java/debian/changelog2012-03-02 21:13:18 UTC (rev 
15812)
+++ trunk/libspark-java/debian/changelog2012-03-03 03:00:06 UTC (rev 
15813)
@@ -1,3 +1,11 @@
+libspark-java (1.2-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: #658809)
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Feb 2012 19:03:26 -0430
+
 libspark-java (1.2-1) unstable; urgency=low
 
   * Initial release of libspark-java package. (Closes: #605502).

Modified: trunk/libspark-java/debian/control
===
--- trunk/libspark-java/debian/control  2012-03-02 21:13:18 UTC (rev 15812)
+++ trunk/libspark-java/debian/control  2012-03-03 03:00:06 UTC (rev 15813)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 7), javahelper (=0.25) 
 Build-Depends-Indep: default-jdk, default-jdk-doc, ant, 
  libservlet2.5-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspark-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspark-java/
 Homepage: http://www.representqueens.com/spark/
@@ -14,7 +14,7 @@
 Package: libspark-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}, libservlet2.4-java
+Recommends: ${java:Recommends}, libservlet2.5-java
 Description: Java package to draw sparklines
  Sparklines are intense, simple, wordlike graphics. They can 
  be used to convey information in line graph or barchart form 


___
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] r15815 - trunk/jbossas4/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:24:29 + (Sat, 03 Mar 2012)
New Revision: 15815

Modified:
   trunk/jbossas4/debian/changelog
   trunk/jbossas4/debian/control
Log:
Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/jbossas4/debian/changelog
===
--- trunk/jbossas4/debian/changelog 2012-03-03 03:20:19 UTC (rev 15814)
+++ trunk/jbossas4/debian/changelog 2012-03-03 03:24:29 UTC (rev 15815)
@@ -2,8 +2,9 @@
 
   * Team upload.
   * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658802).
+  * Bump Standards-Version to 3.9.3. No changes were needed.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 18:04:19 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 22:57:23 -0430
 
 jbossas4 (4.2.3.GA-6) unstable; urgency=low
 

Modified: trunk/jbossas4/debian/control
===
--- trunk/jbossas4/debian/control   2012-03-03 03:20:19 UTC (rev 15814)
+++ trunk/jbossas4/debian/control   2012-03-03 03:24:29 UTC (rev 15815)
@@ -15,7 +15,7 @@
  libcommons-logging-java, libjboss-vfs-java, libjboss-microcontainer-java,
  libjboss-reflect-java, libquartz-java, libjboss-managed-java,
  libhibernate-jbosscache-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://labs.jboss.com/jbossas/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jbossas4
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jbossas4


___
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] r15816 - trunk/libexml-java/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:30:23 + (Sat, 03 Mar 2012)
New Revision: 15816

Modified:
   trunk/libexml-java/debian/changelog
   trunk/libexml-java/debian/control
Log:
Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libexml-java/debian/changelog
===
--- trunk/libexml-java/debian/changelog 2012-03-03 03:24:29 UTC (rev 15815)
+++ trunk/libexml-java/debian/changelog 2012-03-03 03:30:23 UTC (rev 15816)
@@ -2,8 +2,9 @@
 
   * Team upload.
   * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658810).
+  * Bump Standards-Versio to 3.9.2. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 20:08:51 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 23:03:33 -0430
 
 libexml-java (0.0.20080703-3) unstable; urgency=low
 

Modified: trunk/libexml-java/debian/control
===
--- trunk/libexml-java/debian/control   2012-03-03 03:24:29 UTC (rev 15815)
+++ trunk/libexml-java/debian/control   2012-03-03 03:30:23 UTC (rev 15816)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: default-jdk, ant, libcommons-codec-java,
  libcommons-logging-java, libcommons-httpclient-java,
  libservlet2.5-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://e-xml.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libexml-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libexml-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] r15817 - trunk/libjboss-aop-java/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:33:48 + (Sat, 03 Mar 2012)
New Revision: 15817

Modified:
   trunk/libjboss-aop-java/debian/changelog
   trunk/libjboss-aop-java/debian/control
Log:
Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libjboss-aop-java/debian/changelog
===
--- trunk/libjboss-aop-java/debian/changelog2012-03-03 03:30:23 UTC (rev 
15816)
+++ trunk/libjboss-aop-java/debian/changelog2012-03-03 03:33:48 UTC (rev 
15817)
@@ -2,10 +2,10 @@
 
   * Team upload.
   * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658800).
-  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Bump Standards-Version to 3.9.3. No changes were required.
   * Fix lintian warning in copyright file.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 20:20:01 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 23:06:55 -0430
 
 libjboss-aop-java (2.0.1.GA-2) unstable; urgency=low
 

Modified: trunk/libjboss-aop-java/debian/control
===
--- trunk/libjboss-aop-java/debian/control  2012-03-03 03:30:23 UTC (rev 
15816)
+++ trunk/libjboss-aop-java/debian/control  2012-03-03 03:33:48 UTC (rev 
15817)
@@ -11,7 +11,7 @@
  libjboss-remoting-java, libjboss-microcontainer-java, javacc,
  libjboss-jmx-java, libjboss-system-java, libjboss-transaction-java,
  libjboss-ejb3x-java, libjboss-reflect-java, libjboss-metadata-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://labs.jboss.com/jbossaop/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-aop-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-aop-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] r15818 - trunk/excalibur-logger/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:36:52 + (Sat, 03 Mar 2012)
New Revision: 15818

Modified:
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/control
Log:
Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/excalibur-logger/debian/changelog
===
--- trunk/excalibur-logger/debian/changelog 2012-03-03 03:33:48 UTC (rev 
15817)
+++ trunk/excalibur-logger/debian/changelog 2012-03-03 03:36:52 UTC (rev 
15818)
@@ -9,11 +9,11 @@
 
   [ Miguel Landaeta ]
   * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658803).
-  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Bump Standards-Version to 3.9.3. No changes were required.
   * Fix lintian warnings in copyright file.
   * Fix Vcs-Svn URL.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 20:43:29 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 23:09:04 -0430
 
 excalibur-logger (2.1-3) unstable; urgency=low
 

Modified: trunk/excalibur-logger/debian/control
===
--- trunk/excalibur-logger/debian/control   2012-03-03 03:33:48 UTC (rev 
15817)
+++ trunk/excalibur-logger/debian/control   2012-03-03 03:36:52 UTC (rev 
15818)
@@ -5,7 +5,7 @@
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com
 Build-Depends: debhelper (= 7), cdbs, ant
 Build-Depends-Indep: default-jdk, libavalon-framework-java, 
libexcalibur-logkit-java, libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.5-java, libxalan2-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
 Homepage: http://excalibur.apache.org/logger.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


[SCM] Spring LDAP: Java library for simpler LDAP programming branch, master, updated. debian/1.3.1.RELEASE-3-2-ge725438

2012-03-02 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit e725438c7c51903e7829a6ebae19c95b90769d5f
Author: Miguel Landaeta mig...@miguel.cc
Date:   Fri Mar 2 23:16:10 2012 -0430

Bump Standards-Version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index 59d1435..790b7b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libspring-ldap-java (1.3.1.RELEASE-4) UNRELEASED; urgency=low
 
   * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658808).
   * Fix missing-build-dependency-for-dh-addon maven_repo_helper lintian 
warning.
+  * Bump Standards-Version to 3.9.3. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 21:13:30 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 23:15:39 -0430
 
 libspring-ldap-java (1.3.1.RELEASE-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 13b13ca..e9582b2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (= 7.0.50~), ant, ant-optional, 
default-jdk,
  libspring-transaction-java, libcommons-lang-java, libcommons-logging-java,
  libcommons-pool-java, xmlto, fop, libservlet2.5-java, default-jdk-doc,
  maven-repo-helper (= 1.5~)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://www.springsource.org/ldap
 Vcs-Git: git://git.debian.org/git/pkg-java/libspring-ldap-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libspring-ldap-java.git

-- 
Spring LDAP: Java library for simpler LDAP programming

___
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] r15819 - trunk/libspark-java/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:45:09 + (Sat, 03 Mar 2012)
New Revision: 15819

Modified:
   trunk/libspark-java/debian/changelog
   trunk/libspark-java/debian/control
Log:
Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/libspark-java/debian/changelog
===
--- trunk/libspark-java/debian/changelog2012-03-03 03:36:52 UTC (rev 
15818)
+++ trunk/libspark-java/debian/changelog2012-03-03 03:45:09 UTC (rev 
15819)
@@ -2,9 +2,9 @@
 
   * Team upload.
   * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: #658809)
-  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Bump Standards-Version to 3.9.3. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Feb 2012 19:03:26 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 23:18:18 -0430
 
 libspark-java (1.2-1) unstable; urgency=low
 

Modified: trunk/libspark-java/debian/control
===
--- trunk/libspark-java/debian/control  2012-03-03 03:36:52 UTC (rev 15818)
+++ trunk/libspark-java/debian/control  2012-03-03 03:45:09 UTC (rev 15819)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 7), javahelper (=0.25) 
 Build-Depends-Indep: default-jdk, default-jdk-doc, ant, 
  libservlet2.5-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspark-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspark-java/
 Homepage: http://www.representqueens.com/spark/


___
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] r15820 - trunk/velocity/debian

2012-03-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-03-03 03:47:31 + (Sat, 03 Mar 2012)
New Revision: 15820

Modified:
   trunk/velocity/debian/changelog
   trunk/velocity/debian/control
Log:
Bump Standards-Version to 3.9.3. No changes were required.


Modified: trunk/velocity/debian/changelog
===
--- trunk/velocity/debian/changelog 2012-03-03 03:45:09 UTC (rev 15819)
+++ trunk/velocity/debian/changelog 2012-03-03 03:47:31 UTC (rev 15820)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Update libservlet dependency to libservlet2.5-java (Closes: #658806)
+  * Bump Standards-Version to 3.9.3. No changes were required.
 
  -- tony mancill tmanc...@debian.org  Fri, 10 Feb 2012 03:57:44 +
 

Modified: trunk/velocity/debian/control
===
--- trunk/velocity/debian/control   2012-03-03 03:45:09 UTC (rev 15819)
+++ trunk/velocity/debian/control   2012-03-03 03:47:31 UTC (rev 15820)
@@ -10,7 +10,7 @@
  liblog4j1.2-java, liboro-java, libservlet2.5-java, libwerken.xpath-java,  
  junit, libhsqldb-java, ant-doc, default-jdk-doc, libcommons-logging-java-doc, 
 
  libjdom1-java-doc, liblog4j1.2-java-doc 
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity
 Homepage: http://velocity.apache.org/


___
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#661450: FTBFS

2012-03-01 Thread Miguel Landaeta
tag 661450 + pending
thanks

On Wed, Feb 29, 2012 at 03:55:05PM -0430, Miguel Landaeta wrote:
 The culprit is libbtm-java 2.1.2-1.
 Maybe is time for a new upstream release for ehcache.

Just as I suspected, this issue is not present in ehcache 2.5.0.
I committed a fix for this to the svn repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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.

Bug#661450: FTBFS

2012-02-29 Thread Miguel Landaeta
retitle 661450 ehcache: FTBFS: missing method setXAResourceHolderState in class 
net.sf.ehcache.transaction.manager.btm.EhCacheXAResourceHolder
thanks

On Mon, Feb 27, 2012 at 11:59:12AM +0100, Moritz Muehlenhoff wrote:
 Package: ehcache
 Version: 2.1.0-1
 Severity: serious
 
 [...]

 [javac] EhCacheXAResourceProducer.java:122: cannot find symbol
 [javac] symbol  : method 
 setXAResourceHolderState(bitronix.tm.internal.XAResourceHolderState)
 [javac] location: class 
 net.sf.ehcache.transaction.manager.btm.EhCacheXAResourceHolder
 [javac] 
 xaResourceHolder.setXAResourceHolderState(xaResourceHolderState);
 [javac] ^
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 1 error
 

The culprit is libbtm-java 2.1.2-1.
Maybe is time for a new upstream release for ehcache.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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] r15778 - trunk/excalibur-logger/debian

2012-02-15 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-02-16 02:57:29 + (Thu, 16 Feb 2012)
New Revision: 15778

Modified:
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/control
   trunk/excalibur-logger/debian/copyright
   trunk/excalibur-logger/debian/rules
Log:
Replace dependencies on Servlet 2.4 library with 2.5 one

Modified: trunk/excalibur-logger/debian/changelog
===
--- trunk/excalibur-logger/debian/changelog 2012-02-15 02:54:55 UTC (rev 
15777)
+++ trunk/excalibur-logger/debian/changelog 2012-02-16 02:57:29 UTC (rev 
15778)
@@ -1,13 +1,20 @@
-excalibur-logger (2.1-4) unstable; urgency=low
+excalibur-logger (2.1-4) UNRELEASED; urgency=low
 
-  UNRELEASED
   * Team upload.
+
+  [ Torsten Werner ]
   * Disable cdbs' simple patchsys. We don't ship patches anyway.
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
 
- -- Torsten Werner twer...@debian.org  Thu, 15 Sep 2011 10:36:10 +0200
+  [ Miguel Landaeta ]
+  * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658803).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Fix lintian warnings in copyright file.
+  * Fix Vcs-Svn URL.
 
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 20:43:29 -0430
+
 excalibur-logger (2.1-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/excalibur-logger/debian/control
===
--- trunk/excalibur-logger/debian/control   2012-02-15 02:54:55 UTC (rev 
15777)
+++ trunk/excalibur-logger/debian/control   2012-02-16 02:57:29 UTC (rev 
15778)
@@ -4,15 +4,15 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com
 Build-Depends: debhelper (= 7), cdbs, ant
-Build-Depends-Indep: default-jdk, libavalon-framework-java, 
libexcalibur-logkit-java, libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.4-java, libxalan2-java
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/excalibur-logger/
+Build-Depends-Indep: default-jdk, libavalon-framework-java, 
libexcalibur-logkit-java, libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.5-java, libxalan2-java
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
 Homepage: http://excalibur.apache.org/logger.html
 
 Package: libexcalibur-logger-java
 Architecture: all
-Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java, 
libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.4-java, libxalan2-java
+Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java, 
libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.5-java, libxalan2-java
 Description: Excalibur project's log management system
  Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress.
  The main goal is to be able to define the log categories on a component basis

Modified: trunk/excalibur-logger/debian/copyright
===
--- trunk/excalibur-logger/debian/copyright 2012-02-15 02:54:55 UTC (rev 
15777)
+++ trunk/excalibur-logger/debian/copyright 2012-02-16 02:57:29 UTC (rev 
15778)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: excalibur-logger
-Maintainer: The Apache Software Foundation
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: excalibur-logger
+Upstream-Contact: The Apache Software Foundation
 Source: http://excalibur.apache.org/
 
 Files: *

Modified: trunk/excalibur-logger/debian/rules
===
--- trunk/excalibur-logger/debian/rules 2012-02-15 02:54:55 UTC (rev 15777)
+++ trunk/excalibur-logger/debian/rules 2012-02-16 02:57:29 UTC (rev 15778)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME_DIRS := /usr/lib/jvm/default-java
-DEB_JARS   := avalon-framework excalibur-logkit geronimo-jms-1.1-spec 
gnumail.jar jboss-j2ee log4j-1.2 servlet-api-2.4 xml-apis
+DEB_JARS   := avalon-framework excalibur-logkit geronimo-jms-1.1-spec 
gnumail.jar jboss-j2ee log4j-1.2 servlet-api-2.5 xml-apis
 DEB_ANT_ARGS   := -Dnoget=true -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.4
 
 install/libexcalibur-logger-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] r15779 - trunk/jbossas4/debian

2012-02-15 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-02-16 03:01:28 + (Thu, 16 Feb 2012)
New Revision: 15779

Modified:
   trunk/jbossas4/debian/changelog
   trunk/jbossas4/debian/control
Log:
Replace dependencies on Servlet 2.4 library with 2.5 one

Modified: trunk/jbossas4/debian/changelog
===
--- trunk/jbossas4/debian/changelog 2012-02-16 02:57:29 UTC (rev 15778)
+++ trunk/jbossas4/debian/changelog 2012-02-16 03:01:28 UTC (rev 15779)
@@ -1,3 +1,10 @@
+jbossas4 (4.2.3.GA-7) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Replace dependencies on Servlet 2.4 library with 2.5 one. (Closes: 
#658802).
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Feb 2012 18:04:19 -0430
+
 jbossas4 (4.2.3.GA-6) unstable; urgency=low
 
   * Team upload.

Modified: trunk/jbossas4/debian/control
===
--- trunk/jbossas4/debian/control   2012-02-16 02:57:29 UTC (rev 15778)
+++ trunk/jbossas4/debian/control   2012-02-16 03:01:28 UTC (rev 15779)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: ant, default-jdk, javacc, junit,
  libgetopt-java, libbcel-java, libdom4j-java, libjboss-common-java,
  libjboss-profiler-java, libjboss-xml-binding-java, liblog4j1.2-java,
- libservlet2.4-java, glassfish-javaee, libconcurrent-java,
+ libservlet2.5-java, glassfish-javaee, libconcurrent-java,
  libcommons-httpclient-java, libaxis-java, ant-optional, bsh,
  libjavassist-java, libjboss-remoting-java, libjboss-aop-java,
  libjboss-serialization-java, libtrove-java, libjgroups2.6-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


<    1   2   3   4   5   6   7   8   9   10   >