Re: Stretch Roadmap

2015-04-25 Thread tony mancill
On 04/24/2015 06:19 AM, Miguel Landaeta wrote:
> On Fri, Apr 24, 2015 at 01:36:05PM +0200, Markus Koschany wrote:
>>
>> my personal goals for Stretch are:
>>

Good idea to start discussing things now.
These are a bit off the top of my head, but here goes...

* try to sort out multiarch with respect to -jni packages

Currently we're not consistent about what gets installed where.  I
think this will take the form of a Java policy recommendation + a
lintian check.

* look at jar-wrappers and determine whether it's even needed with jexec
* keep java-wrappers up to date and in sync with java-common
* get gluegen2 updated to 2.3.x; update jogl2 as well if needed
* countless other package updates to keep us current

And more generally (not related to Stretch):

* improve/create wiki documentation for team packaging and processes
* recruit even more great contributors and developers to the team

Cheers,
tony

P.S.  Jessie will be released Really Soon Now.  I'd like to take a
moment to reflect upon all of the team effort that went into making this
happen and say "Thanks!"



signature.asc
Description: OpenPGP digital signature


Re: wheezy update of httpcomponents-client

2015-04-25 Thread Markus Koschany
On 18.04.2015 21:38, Miguel Landaeta wrote:
> On Sat, Apr 18, 2015 at 09:03:42PM +0200, Markus Koschany wrote:
>>
>> [...] 
>>
>> I have just filed the bug report. The bug number is
>> https://bugs.debian.org/782848.
> 
> Great, let's wait for their answer before uploading.
> 

We've just got the go-ahead from Adam.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782848#10



signature.asc
Description: OpenPGP digital signature


Re: Stretch Roadmap

2015-04-25 Thread gregor herrmann
On Sat, 25 Apr 2015 08:59:27 -0700, tony mancill wrote:

> P.S.  Jessie will be released Really Soon Now.  I'd like to take a
> moment to reflect upon all of the team effort that went into making this
> happen and say "Thanks!"

From my point of view of a relative outsider (just co-maintaing a
handful of fringe libraries) I'd like to join Tony and I can add that
I'm very impressed both by the huge amount of work and the
cooperative atmosphere in the Java team in the last years.

Keep up the good work!

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   


signature.asc
Description: Digital Signature


Re: wheezy update of httpcomponents-client

2015-04-25 Thread Miguel Landaeta
On Sat, Apr 25, 2015 at 06:46:13PM +0200, Markus Koschany wrote:
> 
> We've just got the go-ahead from Adam.
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782848#10
> 

Great, I'll upload it tonight.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche


signature.asc
Description: Digital signature


Re: wheezy update of httpcomponents-client

2015-04-25 Thread Miguel Landaeta
On Sat, Apr 25, 2015 at 06:23:42PM -0300, Miguel Landaeta wrote:
> On Sat, Apr 25, 2015 at 06:46:13PM +0200, Markus Koschany wrote:
> > 
> > We've just got the go-ahead from Adam.
> > 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782848#10
> > 
> 
> Great, I'll upload it tonight.

Uploaded.

Thank you very much for preparing this upload.

Cheers,

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche


signature.asc
Description: Digital signature


Help with Java package needed

2015-04-25 Thread Andreas Tille
Hi,

I intent to package mauve[1] and prepared the package in Git[2].  I was
able to get rid of several JARs upstream included but it seems now it
starts to become tricky enough that I need some help.

The Mauve download contains ext/zeus-jscl.jar.  The source of this is
available here[3] and I think I was able to create a proper package of
this in pkg-java Git[4].

However, if I try to build Mauve which was working before changing the
location of zaus-jscl.jar in build.xml I get:


compile:
[mkdir] Created dir: 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/bin
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/build.xml:96: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 202 source files to 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/bin
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:17:
 error: incompatible types
[javac] console = JConsole.getConsole ();
[javac]   ^
[javac]   required: JConsole
[javac]   found:JConsolePane
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:22:
 error: cannot find symbol
[javac] console.startConsole ();
[javac]^
[javac]   symbol:   method startConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:24:
 error: cannot find symbol
[javac] console.stopConsole ();
[javac]^
[javac]   symbol:   method stopConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:33:
 error: cannot find symbol
[javac] console.showConsole ();
[javac]^
[javac]   symbol:   method showConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:39:
 error: cannot find symbol
[javac] console.showConsole ();
[javac]^
[javac]   symbol:   method showConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/gui/MauveFrame.java:500:
 error: incompatible types
[javac] JConsole console = JConsole.getConsole();
[javac]   ^
[javac]   required: JConsole
[javac]   found:JConsolePane
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/gui/MauveFrame.java:501:
 error: cannot find symbol
[javac] console.showConsole();
[javac]^
[javac]   symbol:   method showConsole()
[javac]   location: variable console of type JConsole
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 7 errors


I have no idea what might went wrong here.  Any idea?

Kind regards

  Andreas.


[1] http://darlinglab.org/mauve/
[2] git://anonscm.debian.org/debian-med/mauve.git
[3] http://sourceforge.net/projects/zeus-jscl/
[4] git://anonscm.debian.org/pkg-java/libzeus-jscl-java.git

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150426052059.ga28...@an3as.eu



Packaging fest-swing and its dependencies

2015-04-25 Thread Andreas Tille
Hi,

the Debian Med team is packaging spread-phy[1].  Since the latest
upgrade a new dependency fest-swing[2] is needed.  I realised that
fest-swing in turn needs fest-reflect[3] and commited my try to package
this to pkg-java Git[4].  Unfortunately it does not build.  My attempt
to create the package simply based on the example of fest-assert since I
had trouble with mh_make which I was not able to work around.

Any help to get this package building would be welcome.

Kind regards

Andreas.

PS: Please CC me since I'm not subscribed to this list.

[1] https://github.com/phylogeography/SPREAD
[2] https://github.com/alexruiz/fest-swing-1.x
[3] https://github.com/alexruiz/fest-reflect/
[4] git://anonscm.debian.org/pkg-java/fest-reflect.git

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150426055709.gb28...@an3as.eu