Bug#881004: O: faifa -- manage HomePlug 1.0/AV devices via ethernet frames

2017-11-06 Thread Damien Raude-Morvan
Package: wnpp
Severity: normal

Hi

I have to admit that I do not care enough about this tool to give it the
work it needs. Therefore, I'm orphaning this package.

Please stand up if you care about this package, otherwise I'll fill a
removal request in the coming weeks.



Bug#881005: O: ruby-amazon-ec2 -- Ruby library for accessing Amazon EC2

2017-11-06 Thread Damien Raude-Morvan
Package: wnpp
Severity: normal


Hi

I have to admit that I do not care enough about this tool to give it the
work it needs. Therefore, I'm orphaning this package.

Please stand up if you care about this package, otherwise I'll fill a
removal request in the coming weeks.



Bug#881002: O: landslide

2017-11-06 Thread Damien Raude-Morvan
Package: wnpp
Severity: normal

Hi

I have to admit that I do not care enough about this tool to give it the
work it needs. Therefore, I'm orphaning this package.

Please stand up if you care about this package, otherwise I'll fill a
removal request in the coming weeks.



Bug#773816: O: libgroboutils-java -- Java-based testing tools and JUnit extensions

2014-12-23 Thread Damien Raude-Morvan
Package: wnpp
Severity: normal

I intend to orphan the libgroboutils-java package.
URL:https://tracker.debian.org/pkg/libgroboutils-java

This package is unmaintained upstream (no new release since 2004).

The package description is:
GroboUtils is a group of Java-based testing tools and JUnit extensions aimed
at increasing quality awareness and ease of introduction of testing tools into
the development cycle.
.
GroboUtils include, for example, multi-threaded tests, hierarchial unit tests,
and a code coverage tool.

Regards
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAG50ZE9W5cxc7G0PpNjmjwvjuaN=O=_s4intcnvbalkpq1j...@mail.gmail.com



Bug#773741: RFA: opennebula

2014-12-22 Thread Damien Raude-Morvan
Package: wnpp
Severity: normal
X-Debbugs-CC: pkg-opennebula-de...@lists.alioth.debian.org, 
jme...@opennebula.org, a...@sigxcpu.org, osal...@debian.org

I'm looking for an adopter for OpenNebula package
URL:https://tracker.debian.org/pkg/opennebula

I'm not using this package anymore and it seems that all members
are inactive for at least one year.

The package description is:
 OpenNebula is an open source virtual infrastructure engine that enables the
 dynamic deployment and re-placement of virtual machines on a pool of physical
 resources.
 .
 ONE (OpenNebula) extends the benefits of virtualization platforms from a
 single physical resource to a pool of resources, decoupling the server not
 only from the physical infrastructure but also from the physical location.

Regards,

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan

signature.asc
Description: This is a digitally signed message part.


Bug#700262: ITP: libkryo-java -- object graph serialization framework for Java

2013-02-10 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: libkryo-java
  Version : 2.20
  Upstream Author : Nathan Sweet
* URL : https://code.google.com/p/kryo/
* License : BSD-3-clause
  Programming Lang: Java
  Description : object graph serialization framework for Java

 Kryo is a fast and efficient object graph serialization framework for Java.
 The goals of the project are speed, efficiency, and an easy to use API.
 The project is useful any time objects need to be persisted, whether to a
 file, database, or over the network.
 .
 Kryo can also perform automatic deep and shallow copying/cloning.
 This is direct copying from object to object, not object-bytes-object.

This package is needed for 1.4 Gradle release.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#700263: ITP: libminlog-java -- minimal Java logging library

2013-02-10 Thread Damien Raude-Morvan

Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: libminlog-java
  Version : 1.2
  Upstream Author : Nathan Sweet
* URL : http://www.example.org/
* License : BSD-3-clause
  Programming Lang: Java
  Description : minimal Java logging library

 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
be automatically removed by javac at compile time.
This means applications can have detailed trace and debug logging
without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
with ~100 non-comment lines of code.

This package is needed for Gradle 1.4 release.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#700264: ITP: libreflectasm-java -- library that provides reflection by using code

2013-02-10 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: libreflectasm-java
  Version : 1.05
  Upstream Author : Nathan Sweet
* URL : https://code.google.com/p/reflectasm/
* License : BSD-3-clause
  Programming Lang: Java
  Description : library that provides reflection by using code generation

 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.

This package is needed for 1.4 Gradle release.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#697984: ITP: libnative-platform-java -- Java bindings for various native APIs

2013-01-12 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: libnative-platform-java
  Version : 0.3~git20120103-1
  Upstream Author : Adam Murdoch
* URL : https://github.com/adammurdoch/native-platform
* License : Apache-2.0
  Programming Lang: Java, C++
  Description : Java bindings for various native APIs

 A collection of cross-platform Java APIs for various native APIs.
 Supports OS X, Linux, Solaris and Windows.
 .
 These APIs support Java 5 and later. Some of these APIs overlap with APIs
 available in later Java versions.

This package is a new dependency for Gradle 1.3 release.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#623950: libasm4-java: imported on Alioth

2013-01-08 Thread Damien Raude-Morvan
Hi Aditya,

I'll need you work on libasm4-java soon for a new package I'm working on. So I 
took the liberty to import your work into this Alioth Git repository [1].

I think it will be more efficient if you made any new modification directly in 
this repository (you can request an account on Alioth here : [2]).

Are you interrested to be maintainer of this package ? I plan to do an upload 
of this package to Debian main during this week.

[1] http://anonscm.debian.org/gitweb/?p=pkg-java/libasm4-java.git
[2] https://alioth.debian.org/account/register.php

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#685874: Pegdown packaging ?

2012-09-05 Thread Damien Raude-Morvan

Hi Thomas,

I'll need Pegdown package for new upstream release of Gradle 1.1 (Groovy 
buildsystem). I've seen that you've imported upstream source code [1] 
but there is no debian or master branch on alioth. Have you started 
working on it locally ? Can you push your changes to alioth ?


FYI, Fedora already packaged it [2], so maybe there is some patches to 
borrow from their repository.


[1] http://anonscm.debian.org/gitweb/?p=pkg-java/libpegdown-java.git
[2] http://pkgs.fedoraproject.org/cgit/pegdown.git/tree/

Regards,


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50476891.9030...@drazzib.com



Bug#685874: Pegdown packaging ?

2012-09-05 Thread Damien Raude-Morvan

Le 05/09/2012 17:34, Thomas Koch a écrit :

I discovered that the pegdown dependency (which depends on parboiled) is non 
essential
for gerrit and I plan to patch it out for the first iteration. Since work 
starts again
on monday I don't think that I'll come back to these packages in the next few 
months.


Since pegdown is not a hard dependency of Gradle I might also just skip 
as a first step to get Gradle back in shape.



parboiled depends on sbt for building which I also recently switched back to 
RFP from
ITP. But the build is straightforward and it should be possible to build 
parboiled with
ant/maven/make/shellscript/whatever.

Sorry that I could not help you here this time.


No problem !


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50477366.9080...@drazzib.com



Bug#686795: ITP: polyglot-maven -- modules to enable Maven usage in others JVM languages

2012-09-05 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: polyglot-maven
  Version : 0.8-SNAPSHOT
  Upstream Author : Sonatype
* URL : https://github.com/tobrien/polyglot-maven
* License : Apache-2
  Programming Lang: Java, Groovy, Scala, Clojure, Ruby
  Description : modules to enable Maven usage in others JVM languages

 Polyglot Maven harnesses the power of Maven through modern implementations
 of the JVM language like Groovy, Scala, Clojure and JRuby.

Polyglot Maven is a dependency of Gradle package.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#686618: ITP: classycle -- Analysing tool for Java dependencies

2012-09-03 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: classycle
  Version : 1.4
  Upstream Author : Franz-Josef Elmer
* URL : http://classycle.sourceforge.net/
* License : BSD-2
  Programming Lang: Java
  Description : Analysing tool for Java dependencies

 Classycle's Analyser analyses the static class and package dependencies
 in Java applications or libraries. It is especially helpful for finding cyclic
 dependencies between classes or packages.
 .
 Classycle is similar to JDepend which does also a dependency analysis
 but only on the package level.
 .
 Classycle's Dependency Checker searches for unwanted class dependencies
 described in a dependency definition file. Dependency checking helps to
 monitor whether certain architectural constrains (e.g. in a layered
 architecture) are fulfilled or not.

Classycle is a dependency of Gradle package.

-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#686618: Acknowledgement (ITP: classycle -- Analysing tool for Java dependencies)

2012-09-03 Thread Damien Raude-Morvan
Current WiP for classycle package is here :
http://anonscm.debian.org/gitweb/?p=pkg-java/classycle.git

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201209040055.17184.draz...@debian.org



Bug#623950: RFP: asm4 -- Java bytecode manipulation framework

2012-09-01 Thread Damien Raude-Morvan
Hi Aditya,

Le mercredi 01 août 2012 22:50:29, Aditya Vaidya a écrit :
 After some investigating, I found that it needs some JAR file called
 sigtest.jar, which I've found. However, I know that having libraries
 inside other libraries (pre-compiled ones, that is) is frowned upon (well,
 as far as I know they are), which I create an ITP for sigtest? That'll
 allow me to have a Build-Dependency on it, and then I can avoid including a
 pre-built JAR in the program.
 
 So, should I create an ITP for sigtest in order to get this package
 created?

You have two options here :
- if sigtest is not used by an essential part of asm4 (for instance, if 
sigtest is only used for unit testing), you can choose to add a patch in your 
asm4 package to disable usage of sigtest until it's available in Debian
- you can then choose to package sigtest, and yes, you will need to submit an 
ITP (see [1])

[1] http://www.debian.org/doc/manuals/developers-
reference/pkgs.html#newpackage

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201209020004.33247.draz...@debian.org



Bug#683666: RFH: gradle -- Groovy based build system

2012-08-31 Thread Damien Raude-Morvan
Le jeudi 02 août 2012 18:26:44, Miguel Landaeta a écrit :
 I request assistance with maintaining the gradle package.

JFTR, I had a private discussion with Miguel and we will co-maintain Gradle. 
I'm working on new upstream release (which, sadly, won't work for Wheezy 
because of needed dependencies).

Cheers,
-- 
Damien


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208312035.49460.draz...@drazzib.com



Bug#683666: RFH: gradle -- Groovy based build system

2012-08-02 Thread Damien Raude-Morvan

Hi Miguel,

On 02/08/2012 18:26, Miguel Landaeta wrote:

Currently, I am the only maintainer of gradle and it is taking me too much
time to package new upstream releases. Because of that, I was unable to
upload a working release in time for wheezy and I had to ask for its removal.

I think we need a team to maintain this package properly and to be able to
include it in future releases. More and more software is going to depend
on gradle packages.


I will use Gradle for some upcoming projects so I might give you a hand 
in maintainance of this package (but only couple of months).


Cheers,
--
Damien


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/501aed83.7010...@drazzib.com



Bug#677571: ITP: gwt -- Google Web Toolkit dev and runtime libraries

2012-06-16 Thread Damien Raude-Morvan
Hi Chris,

Le samedi 16 juin 2012 00:16:16, Chris Halls a écrit :
 On Fri, Jun 15, 2012 at 11:57:02PM +0200, Damien Raude-Morvan wrote:
  There is already a gwt package in unstable [1]
 
 Sorry I had already realised this and closed this bug report again.
 One of the other gwt dependencies had been removed completely, and gwt
 has been removed from testing but not unstable.
 
  (and it seems to be maintained by members of eucalytus team).
  Do you plan to replace this package or provide a new gwt2 package ?
 
 To update the existing gwt package in unstable. I will be changing
 the package maintainer to the pkg-eucalyptus team, with the permission
 of the current maintainer of the package, who will remain in the
 uploaders.

Thanks for this feedback : I just wanted to make sure that you won't duplicate 
work with existing team :)

I look forward to see you updated package in Debian archive :)

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#677571: ITP: gwt -- Google Web Toolkit dev and runtime libraries

2012-06-15 Thread Damien Raude-Morvan
Hi Chris,

Le vendredi 15 juin 2012 00:13:41, Chris Halls a écrit :
 Package: wnpp
 Severity: wishlist
 Owner: Chris Halls ha...@debian.org
 
   Package name: gwt (binaries libgwt-dev-java and libgwt-user-java)
   Version : 2.4.0
   Upstream Author : Google Inc
   URL : http://google-web-toolkit.googlecode.com
   License : Apache 2.0
   Programming Lang: Java
   Description : Google Web Toolkit dev and runtime libraries
 
   Google Web Toolkit (GWT) allows developers to quickly build and
   maintain complex JavaScript front-end applications in the Java
   programming language.

There is already a gwt package in unstable [1] (and it seems to be 
maintained by members of eucalytus team).
Do you plan to replace this package or provide a new gwt2 package ?

[1] http://packages.qa.debian.org/g/gwt.html

-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#602499: ITP: flex-sdk -- The Adobe Flex SDK

2012-05-08 Thread Damien Raude-Morvan
Hi Joey!

Le vendredi 05 novembre 2010 12:05:22, vous avez écrit :
 Package: wnpp
 Severity: wishlist
 Owner: Joey Parrish joey.parr...@gmail.com
 
 
 * Package name: flex-sdk

FYI - maybe you already know that - but Adobe contributed all Flex source 
code, documentation and related assets to the Apache Foundation [1].
It seems that source code repository is slowly getting more and more 
components of Flex SDK [2].

Since ASF should have checked copyright / IP of those components, it might be 
a good starting point for reactivation of Flex SDK packaging effort.

[1] http://incubator.apache.org/flex/
[2] http://svn.apache.org/viewvc/incubator/flex/trunk/

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#648674: Owncloud debian package

2012-05-08 Thread Damien Raude-Morvan
Hi,

As user of owncloud (and DD :), I'm still interested in sponsoring / helping 
with owncloud packaging.

Is there a current git repository that a can check ? (hint: create one on 
Alioth if not already done) BTW, did you fix some of glitches previously 
reported by me and Paul Wise [1] [2] ?

Are you also planning to package owncloud-client part ? If so, you should 
check with upstream with their existing [3] packages.

[1] https://lists.debian.org/debian-mentors/2011/12/msg00523.html
[2] https://lists.debian.org/debian-mentors/2011/12/msg00525.html
[3] 
http://software.opensuse.org/download/package?project=isv:ownCloud:communitypackage=owncloud-
client

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#649287: tomahawk -- multi-source social media player

2012-05-08 Thread Damien Raude-Morvan
Hi,

For people willing to help packaging tomahawk into Debian, please note that 
there is already existing effort in Ubuntu :
https://launchpad.net/~tomahawk/+archive/ppa

Might be great to start create a co-maintenance team with Ubuntu folks.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201205082021.53508.draz...@debian.org



Bug#589450: Working on jackrabbit (without non-free JCR API)

2012-01-09 Thread Damien Raude-Morvan
retitle 589450 ITP: jackrabbit -- Content Repository for Java
owner 589450 !
thanks

Hi Team !

I've started packaging a _subset_ of jackrabbit. I'll work on providing only a 
small libjackrabbit-java package and, as a first step, I'll only build 
jackrabbit-webdav module, so we can package wagon-webdav and enable WebDav 
support in Maven.

My current work is here :
http://anonscm.debian.org/gitweb/?p=pkg-java/jackrabbit.git

For full reference of issues with JCR API, you can see #573482.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#592218: maven 3 packaging

2011-12-21 Thread Damien Raude-Morvan
Le mercredi 21 décembre 2011 11:28:07, Ioan Eugen Stan a écrit :
 Hello everybody,

Hi Ioan!

 I wish to see maven 3 in the next Debian release so I decided to give a
 hand in packaging it. I have some experience in using maven but I'm not
 very familiar with it's internals. Kind of the same goes for I'm sure
 this will change once I start diving in.

Any help is welcome on this package.

 I would like help to get me started like: what package can I start
 with?. It would be great if we can have a short voice session to get me
 up to speed. Please understand that I would like to know how to
 navigate the process.

You can have a quick overview of actual packaging state here [1]. All 
dependencies of maven are now packaged and in unstable. I'm working on last 
package : maven itself :)

Git repository with maven upstream tarball + debian packaging is here [2]. I'm 
targeting Maven 3.0.4 (which should be out soon now). You can start by 
reviewing this package, building it locally (with git-buildpackage) and test 
this maven with your own project.

[1] http://wiki.debian.org/Java/Maven3
[2] http://anonscm.debian.org/gitweb/?p=pkg-java/maven.git

Regards,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#650860: ITP: maven-parent -- Maven metadata for Apache Maven itself

2011-12-03 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: libmaven-parent-java
  Version : 21
  Upstream Author : The Apache Software Foundation
* URL : http://www.apache.org/
* License : Apache
  Programming Lang: Java
  Description : Maven metadata for Apache Maven itself

 Maven is a software project management and comprehension tool. Based on
 the concept of a project object model (POM), Maven can manage a project's
 build, reporting and documentation from a central piece of information.
 .
 This package contains the metadata (POM file) used by Maven during the build 
of Maven itself and related projects.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#649783: ITP: plexus-containers1.5 -- Plexus' inversion-of-control (IoC) container

2011-11-23 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: plexus-containers1.5
  Version : 1.5.5
  Upstream Author : Codehaus
* URL : http://plexus.codehaus.org/plexus-containers
* License : Apache-2.0
  Programming Lang: Java
  Description : Plexus' inversion-of-control (IoC) container

 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 Plexus Containers is Plexus' inversion-of-control (IoC) container
 and companion tools:
  * plexus-container-default is the IoC container itself,
  * plexus-component-metadata is a Maven plugin to generate plexus
component.xml from source annotations,
  * plexus-component-annotations provides the Java 5 annotations
for plexus components,
  * plexus-component-javadoc provides javadoc taglets to add plexus
documentation to javadoc.
 .
 This package replaces both plexus-containers and plexus-component-metadata 
from 1.0.x branch.

This package is already in Debian as plexus-containers and plexus-component-
metadata but we need a new source package to build new upstream release (which 
seems to break API/ABI-compat).

This package is a dependency of Maven 3.x

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#617425: sunjava-db already packaged in Debian and same as Derby

2011-11-17 Thread Damien Raude-Morvan
Le jeudi 17 novembre 2011 23:56:56, Ludovic Claude a écrit :
 Hello,

Hi,
 
 The package sunjava-db is already present in Debian, it's a version of
 Derby which is supported by Sun.

non-free != Debian :)

 Unless your project requires a specific version of Derby, you should
 probably be able to use Sun Java DB instead.

Sun Java DB is just a binary package of Derby but it's not DFSG compliant : 
it's under the same licence as Sun ClosedJDK. And, as Oracle decided to stop 
providing DLJ build (Distributor Licence for Java), Sun Java and Sun Java DB 
can't be distributed in non-free.

So I think packaging Derby is more than welcome (ie. to provide same feature 
set in OpenJDK as in ClosedJDK)

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#648774: ITP: plexus-utils2 -- utilities for the Plexus framework

2011-11-15 Thread Damien Raude-Morvan
Le mardi 15 novembre 2011 23:32:23, Ludovic Claude a écrit :
 I've got it packaged already

Some thing as for plexus-classworlds : I've used your work on plexus-utils2 on 
imported it into [1]. See Maven3 wiki page.

[1] http://anonscm.debian.org/gitweb/?p=pkg-java/plexus-utils2.git
[3] http://wiki.debian.org/Java/Maven3#line-62

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20160021.56676.draz...@debian.org



Bug#648773: ITP: plexus-classworlds2 -- Class loading utilities for the Plexus framework

2011-11-15 Thread Damien Raude-Morvan
Le mardi 15 novembre 2011 23:32:13, Ludovic Claude a écrit :
 I've got it packaged already

Yep, I've used your work on plexus-classworlds2 on imported it into [1]
See Maven3 wiki page.

[1] http://anonscm.debian.org/gitweb/?p=pkg-java/plexus-classworlds2.git
[3] http://wiki.debian.org/Java/Maven3#line-66

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20160021.07886.draz...@debian.org



Bug#648774: ITP: plexus-utils2 -- utilities for the Plexus framework

2011-11-14 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: plexus-utils2
  Version : 2.0.5
  Upstream Author : Codehaus
* URL : http://plexus.codehaus.org/plexus-utils
* License : Apache-2.0
  Programming Lang: Java
  Description : utilities for the Plexus framework

 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
 * Component lifecycles
 * Component instantiation strategies
 * Nested containers
 * Component configuration
 * Auto-wiring
 * Component dependencies, and
 * Various dependency injection techniques including constructor injection,
   setter injection, and private field injection.

This package is already in Debian as plexus-utils but we need a new source 
package to build new upstream release (which seems to break API/ABI-compat). 
This package is a dependency of Maven 3.x

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20142341.09747.draz...@debian.org



Bug#648773: ITP: plexus-classworlds2 -- Class loading utilities for the Plexus framework

2011-11-14 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: plexus-classworlds2
  Version : 2.2.3
  Upstream Author : Codehaus
* URL : http://plexus.codehaus.org/plexus-classworlds
* License : Apache-2.0
  Programming Lang: Java
  Description : Class loading utilities for the Plexus framework

 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
 * Component lifecycles
 * Component instantiation strategies
 * Nested containers
 * Component configuration
 * Auto-wiring
 * Component dependencies, and
 * Various dependency injection techniques including constructor injection,
   setter injection, and private field injection.

This package is already in Debian as plexus-classworlds but we need a new 
source package to build new upstream release (which seems to break API/ABI-
compat). This package is a dependency of Maven 3.x

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20142341.08485.draz...@debian.org



Bug#648640: ITP: jarjar-maven-plugin -- Maven plugin to repackage third-party jars

2011-11-13 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: jarjar-maven-plugin
  Version : 1.5
  Upstream Author : Tonic Systems, Inc. and Google Inc.
* URL : http://sonatype.github.com/jarjar-maven-plugin/
* License : Apache 2.0
  Programming Lang: Java
  Description : Maven plugin to repackage third-party jars

Utility that makes it easy to repackage Java libraries and embed them into 
your own distribution. This is useful for two reasons:
 - You can easily ship a single jar file with no external dependencies.
 - You can avoid problems where your library depends on a specific
   version of a library, which may conflict with the dependencies of
   another library.
.
This package provide a Maven plugin for Java to allow plug this
into Maven build system.

-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#648642: ITP: munge-maven-plugin -- Maven plugin to pre-process Java code

2011-11-13 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: munge-maven-plugin
  Version : 1.0
  Upstream Author : Sun Microsystems, Inc. and 
* URL : http://sonatype.github.com/munge-maven-plugin/
* License : CDDL
  Programming Lang: Java
  Description : Maven plugin to pre-process Java code

 The Munge Plugin for Maven provides mojos to munge (pre-process) Java code.
 .
 It only supports conditional inclusion of source based on defined strings of
 the form if[tag], if_not[tag], else[tag], and end[tag].

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#648644: ITP: cdi-api -- Contexts and Dependency Injection for Java EE

2011-11-13 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: cdi-api
  Version : 1.0
  Upstream Author : Red Hat Middleware LLC
* URL : http://jcp.org/en/jsr/detail?id=299
* License : Apache-2.0
  Programming Lang: Java
  Description : Contexts and Dependency Injection for Java EE

Contexts and Dependency Injection (CDI) defines a set of complementary services
to help usage of Inversion of Control (IoC) on Java EE platform (like with 
Spring Framework).
.
CDI can be used on Java EE platform but some container also support
running on Java SE.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20131936.42507.draz...@debian.org



Bug#648656: ITP: sisu-guice -- Patched build of Google Guice for Sisu-IoC

2011-11-13 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-Cc: debian-j...@lists.debian.org

* Package name: sisu-guice
  Version : 3.1.0
  Upstream Author : Sonatype and Google Inc.
* URL : https://github.com/sonatype/sisu-guice
* License : Apache-2.0
  Programming Lang: Java
  Description : Patched build of Google Guice for Sisu-IoC

Google Guice is a lightweight dependency injection framework
for Java 5 and above.
.
This package contains a patched build of Guice modified for
Sisu IoC framework (for instance, removes the need to write
explicit bindings in Guice modules).

This package is a dependency of Maven 3.x

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20132013.18591.draz...@debian.org



Bug#648657: ITP: sisu-ioc -- JSR 330 container and OSGi/Plexus adapter

2011-11-13 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-Cc: debian-j...@lists.debian.org

* Package name: sisu-ioc
  Version : 2.3.0
  Upstream Author : Sonatype
* URL : https://github.com/sonatype/sisu
* License : Apache and Eclipse Public Licence
  Programming Lang: Java
  Description : JSR 330 container and OSGi/Plexus adapter

Sisu is a fully compliant JSR330 container that supports classpath scanning, 
auto-binding, and dynamic auto-wiring. Sisu uses patched Google Guice to 
perform dependency injection and provides the JSR330 support. 
.
Sisu also provides a replacement Plexus container that builds on top of the 
JSR330 core. Plexus is the dependency injection container used in Maven 2.x.

This package is a dependency of Maven 3.x

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20132013.19960.draz...@debian.org



Bug#648656: ITP: sisu-guice -- Patched build of Google Guice for Sisu-IoC

2011-11-13 Thread Damien Raude-Morvan
Le dimanche 13 novembre 2011 21:19:35, Thomas Koch a écrit :
 Damien Raude-Morvan:
  * Package name: sisu-guice
  
  This package contains a patched build of Guice modified for
  Sisu IoC framework (for instance, removes the need to write
  explicit bindings in Guice modules).
  
  This package is a dependency of Maven 3.x

Hi Thomas,

 Is there a bug in the tracker of sisu-guice to ask them to work their
 things out with Guice and get their modifications included upstream, so
 that they can build against regular Guice?

Good idea, I've submitted this issue to Sonatype team :
https://issues.sonatype.org/browse/SISU-119

AFAIK, Guice team doesn't wish to apply [1] some patches of sisu-guice 
(don't have much details).

[1] http://www.eclipse.org/proposals/technology.sisu/


Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140041.41453.draz...@debian.org



Bug#585905: Cassandra 1.0

2011-11-11 Thread Damien Raude-Morvan
Hi Eric,

I would like to help on cassandra packaging. What's current status ? Is there 
a git repository somewhere ?

From a quick look, it seems that some build-dependencies are missing :
* avro
* compress-lzf
* high-scale-lib
* jamm
* snakeyaml
* thrift (but you seems to be working on it)
Maybe a can start working on those ?

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#594027: RFS: lucene3

2011-11-11 Thread Damien Raude-Morvan
Le lundi 12 septembre 2011 16:40:32, James Page a écrit :
 On Mon, 2011-09-05 at 23:49 +0100, Mat Scales wrote:
  Hello all,

Hi Mat,

 I'm unable to sponsor your package but I do have the following feedback:
 
 1) FTBFS on javadoc warnings
[...]
 2) debhelper + javahelper
[...]
 3) Repack of orig.tar.gz
[...]
 4) liblucene2-java Conflicts on -java packages
[...]

I would like to sponsor your package. Did you had time to review James 
comments on your packaging ?

Regards,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111820.14897.draz...@debian.org



Bug#647937: ITP: felix-gogo-shell -- Apache Felix Gogo Shell bundle

2011-11-07 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: felix-gogo-shell
  Version : 0.10.0
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-gogo.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Apache Felix Gogo Shell bundle

 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Shell bundle of Gogo subproject provides a simple textual user interface
 to interact with the command processor.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#647936: ITP: felix-gogo-command -- Apache Felix Gogo Command bundle

2011-11-07 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: felix-gogo-command
  Version : 0.10.0
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-gogo.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Apache Felix Gogo Command bundle

 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Command bundle of Gogo subproject implements a set of basic commands.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#647938: ITP: felix-gogo-runtime -- Apache Felix Gogo Runtime bundle

2011-11-07 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: felix-gogo-runtime
  Version : 0.10.0
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-gogo.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Apache Felix Gogo Runtime bundle

 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Runtime bundle of Gogo subproject implements the core command processing
 functionality.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#643981: ITP: felix-osgi-core -- Java OSGi interfaces - Core module

2011-10-02 Thread Damien Raude-Morvan
Le samedi 01 octobre 2011 16:33:59, Ludovic Claude a écrit :
 Damien,

Hi Ludovic!

 I have already package OSGi minimum, foundation and compendium.

ouch, duplicate efforts here :/

Ludovic, you should submit ITP for packages you are working on. I don't always 
check Debian wiki [1] for new packages before working on some new package - 
but I always check WNPP...
BTW, why don't you use pkg-java svn repository or git repository for all you 
packages ?

For now, I'll merge you work into my packages to upload all this to Debian.

[1] http://wiki.debian.org/Java/Maven3

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110030001.50431.draz...@debian.org



Bug#643980: ITP: felix-osgi-foundation -- Java OSGi interfaces - Foundation Execution

2011-10-01 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-Cc: debian-j...@lists.debian.org

* Package name: felix-osgi-foundation
  Version : 1.2.0
  Upstream Author : Apache Software Foundation / OSGi Alliance
* URL : http://felix.apache.org/site/apache-felix-osgi-core.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Java OSGi interfaces - Foundation Execution Environment

 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Foundation Execution Environment
 for Release 4 Version 4.2.
 This provide Java interfaces for javax.microedition package (J2ME) and
 java.net/java.lang/java.io/java.util packages (J2SE).
 .
 The Apache Felix OSGi Foundation EE sub-project simply repackages the
 standard OSGi Foundation EE API packages provided by the OSGi Alliance
 into a Maven module. There is no runtime dependencies between this package
 and Felix Framework itself, so that this library can be used without Felix.


Right now, Felix Framework packages in Debian depends on libequinox-osgi-java 
(Eclipse Equinox OSGi framework) in order to just have OSGi simple interfaces. 
Since we have netbeans depending on felix-framework, then Netbeans source 
package actually depends on Eclipse... [1]

By providing those felix-osgi-* packages, my goal is to have a separate, 
simplier, dependency chains for Netbeans.

[1] http://release.debian.org/migration/testing.pl?package=netbeans

Chers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110011421.41211.draz...@debian.org



Bug#643979: ITP: felix-osgi-compendium -- Java OSGi interfaces - Compendium module

2011-10-01 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-Cc: debian-j...@lists.debian.org

* Package name: felix-osgi-compendium
  Version : 1.4.0
  Upstream Author : Apache Software Foundation / OSGi Alliance
* URL : http://felix.apache.org/site/apache-felix-osgi-core.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Java OSGi interfaces - Compendium module

 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Compendium for Release 4 Version 4.2.
 On top of OSGi Core, this provide additionnal services to help dynamic
 components.
 .
 The Apache Felix OSGi Compendium sub-project simply repackages the
 standard OSGi Compendium API packages provided by the OSGi Alliance
 into a Maven module. There is no runtime dependencies between this package
 and Felix Framework itself, so that this library can be used without Felix.


Right now, Felix Framework packages in Debian depends on libequinox-osgi-java 
(Eclipse Equinox OSGi framework) in order to just have OSGi simple interfaces. 
Since we have netbeans depending on felix-framework, then Netbeans source 
package actually depends on Eclipse... [1]

By providing those felix-osgi-* packages, my goal is to have a separate, 
simplier, dependency chains for Netbeans.

[1] http://release.debian.org/migration/testing.pl?package=netbeans

Chers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110011421.44127.draz...@debian.org



Bug#643981: ITP: felix-osgi-core -- Java OSGi interfaces - Core module

2011-10-01 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-Cc: debian-j...@lists.debian.org

* Package name: felix-osgi-core
  Version : 1.4.0
  Upstream Author : Apache Software Foundation / OSGi Alliance
* URL : http://felix.apache.org/site/apache-felix-osgi-core.html
* License : Apache-2.0
  Programming Lang: Java
  Description :  Java OSGi interfaces - Core module

 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Core for Release 4 Version 4.2.
 Two main provided packages are org.osgi.service and
 org.osgi.framework.
 .
 The Apache Felix OSGi Core sub-project simply repackages the
 standard OSGi Core API packages provided by the OSGi Alliance
 into a Maven module. There is no runtime dependencies between this package
 and Felix Framework itself, so that this library can be used without Felix.


Right now, Felix Framework packages in Debian depends on libequinox-osgi-java 
(Eclipse Equinox OSGi framework) in order to just have OSGi simple interfaces. 
Since we have netbeans depending on felix-framework, then Netbeans source 
package actually depends on Eclipse... [1]

By providing those felix-osgi-* packages, my goal is to have a separate, 
simplier, dependency chains for Netbeans.

[1] http://release.debian.org/migration/testing.pl?package=netbeans

Chers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110011421.38994.draz...@debian.org



Bug#642333: ITP: libcommons-lang3-java -- Extension of the java.lang package (for Java 5)

2011-09-21 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: libcommons-lang3-java
  Version : 3.0.1
  Upstream Author : Apache Software Foundation
* URL : http://commons.apache.org/lang/
* License : Apache-2.0
  Programming Lang: Java
  Description : Extension of the java.lang package (for Java 5+)

The Commons Lang components contains a set of Java classes that provide helper 
methods for standard Java classes, especially those found in the java.lang 
package in the JDK 5+.
.
Commons Lang 3.x use a different package (org.apache.commons.lang3) than the 
previous versions (org.apache.commons.lang), allowing it to be used at the 
same time as an earlier version.
.
Commons Lang 3.x is only compatible with JDK 1.5+

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201109211823.40312.draz...@debian.org



Bug#639606: O: png-sixlegs

2011-08-28 Thread Damien Raude-Morvan
Package: wnpp
Severity: normal

Hi,

I am orphaning png-sixlegs in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has no reverse dependencies or build-dependencies
- a standard png decoder is included in openjdk6
- it has a low popcon value

Feel free to re-introduce it to the team if you want to actively maintain it.
Package will be removed from unstable after wheezy release.

Cheers,
--
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#561963: jenkins for Debian (was: Bug#561963: retitling to RFP)

2011-07-30 Thread Damien Raude-Morvan
Hi Martin,

Le samedi 30 juillet 2011 18:08:59, martin f krafft a écrit :
 Dear Java team,
 
 we are currently investigating the possibility of using
 jenkins.debian.net to support building packages directly out of VCS.
 
 James Page of Canonical has already put a lot of effort into
 packaging jenkins in accordance with Debian policy.
[...]
 Would the pkg-java team be able to cooperate with James to get
 jenkins into Debian proper?

Sponsoring and reviewing effort is already underway. AFAIK, many packages have 
been sponsored by me and Tony Mancil.

IIRC, all submitted RFS have been uploaded, but many packages are still 
missing :
http://qa.debian.org/wnpp.php?login=james.page%40canonical.com
http://qa.debian.org/wnpp.php?login=james.page%40ubuntu.com

James, could you provide a (link ?) to updated status of your packaging effort 
? And is there something we (Debian Java Team) could do to help you ?

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#631701: ITP: xmlbeans-maven-plugin -- Maven XMLBeans Plugin

2011-06-26 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: xmlbeans-maven-plugin
  Version : 2.3.3
  Upstream Author : David Jencks david_jen...@yahoo.com
* URL : http://mojo.codehaus.org/xmlbeans-maven-plugin/
* License : Apache-2.0
  Programming Lang: Java
  Description : Maven XMLBeans Plugin

 A Maven 2 plugin which parses xsd files and produces a corresponding
 object model based on the Apache XML Beans parser.
 .
 The plugin produces two sets of output files referred to as
 generated sources and generated classes.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#631443: ITP: uima-addons -- Apache UIMA Addons

2011-06-23 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: uima-addons
  Version : 2.3.1
  Upstream Author : Apache Software Foundation
* URL : http://uima.apache.org/sandbox.html
* License : Apache-2.0
  Programming Lang: Apache
  Description : Apache UIMA Addons

 Apache UIMA is an implementation of the OASIS-UIMA specifications.
 .
 OASIS UIMA Committee: http://www.oasis-open.org/committees/uima/.
 .
 Unstructured Information Management applications are software systems
 that analyze large volumes of unstructured information in order to
 discover knowledge that is relevant to an end user.
 .
 An example UIM application might ingest plain text and identify
 entities, such as persons, places, organizations; or relations,
 such as works-for or located-at.
 .
 UIMA Addons is a collection of Annotators extracted for sandbox for
 official distribution. It also provide Simple Server and Pear packaging tools.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#631240: ITP: uima-as -- Apache UIMA Asynch Scaleout framework

2011-06-21 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: uima-as
  Version : 2.3.1
  Upstream Author : Apache Software Foundation
* URL : http://uima.apache.org/doc-uimaas-what.html
* License : Apache-2.0
  Programming Lang: Apache
  Description : Apache UIMA Asynch Scaleout framework

 Apache UIMA is an implementation of the OASIS-UIMA specifications.
 .
 OASIS UIMA Committee: http://www.oasis-open.org/committees/uima/.
 .
 Unstructured Information Management applications are software systems
 that analyze large volumes of unstructured information in order to
 discover knowledge that is relevant to an end user.
 .
 An example UIM application might ingest plain text and identify
 entities, such as persons, places, organizations; or relations,
 such as works-for or located-at.
 .
UIMA Asynch Scaleout (or UIMA AS) is an extension to the Apache UIMA
 framework and SDK, using JMS messaging to support scaleout.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#631016: ITP: gentlyweb-utils -- java utility library used by josql

2011-06-19 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: gentlyweb-utils
  Version : 1.5
  Upstream Author : Gary Bentley
* URL : http://josql.sourceforge.net/
* License : Apache-2.0
  Programming Lang: Java
  Description : java utility library used by josql

Simple java utility library used mainly by JoSQL (libjosql-java) for I/O.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#631012: ITP: josql -- library to apply SQL-like syntax to Java objects

2011-06-19 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: josql
  Version : 2.2
  Upstream Author : Gary Bentley
* URL : http://josql.sourceforge.net/
* License : Apache-2.0
  Programming Lang: Java
  Description : library to apply SQL-like syntax to Java objects

JoSQL (SQL for Java Objects) provides the ability for a developer to apply a 
SQL statement to a collection of Java Objects. JoSQL provides the ability to 
search, order and group ANY Java objects and should be applied when you want 
to perform SQL-like queries on a collection of Java Objects.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#631013: ITP: jasypt -- java library for simple high-level encryption

2011-06-19 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: jasypt
  Version : 1.7.1
  Upstream Author : The JASYPT team
* URL : http://www.jasypt.org/
* License : Apache-2.0
  Programming Lang: Java
  Description : java library for simple high-level encryption

 Jasypt is a java library which allows the developer to add basic encryption
 capabilities to projects.
 .
 It provides :
  * High-security, standards-based encryption techniques, both for
unidirectional and bidirectional encryption.
  * Transparent integration with Hibernate.
  * Suitable for integration into Spring-based applications and also
transparently integrable with Spring Security.
  * Integrated capabilities for encrypting the configuration of
applications (i.e. datasources).
  * Specific features for high-performance encryption in
multi-processor/multi-core systems.
  * Open API for use with any JCE provider.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#629622: ITP: jenkins-htmlunit-core-js -- Jenkins branch of the HtmlUnit Core JS Interpreter

2011-06-09 Thread Damien Raude-Morvan
Le jeudi 09 juin 2011 10:41:24, James Page a écrit :
 That approach might work; I'll review my current list of variants for
 patchsets that could be applied (and document it somewhere so it can
 easily be reviewed).
 Most changes either seem to be adding new distinct features or fixing
 minor bugs that where impacting Jenkins.

Ok, fine for me.

 Is there any specific policy on taking this approach? In effect Debian
 would be branching from the original upstream - this is in principle the
 same as what jenkins are doing upstream although it would reduce the
 code duplication in the distro.

AFAIK, generic policy regarding patches in Debian package is linked to Debian 
Social Contract, section 2 We will give back to the free software 
community. Main goal is to submit most patches upstream to also improve FOSS 
ecosystem in general.

But it's a bit complicated to apply to inactive upstream, so we can just 
include patches inside Debian and send them to upstream bugtracker (so at 
least other Linux dist can benefit from it.

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#629622: ITP: jenkins-htmlunit-core-js -- Jenkins branch of the HtmlUnit Core JS Interpreter

2011-06-08 Thread Damien Raude-Morvan
Hi James,

On Wed, 08 Jun 2011 08:58:52 +0100, James Page james.p...@canonical.com
wrote:
[...]
  This package contains the Jenkins branch of the HtmlUnit adaptation
  of Mozilla Rhino Javascript engine for Java with supports HtmlUnit.
  .
  HtmlUnit Changes are documented by a diff (rhinoDiff.txt) contained
  in the generated jar files.
  This package is required to support packaging of jenkins and is one
  of a number of branches that the jenkinsci project maintains.

So, JenkisCI is using a fork (jenkins-htmlunit-core-js) of the fork
(htmlunit-core-js [1])
of Rhino package... JenkisCI upstream seems a love code (and effort...)
duplication.

/with my rhino package maintainer hat/
Rhino is - now - an active project again (at least, they made a new
release on 2011-06-03 [2]).
You should try to convince JenkisCI team to merge back its changes [3]
(and htmlunit changes [4]) back into Rhino

[1] http://thread.gmane.org/gmane.comp.java.htmlunit.devel/7915
[2] http://www.mozilla.org/rhino/download.html
[3] https://github.com/jenkinsci/core-js/blob/master/rhinoDiff.txt
[4]
http://htmlunit.svn.sourceforge.net/viewvc/htmlunit/trunk/core-js/rhinoDiff.txt?revision=6395view=markup

Cheers,
-- 
Damien



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8541fc45837971611ec1e90c2de40...@drazzib.com



Bug#629622: ITP: jenkins-htmlunit-core-js -- Jenkins branch of the HtmlUnit Core JS Interpreter

2011-06-08 Thread Damien Raude-Morvan
On Wed, 08 Jun 2011 15:10:06 +0100, James Page james.p...@canonical.com
wrote:
 I don't disagree that this is pretty ugly; Jenkins CI upstream does fork
 other projects frequently - here's a short list of the ones I'm being
 impacted by during packaging:
 
   dom4j
   commons-jexl
   json-lib
   htmlunit
   xstream
   commons-jelly
   winstone
   trilead-ssh2

If changes made by JenkinsCI team are not too intrusive maybe we can merge
them
- as patches - into existing debian packages ?
Might be the best option for inactive upstream projects like dom4j,
trilead-ssh2 or commons-jexl.

[...]
 The introduction of a 3 monthly stable release should help reduce the
 impact of the standard release velocity but it does not necessarily
 remove the forked dependencies.

Yeah.

 I have seen forks disappear and the project revert back to mainstream
 upstream (jmdns was an example of this but I just noticed they forked it
 again - doh!).
[...]
 I appreciate that this upstream behaviour does increase the effort
 required to support packaging of jenkins.
 
 I have the packaging in place so the additional effort is not really on
 me in the short term (although I expect to have to deal with updates and
 bug fixes) - it will be whomever sponsors these packages for me.
 
 Do you think this will block entry into Debian?

Code duplication is always a bad thing (tm) from a distribution POV :
increase maintenance overhead,
imply some security issues have to be fixed multiple times...

YMMV, but I don't consider this a blocking issue or a no-go for JenkisCI
but I think
we should at least describe this case explicitly :
http://wiki.debian.org/EmbeddedCodeCopies
http://anonscm.debian.org/viewvc/secure-testing/data/embedded-code-copies?view=markup

Cheers,
-- 
Damien



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/84f8fe5d8bf3ca95d1b2788954c46...@drazzib.com



Bug#627781: ITP: activemq-activeio -- protocol implementation framework for ActiveMQ

2011-05-24 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: activemq-activeio
  Version : 3.1.1
  Upstream Author : Apache Software Foundation
* URL : http://activemq.apache.org/ 
* License : Apache-2.0
  Programming Lang: Java
  Description: protocol implementation framework for ActiveMQ

 Apache ActiveMQ is a message broker built around Java Message Service
(JMS)
 API : allow sending messages between two or more clients in a loosely
coupled, 
 reliable, and asynchronous way.
 .
 ActiveMQ ActiveIO provides a high performance IO framework for
 implementing network protocols.
 .
 This package, used by Apache ActiveMQ, contains a Java library for
ActiveIO.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/d26d6bdb4048c06ab4d6ae5aaf647...@drazzib.com



Bug#627780: ITP: activemq-protobuf -- Protocol Buffers Maven plugin for ActiveMQ

2011-05-24 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: activemq-protobuf
  Version : 1.1
  Upstream Author : Apache Software Foundation
* URL : http://activemq.apache.org/ 
* License : Apache-2.0
  Programming Lang: Java
  Description: Protocol Buffers Maven plugin for ActiveMQ

 Apache ActiveMQ is a message broker built around Java Message Service
(JMS)
 API : allow sending messages between two or more clients in a loosely
coupled, 
 reliable, and asynchronous way.
 .
 Protocol Buffers are language-neutral, platform-neutral, extensible way
of
 serializing structured data for use in communications protocols
 or data storage. URL:http://code.google.com/apis/protocolbuffers/
 .
 This package, used by Apache ActiveMQ, provide a simple Protocol Buffer
 Java API. It comes with a built in proto file compiler and
 Java source code generator (as a Maven plugin).

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/30853666eff0e3fcb99cc301e594f...@drazzib.com



Bug#627778: ITP: activemq -- message broker core Java libraries

2011-05-24 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: activemq
  Version : 5.5.0
  Upstream Author : Apache Software Foundation
* URL : http://activemq.apache.org/
* License : Apache-2.0
  Programming Lang: Java
  Description: message broker core Java libraries

 Apache ActiveMQ is a message broker built around Java Message Service
(JMS)
 API : allow sending messages between two or more clients in a loosely
coupled, 
 reliable, and asynchronous way.
 .
 This message broker supports :
  * JMS 1.1 and J2EE 1.4 with support for transient, persistent,
transactional
and XA messaging
  * Spring Framework, CXF and Axis integration
  * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP,
multicast,
JGroups and JXTA
  * persistence using JDBC along with journaling
  * OpenWire (cross language wire protocol) and
Stomp (Streaming Text Orientated Messaging Protocol) protocols
 .
 This package contains a core Java library for ActiveMQ.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/78026db898bc26dca10d69d4dad84...@drazzib.com



Bug#626543: ITP: felix-shell-tui -- Felix OSGi simple command line interface to act as a shell

2011-05-12 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: felix-shell-tui
  Version : 1.4.1
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-shell-tui.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Felix OSGi simple command line interface to act as a shell

 The Felix project is an implementation 
 of the OSGi R4.2 core framework specification.
 .
 OSGi framework is a module system and service platform
 for the Java programming language that implements
 a complete and dynamic component model.
 .
 This subproject provide a simple command line interface
 to act as a shell for Felix.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#623104: RFP: jamvm -- A tiny blue book compatible Java virtual machine

2011-05-02 Thread Damien Raude-Morvan
Hi,

Le dimanche 17 avril 2011 13:35:52, Mark Hobley a écrit :
 * Package name: jamvm
   Version : 1.5.4
   Upstream Author : Robert Lougher
 * URL : http://jamvm.sourceforge.net/
 * License : GPL
   Programming Lang: C
   Description : A tiny blue book compatible Java virtual machine
 
 This is an extremely small blue book compatible Java virtual machine.

JamVM package has been removed from Debian Unstable on Feb 2010 [1] by ROM; 
lack of interest, alternatives exists.
But it seems JamVM project recently regained interrest [2] by providing a new 
VM implementation for OpenJDK6 classlib [3]. Whereas, at the same time, 
CacaoVM activity seems to be decreasing).

For people willing to (re-)package this software :
- look into pkg-java repository for starting point
- (maybe) provide a jamvm-source package to be able to package it inside 
openjdk6

[1] http://bugs.debian.org/570009
[2] http://git.berlios.de/cgi-bin/cgit.cgi/jamvm
[3] http://draenog.blogspot.com/2011/02/openjdkjamvm-git-repository.html
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#624113: ITP: felix-utils -- Felix collection of utility classes

2011-04-25 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: felix-utils
  Version : 1.1.0
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/
* License : Apache-2.0
  Programming Lang: Java
  Description : Felix collection of utility classes

 The Felix project is an implementation 
 of the OSGi R4.2 core framework specification.
 .
 OSGi framework is a module system and service platform
 for the Java programming language that implements
 a complete and dynamic component model.
 .
 This subproject provides a collection of utility classes used
 by others components of Felix.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#624116: ITP: felix-bundlerepository -- Felix OSGi bundle repository service

2011-04-25 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: felix-bundlerepository
  Version : 1.6.4
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-osgi-bundle-
repository.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Felix OSGi bundle repository service

 The Felix project is an implementation 
 of the OSGi R4.2 core framework specification.
 .
 OSGi framework is a module system and service platform
 for the Java programming language that implements
 a complete and dynamic component model.
 .
 This subproject provide implementation of repository containing
 bundles.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#624114: ITP: maven-bundle-plugin -- Maven plugin to handle artifact OSGi metadata

2011-04-25 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: maven-bundle-plugin
  Version : 2.3.4
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-maven-bundle-
plugin-bnd.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Maven plugin to handle artifact OSGi metadata

 Maven is a software project management and comprehension tool.
 Based on the concept of a project object model (POM), Maven can
 manage a project's build, reporting and documentation from a central
 piece of information.
 .
 This plugin allow you to handle artifact OSGi metadata of your artifact
 (JAR, WAR). It manage a new type of packaging bundle in your POM.
 .
 This plugin depends on Felix Bundle Repository and BND for low-level
 handling of metadata.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#624115: ITP: felix-shell -- Felix OSGi shell to issue commands to the framework

2011-04-25 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name: felix-shell
  Version : 1.4.2
  Upstream Author : Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-shell.html
* License : Apache-2.0
  Programming Lang: Java
  Description : Felix OSGi shell to issue commands to the framework

 The Felix project is an implementation 
 of the OSGi R4.2 core framework specification.
 .
 OSGi framework is a module system and service platform
 for the Java programming language that implements
 a complete and dynamic component model.
 .
 This subproject defines a shell service (API) for creating and
 executing arbitrary commands in the framework.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#623950: RFP: asm4 -- Java bytecode manipulation framework

2011-04-24 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist

* Package name: asm4
  Version : 4.0RC1
  Upstream Author : INRIA, France Telecom
* URL : http://asm.ow2.org/
* License : BSD
  Programming Lang: Java
  Description : Java bytecode manipulation framework

 It can be used to dynamically generate stub classes or other proxy classes,
 directly in binary form, or to dynamically modify classes at load time, i.e.,
 just before they are loaded into the Java Virtual Machine.
 .
 ASM offers similar functionalities as BCEL or SERP, but is much smaller
 (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
 than these tools (the overhead of a load time class transformation is on
 the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with
 SERP). ASM was designed to be used in a dynamic and static way and was
 therefore designed and implemented to be as small and as fast as possible.


This new release add :
- Full support of Java 7 new bytecode format
- Overhaul of the support of invokedynamic to support the new encoding
  and bootstrap method arguments.
- ASM4 API has been generified to use generics and varargs

Annoucement :
http://weblogs.java.net/blog/forax/archive/2011/04/17/asm-4-rc1-released

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#592218: Maven3 packaging status ?

2011-04-24 Thread Damien Raude-Morvan
Hi,

FTR, a wiki page has been setup by Matthias Schmitz regarding Maven3 packaging 
and missing/outdated dependencies :
https://wiki.debian.org/Java/Maven3

Torsten Werner had also started to update some packages (maven3 reverse 
dependencies) :
https://launchpad.net/~twerner/+archive/maven

Could someone provide me with updated status ?
Missing packages ?
Outdated one ?

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#623047: build-helper-maven-plugin: package in Git repository

2011-04-24 Thread Damien Raude-Morvan
Hi Matthias,

FYI, I also need build-helper-maven-plugin for another project (UIMA) and I've 
started packaging it in this GIT repository :
http://git.debian.org/?p=pkg-java/build-helper-maven-plugin.git;a=summary

Did you have to review my current, so I can upload next week ?

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#543907: Netbeans update

2011-03-26 Thread Damien Raude-Morvan
Hi Andres,

Le Friday 18 February 2011 22:48:38, Damien Raude-Morvan a écrit :
 Le vendredi 18 février 2011 19:46:57, Andres Mejia a écrit :
  Damien, was there an issue with getting libnb-platform-java and netbeans
  uploaded to ftp-master?
 
 for the time being, no problem found: just lack enough time to thoroughly
 review these big source packages. I'll try to find some free time next
 week.

Sorry for the delay... I finally managed to review the last package for 
netbeans 6.9 upload, netbeans itself. There is some issues with the upstream 
source tarball that need to be fixed before we can upload it to Debian archive.

1) There is some binary blobs in tarball and I don't know if those are rebuild 
from source during build (ie. we have to rebuild them). If that's the case, 
from which source code ? Maybe, we'll have to provide a stripped upstream 
tarball for now.
Here is the list of binary blobs :
./dlight.nativeexecution/release/bin/nativeexecution/*/*
./ide/launcher/macosx/macosx_launcher.dmg
./ide/launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/objects.nib
./lib.profiler/release/lib/deployed/cvm/linux/*.so
./lib.profiler/release/lib/deployed/jdk16/*/libprofilerinterface*
./lib.terminalemulator/demosrc/nativeexecution.test/release/bin/ptysupport/*/ptysatellite
./lib.uihandler/test/unit/src/org/netbeans/lib/uihandlerserver/antons.gz
./nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.ncb
./nbi/infra/build/jvm/tools/unzipsfx/*/unzipsfx

2) There is also some binary blobs which seems to be used for unit testing. 
Seems unit test are not launched, maybe we can strip that from tarball too.
./autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/data/*.nbm
./autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/data/*.nbm
./lib.cvsclient/test/data/iz56710/binary.out
./profiler.oql/test/unit/src/org/netbeans/modules/profiler/oql/engine/api/impl/small_heap.bin
./subversion/test/qa-functional/data/repo_dump.gz

3) The J2EE tutorial source is under some binary *.fm files. Those files have 
a MakerFile 7.0 header. Does those files are used to generate some real 
resource in Debian package ? Do we have some tool in Debian to open those files 
? What's licence of thise J2EE Tutorial ?
./usersguide/tutorials/j2ee-tut/fm/*.fm
./usersguide/tutorials/j2ee-tut/fm/J2EE-NBTutorial.book

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#614424: ITP: landside -- tool to generate HTML5 slideshow from lightweight markup

2011-02-21 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: landside
  Version : 0.8.2
  Upstream Author : Adam Zapletal
* URL : https://github.com/adamzap/landslide
* License : Apache-2.0
  Programming Lang: Python
  Description : tool to generate HTML5 slideshow from lightweight markup

 Landside is a tool which can generates an HTML5 slideshow using lightweight
 markup as input.
 .
 You can write your slide contents easily using two syntaxes:
  * Markdown
  * ReStructuredText
 .
 This tool support CSS/JS theming, PDF export (using PrinceXML python library),
 embed images with Base64 (for stand-alone document) and fancy transitions.
 .
 Sample presentation is visible here : http://slides.html5rocks.com/.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110221215254.12632.86010.report...@gauloise.lan.drazzib.com



Bug#543907: Netbeans 6.9 and Dependencies Ready for Upload

2011-01-24 Thread Damien Raude-Morvan
Hi Andres,

Le lundi 24 janvier 2011 01:19:07, Andres Mejia a écrit :
 I'll have you know that I have finished up work on getting netbeans-6.9 and
 all needed dependencies ready for upload to Debian

Great work !
I'm really interrested into getting :
- updated Netbeans 6.9 package ready
- finally move from contrib to main

 felix-framework

I've just reviewed felix-framework.
I've commited some changes to felix-framework GIT repository like :

* Add myself as Uploaders.
* d/copyright: Update to DEP-5 r166 format.
* d/control: Drop Depends: ${shlib:Depends} as useless for Java package.
* d/control: Drop Depends: default-jre-headless | java2-runtime-headless
  as a Java library don't need to depends on runtime (Java Policy).
* d/control, d/rules: Use mh_clean and B-D on maven-repo-helper (= 1.1)

You might want to review others felix-* packages to replicate those changes
and to check packages synopsis / long descriptions to be more verbose (like 
Holger Levsen - and Lintian - suggested :) 

Regards,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#602499: ITP: flex-sdk -- The Adobe Flex SDK

2010-11-05 Thread Damien Raude-Morvan
[This time a full email...]

Hi Joey,

 On Fri, 05 Nov 2010 12:05:22 +0100, Joey Parrish
joey.parr...@gmail.com
 wrote:
 * Package name: flex-sdk
   Version : 4.1.0.16076
   Upstream Author : Adobe Systems Incorporated
 * URL :
 http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
 * License : MPL v1.1
   Programming Lang: Java
   Description : The Adobe Flex SDK

I don't know if it's your first Debian package but it will be a hard
one...

I've looked a bit a 3.3 release and found quite disapointed by many files
in Flex SVN
which had no-licence or were using some non-free licence. You'll have to
do a very carefull
review of every source file in tarball.

You'll find more information here :
http://ovirt.et.redhat.com/page/FlexSDK_RPM

You can also join Flash Packaging Team on Alioth to work in our common SVN
repository :
https://alioth.debian.org/projects/pkg-flash/

Cheers,
-- 
Damien



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/685dfbb76c8d85575cb866003a3d4...@drazzib.com



Bug#602499: ITP: flex-sdk -- The Adobe Flex SDK

2010-11-05 Thread Damien Raude-Morvan
Hi Joey,

On Fri, 05 Nov 2010 12:05:22 +0100, Joey Parrish joey.parr...@gmail.com
wrote:
 * Package name: flex-sdk
   Version : 4.1.0.16076
   Upstream Author : Adobe Systems Incorporated
 * URL :
 http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
 * License : MPL v1.1
   Programming Lang: Java
   Description : The Adobe Flex SDK

I don't know if it's your first Debian package but it will be a hard
one...

I've looked a bit a


-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/30208294cf59ff76b7d76e49118bd...@drazzib.com



Bug#543907: Netbeans 6.9

2010-10-12 Thread Damien Raude-Morvan
Hi henrich,

On Tue, 12 Oct 2010 13:48:38 +0900, Hideki Yamane henr...@debian.or.jp
wrote:
  When I worked for it, there's not appropriate jruby package.
  Now you can make it with updated jruby package (probably).

There is still some work to get JRuby included in debian/main.
See for exemple, #551618 and  #527977
But thanks to you and Torsten work is ongoing :)

  Feel free to do it, now I'm not working on this package.
  Go :)

It's not a short term task - I may start working on it shortly after
Squeeze release.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/03b08e79b2176a53811e4d3c4fbfa...@drazzib.com



Bug#543907: Netbeans 6.9

2010-10-04 Thread Damien Raude-Morvan
Hi,

I've just seen that Netbeans 6.9 [1] is now in Ubuntu 10.10.
I'm really interrested to help getting this package in Debian too.

Is there some missing bits or blocking issues ?

[1] https://launchpad.net/ubuntu/+source/netbeans

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5f3b3fa124c1e928114a26b32e76b...@drazzib.com



Bug#593385: RFP: libamazon-ec2-ruby -- ruby interface library that can be used to interact with the Amazon EC2 system

2010-08-17 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist

* Package name: libamazon-ec2-ruby
  Version : 0.9.15
  Upstream Author : Glenn Rempe  gl...@rempe.us
* URL : http://github.com/grempe/amazon-ec2
* License : Ruby License
  Programming Lang: Ruby
  Description : ruby interface library to interact with the Amazon EC2 
system

 Amazon Web Services offers a compute power on demand capability known as
 the Elastic Compute Cloud (EC2). The server resources in the cloud can be
 provisioned on demand by making HTTP Query API calls to EC2.
 .
 This 'amazon-ec2' Ruby Gem is an interface library that can be used to
 interact with the Amazon EC2 system and control server resources on demand
 from Ruby.


This packages is needed for OpenNebula packaging [1] effort.
As I'm not skilled in Ruby, if someone want to handle this RFP, please takeover 
!

[1] http://bugs.debian.org/500716



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100817191751.12527.39457.report...@gauloise.lan.drazzib.com



Bug#592218: Bug #592218 : RFP: maven3 -- Java software project management and comprehension tool

2010-08-17 Thread Damien Raude-Morvan
Hi Matthias,

Maven 3.x is still in beta stage [1] and Debian Squeeze 6.0 is now frozen so 
it may not be a high priority package.

If someone have enough time to package this (ie. based on maven2 package + all 
new runtime dependencies), maybe we can upload it to experimental archive.

[1] http://maven.apache.org/download.html
[2] http://lists.debian.org/debian-announce/2010/msg9.html

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.


Bug#500716: Status of ITP: opennebula

2010-08-01 Thread Damien Raude-Morvan
Hi Soren,

Three months later, I finally found some time to work on Debian opennebula 
ITP...

I've updated packaging regarding latest Debian Policy, reviewed copyright file 
and merged/removed patches for new 1.4 release. I haven't had time to do 
extensive testing but, all in all, package seems fine.

What's missing before upload to unstable/experimental ?
- add README.Debian with detailled HOWTO-run-opennebula-package
- maybe disable EC2 interface until ruby AWS is packaged in Debian (econe-* 
commands)
- fix missing manpages
- extensive testing

My current packaging work [1] is hosted on Alioth Collab Maint repository [2]. 
If you are interrested, you can request an account and work with me on this.
If not, maybe I can set myself to Maintainer field.

[1] http://git.debian.org/?p=collab-maint/opennebula.git
[2] http://wiki.debian.org/Alioth/PackagingProject

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#589758: ITP: antelope -- graphical user interface for Ant

2010-07-20 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: antelope
  Version : 3.5.1
  Upstream Author : Dale Anson dan...@tigris.org
* URL : http://antelope.tigris.org/
* License : Apache-1.1
  Programming Lang: Java
  Description : graphical user interface for Ant

 Antelope is a graphical user interface for running Ant. 
 .
 It can run as a stand-alone GUI application and as a plugin to jedit.
 .
 Antelope Project also provides a set of additional tasks that provide
 functionality not found in the standard tasks distributed with Ant.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100720190308.19002.55182.report...@gauloise.lan.drazzib.com



Bug#589450: RFP: jackrabbit -- Content Repository for Java (WebDAV, RMI and Web)

2010-07-17 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist

* Package name: jackrabbit
  Version : 2.1.0
  Upstream Author : Apache Software Foundation
* URL : http://jackrabbit.apache.org/
* License : Apache-2.0
  Programming Lang: Java
  Description : Content Repository for Java (WebDAV, RMI and Web)

  Apache Jackrabbit is a fully conforming implementation of the Content
  Repository for Java Technology API.
  .
  JCR 2.0 aka JSR 293 http://jcp.org/en/jsr/summary?id=283
  .
  A content repository is a hierarchical content store with support for
  structured and unstructured content, full text search, versioning,
  transactions, observation, and more.
  .
  Jackrabbit provide :
   - a JCR server
   - a WebDAV access layer
   - a simple Web application for browsing/uploading
   - a clustering toolkit

Jackrabbit is also used a component in other products to embed a JCR.
For example, Liferay Portal (ITP: #569819) used it.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100717210203.24279.50698.report...@gauloise.lan.drazzib.com



Bug#575877: libspring-java: Status Update

2010-07-14 Thread Damien Raude-Morvan
Hi Miguel,

  I already tested libspring-webflow-2.0-java with Hibernate 3.5
  and I didn't notice any issues. I could help testing with a couple
  of more packages.
 
 I rebuilt those packages with libhibernate3-java (= 3.5) and
 I found this:
 
 * Packages that build without modification:
 ehcache
 oscache
 libhibernate-validator-java
 jasperreports
 libspring-webflow-2.0-java
 
 * Packages that build with simple modification:
 libspring-2.5-java (just B-D on libhibernate3-java (= 3.5) and drop
 libhibernate-entitymanager-java).
 
 * Packages that FTBFS but with few errors and seem easy to fix:
 jbossas4
 libhibernate-entitymanager-java (however, libhibernate3-java 3.5.x is
 including hibernate-entitymanager.jar).
 eucalyptus
 
 * Packages that FTBFS with many errors and don't seem easy to fix:
 libhibernate-annotations-java

AFAIK, libhibernate-entitymanager-java and libhibernate-annotations-java are 
now included in Hibernate = 3.5.

libhibernate3-java: /usr/share/java/hibernate-entitymanager-3.5.2-Final.jar
libhibernate3-java: /usr/share/java/hibernate-annotations-3.5.2-Final.jar

 Probably this is a little bit off-topic in this bug report, but
 I think it is good idea to document this somewhere.

I'll open a bug report Hibernate 3.5 for Squeeze for libhibernate3-java.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#575877: libspring-java: Status Update

2010-07-05 Thread Damien Raude-Morvan
Hi Miguel,

 Today I was able to build libspring-java with what is
 available in Debian. I committed a couple of patches to fix
 the build (related with JRuby and JPA 2.0).

I've removed glassfish-jpa from build-classpath (embed JPA 1.0 API - instead of 
JPA 2.0 provided by geronimo).

 Also I committed a small fix for spring-build and regarding
 castor, it is awaiting for sponsoring (Torsten was reviewing
 it).

OK, fine.

[...]
 
 * Why the ITP bug for spring-build is blocked by
 libspring-java? spring-build should block libspring-java,
 isn't? Or am I wrong here? I think this package is ready, at
 least it is working for me.

I've made a mistake here. block by relationship should be reversed.

spring-build as some huge blocking issue for now : their is no copyright 
assignement and/or licence in source package. If you have time, you should try 
to contact SpringSource (via mail and/or JIRA) about this issue.

 * libhibernate3-java (= 3.5) is meant to be released with squeeze?
 I didn't notice this dependency until very recently.

I hope we can release with libhibernate3-java 3.5.x but many packages have to 
be tested before we can do that.
Regarding reverse Build-Depends, we have :
---
ehcache  
libspring-2.5-java  
libhibernate-annotations-java  
eucalyptus  
oscache  
jbossas4  
libhibernate-entitymanager-java  
libhibernate-validator-java  
jasperreports  
libspring-webflow-2.0-java  
---

 * Probably depending on the previous question, do you think
 libspring-java could be uploaded to unstable soon and be
 included in squeeze?

I don't think we can release libspring-java with Squeeze until we manage to 
migrate libhibernate 3.5 to unstable (I don't want to many big patch applied 
to source like I did for Spring 2.5 : we should no drift to much regarding 
upstream dependencies)

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#586523: ITP: spring-build -- Ant tasks and snippets to build SpringSource software

2010-06-20 Thread Damien Raude-Morvan
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: spring-build
  Version : 2.5.1
  Upstream Author : SpringSource Inc.
* URL : 
https://src.springframework.org/svn/spring-build/tags/project-build-2.5.1/
* License : Apache-2.0
  Programming Lang: Java, Ant XML
  Description : Ant tasks and snippets to build SpringSource software

 SpringSource projects are built using a combination of Ant and Ivy that is 
refered
 to simply as 'Spring Build'.
 .
 This package contains small Ant scripts snippets for Spring Build module.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100620100445.31693.95315.report...@gauloise.lan.drazzib.com



Bug#575877: libspring-java: Status Update

2010-06-20 Thread Damien Raude-Morvan
Hi Miguel,

I've commited my initial libspring-java package [1] for Spring Framework 3.x 
using all packages you have worked on (thank you, BTW :).
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspring-java/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspring-java/

To build this package, you'll need spring-build-scripts package (a collection 
of Ant tasks + Ant XML scripts) :
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/spring-build/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/spring-build/

Free free to comment on my initial work and maybe add yourself as Uploaders if 
you want to work as co-maintainer.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581844: RFP: geronimo-validation-1.0-spec -- Geronimo JSR-303 Bean Validation Spec API

2010-05-16 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: geronimo-validation-1.0-spec
  Version : 1.1
  Upstream Author : Apache Software Foundation
* URL : 
http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-
validation_1.0_spec-1.1/
* License : Apache-2.0
  Programming Lang: Java
  Description : Geronimo JSR-303 Bean Validation Spec API

 Apache Geronimo implementation of the JSR-303 Bean Validation Spec API.
 .
 JSR 303 defines a metadata model and API for JavaBean validation.
 The default metadata source is annotations, with the ability to override and
 extend the meta-data through the use of XML validation descriptors. The
 API is not tied to a specific application tier or programming model.
 .
 It is specifically not tied to either the web tier or the persistence tier,
 and is available for both server-side application programming,
 as well as rich client Swing application developer.
 .
 This package contains only API of JSR-303 spec. Hibernate Validator is the
 reference implementation of this spec.

This library is needed to package Spring Framework 3.0 and Hibernate Validator 
4.x.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581855: RFP: openjpa -- Apache JPA specification implementation

2010-05-16 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: openjpa
  Version : 2.0.0
  Upstream Author : Apache Software Foundation
* URL : http://openjpa.apache.org/
* License : Apache-2.0
  Programming Lang: Java
  Description : Apache JPA specification implementation

 OpenJPA is an implementation of the Java Persistence API specification.
 .
 It is an object-relational mapping (ORM) solution for the Java language,
 which simplifies storing objects in databases.
 .
 OpenJPA passes the JPA 2.0 TCK, while remaining backwards compatible
 with prior releases based on the Java Persistence API (JPA 1.0 - JSR-220).

This package is needed to package Spring Framework 3.0.
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581862: RFP: castor -- Data binding framework for Java (XML, Objects, DB)

2010-05-16 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: castor
  Version : 1.3.1 
  Upstream Author : ExoLab Group, Intalio Inc., and Contributors
* URL : http://www.castor.org/
* License : Apache-2.0 / BSD
  Programming Lang: Java
  Description : Data binding framework for Java (XML, Objects, DB)

 Castor is a data binding framework for Java. It's the shortest path between
 Java objects, XML documents and relational tables.
 .
 Castor XML is an XML data binding framework. Unlike the two main XML APIs,
 DOM (Document Object Model) and SAX (Simple API for XML) which deal with
 the structure of an XML document, Castor enables you to deal with the
 data defined in an XML document through an object model which represents
 that data.
 .
 Castor XML can be compared to XMLBeans framework.
 .
 Castor JDO is an Object-Relational Mapping and Data-Binding Framework.
 Castor can map relational database data into Java Data Object based
 on user-defined mapping schema. In the other point-of-view,
 it provides java data objects a persistence layer

This package is needed to package Spring Framework 3.0.
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581861: RFP: eclipselink -- Eclipse Persistence Services Project

2010-05-16 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: eclipselink
  Version : 2.0.2
  Upstream Author : Eclipse Foundation
* URL : http://www.eclipse.org/eclipselink/
* License : Eclipse Public License and the Eclipse Distribution 
Licensed (BSD)
  Programming Lang: Java
  Description : Eclipse Persistence Services Project

 Eclipse Persistence Services Project, more commonly known as EclipseLink,
 is a Java comprehensive persistence solution.
 .
 EclipseLink was started by a donation of the full source code and
 test suites of Oracle's TopLink product.
 .
 EclipseLink's services currently include object-relational with JPA,
 object-XML binding in MOXy (with support for JAXB), and
 a Service Data Objects (SDO) implementation sharing a
 common mapping core.

This package is needed to package Spring Framework 3.0.
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#575877: RFP: libspring-3.0-java -- modular Java/J2EE application framework

2010-05-16 Thread Damien Raude-Morvan
Hi Miguel,

 Do you have any ETA with this package?

Sadly, I won't have enough time to work on this package right now.
I've already a rought local package libspring-java which currently FTBFS 
because of missing Build-Depends.

 Do you have a list with what is needed to be packaged?
 I would like to collaborate if needed.

I've listed all needed dependencies as blocker for current ITP :
 - #581861: RFP: eclipselink -- Eclipse Persistence Services Project
 - #581769: RFP: hessian -- Java library for binary web service protocol
 - #581767: RFP: rome -- Java library to handle Atom feed
 - #581844: RFP: geronimo-validation-1.0-spec -- Geronimo JSR-303 Bean 
Validation Spec API
 - #581855: RFP: openjpa -- Apache JPA specification implementation
 - #581862: RFP: castor -- Data binding framework for Java (XML, Objects, DB)
 - #581768: RFP: atinject-jsr330 -- Java API for JSR-330 Dependency Injection

Feel free to take care of some of them if you have some free time.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581769: RFP: hessian -- Java library for binary web service protocol

2010-05-15 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: hessian
  Version : 4.0.6
  Upstream Author : Caucho Technology
* URL : http://hessian.caucho.com/
* License : Apache-1.1
  Programming Lang: Java
  Description : Java library for binary web service protocol

 Hessian is a compact binary protocol for connecting web services.
 .
 This package contains Java implementation of client and server side
 of the Hessian protocol.
 .
 Full protocol specification can be read here:
 http://hessian.caucho.com/doc/hessian-serialization.html

This library is needed to package Spring Framework 3.0.

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581768: RFP: atinject-jsr330 -- Java API for JSR-330 Dependency Injection

2010-05-15 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: atinject-jsr330
  Version : 1.0
  Upstream Author : The JSR-330 Expert Group
* URL : http://code.google.com/p/atinject/
* License : Apache-2.0
  Programming Lang: Java
  Description : Java API for JSR-330 Dependency Injection

 AtInject is the Java API build by the JSR-330 Expert Group:
 http://jcp.org/en/jsr/detail?id=330
 .
 It's a set of API aiming to standardize an extensible
 dependency injection paradigm, as those provided by
 Guice, Spring or Plexus projects.

This API is needed to package Spring Framework 3.0.
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#581767: RFP: rome -- Java library to handle Atom feed

2010-05-15 Thread Damien Raude-Morvan
X-Debbugs-Cc: debian-j...@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Damien Raude-Morvan draz...@debian.org

* Package name: rome
  Version : 1.0
  Upstream Author : Sun Microsystem
* URL : https://rome.dev.java.net/
* License : Apache-2.0
  Programming Lang: Java
  Description : Java library to handle Atom feed

 ROME is an set of open source Java tools for parsing, generating
 and publishing RSS and Atom feeds.
 .
 You can parse to an RSS object model, an Atom object model or an
 abstract SyndFeed model that can model either family of formats

This library is needed to package Spring Framework 3.0 and Liferay Portal.
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#567779: RFP: xuggler

2010-04-26 Thread Damien Raude-Morvan
retitle 567779 RFP: xuggler -- Java library to modify and compress any media 
file
thanks

I won't have enough time to work on this package any time soon, so feel free 
to takeover this bug.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#500716: Status of ITP: opennebula

2010-04-13 Thread Damien Raude-Morvan
Hi,

I'm looking for status of Debian OpenNebula packaging effort.
- Is there an $VCS somewhere with current Debian package ?
- Is https://launchpad.net/opennebula dead ? (no upload since 2009-10-27)

I would like to give a hand.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#567777: UIMAJ

2010-04-08 Thread Damien Raude-Morvan
On Thu, 8 Apr 2010 00:18:18 -0500, Pablo Duboue pablo.dub...@gmail.com
wrote:
 Hi Damien,

Hi Pablo,

 Any progress with UIMAJ? 

Yes, I've made nice progress in previous week !
If you want to help, you can get debian/ from pkg-java SVN repository (svn
[1] or http [2]).
Then, you can use debian/rules get-orig-source to build orig.tar.gz.

 Let me know if you need help. I work with upstream.

I've worked a bit with Fabien Poulard [3] to understand internals of
UIMA-J.
But it's great if you are skilled with UIMA and/or have real uses cases
for Debian package.

My current roadmap is in debian/TODO [4]
Main items, before releasing :
- Chose how we deploy XML components descriptors / PEAR components
  * PEAR components inside /usr/share/uima/components/ ?
+ allow /usr/local/share/uima/components/ and
$HOME/.uima/components/ as alternative install dirs
for components
  * Install essentials descriptors (Regexp*.xml) inside uima-examples
others inside uima-docs as samples
- Update manpages
- Do final full source code review for copyright / licence

If you want to help, update debian/TODO and add your name before item
you'd takeover.

[1] svn://svn.debian.org/svn/pkg-java/trunk/uimaj/
[2] http://svn.debian.org/viewsvn/pkg-java/trunk/uimaj/
[3] http://www.fabienpoulard.info/index.php?tag/uima
[4]
http://svn.debian.org/viewsvn/pkg-java/trunk/uimaj/debian/TODO?revision=HEADview=markup

Regards,
-- 
Damien



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/f4cbf1eb6b1303c5a836c2cad2c22...@drazzib.com



Bug#575850: RFS: libspring-webflow-2.0-java

2010-04-06 Thread Damien Raude-Morvan
Hi Miguel,

Le jeudi 01 avril 2010 02:09:47, Miguel Landaeta a écrit :
 I uploaded a new version to mentors and pushed the changes to the git repo.
 Let me know if more changes are needed.
 Cheers,
 
 - URL:
  http://mentors.debian.net/debian/pool/main/l/libspring-webflow-2.0-java -
  Source repository: deb-src http://mentors.debian.net/debian unstable main
  contrib non-free
 - dget
  http://mentors.debian.net/debian/pool/main/l/libspring-webflow-2.0-java/li
 bspring-webflow-2.0-java_2.0.8.RELEASE-1.dsc - Vcs-Git:
  git://git.debian.org/pkg-java/libspring-webflow-2.0-java.git

I've uploaded your last mentors upload as is.
Remember to tag this release in your Git VCS.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#575850: RFS: libspring-webflow-2.0-java

2010-03-31 Thread Damien Raude-Morvan
Hi Miguel,

Here we go for libspring-webflow-2.0-java review :

- debian/patches/02_fix_compilation.diff
You should try to forward your patch upstream (maybe they'll be please to 
deliver you a parser compliant with OGNL version in debian)

- debian/README.Debian-source
Should be renamed to debian/README.source (as per Debian Policy § 4.14)

- debian/control:
  * libspring-js-2.0-java short description seems a bit too generic 
Javascript abstraction framework. What about server-side Javascript 
abstraction framework ?
  * libspring-webflow-2.0-java:
  junit seems removable
  libhibernate3-java is twice + should be Recommends
  ...

- projects/spring-js/src/main/resources/META-INF/dojo/
Seems already available inside libjs-dojo-core package
1) you can of course ship it inside original tarball (after all it's DFSG-
compliant)
2) you should try to use existing JS and don't embedded it in JAR file. I 
don't exactly know how Spring.js can handle this :/ As a general guideline, we 
should try to avoid embedded code copies.
Same apply for META-INF/dijix/ (in libjs-dojo-dijix package)

- notice.txt (install)
There is no need to install this file as we already ship it in source form 
(orig tarball) and copyright notice are provided by copyright file in each 
binary package (compliant with Apache License 2.0 §4d)

- readme.txt
Debhelper already take care of changelog.txt, but maybe you should install 
readme.txt too ?

- docs/spring-webflow-reference/
As you already strip Javadoc from source package, you may want to remove all 
this. (As you may know, docbook source is here : projects/spring-webflow-
reference/)

Embedded code copies is the only blocking issue for me to upload your package. 
Can you provide me some feedback about this ?

Cheers,
-- 
Damien Raude-Morvan - http://www.damien-raude-morvan.com/


signature.asc
Description: This is a digitally signed message part.


  1   2   >