Bug#436792: anybody still interested in packaging ganttproject?

2009-07-22 Thread Thorsten Glaser
On Fri, 17 Jul 2009, Guido Günther wrote:

 first of all thanks for the work done so far

;)

 Looking at your source
 package it seems to contain jar files that need to be replace by
 dependencies already in debian

Yes, that was the consensus. I merely took the packaging which was
already available and fixed it. I also tried to fix the file asso-
ciation *.gan (click in Konqueror to open it with Gantt-Project),
but failed in that task. I then finished the work, since there are
other people for both Debian and *buntu who wanted to pick it up.

 Is anybody working on this at the moment?

No, because I did this for $workplace, where priority was to get
it packaged, not to get it out of non-free. Sorry. Besides, I’ve
got few Java™ experience, so I’m the wrong person for continuing
to maintain that.

I hope someone else will pick the pieces up though.

bye,
//mirabilos
-- 
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH
Geschäftsführer: Boris Esser, Elmar Geese
HRB AG Bonn 5168 - Ust-ID: DE122264941
http://www.tarent.com/

Heilsbachstr. 24, 53123 Bonn,   fon +49 228 52675-0,   fax +49 228 52675-25
Weigandufer 45,   12059 Berlin, fon +49 30 5682943-30, fax +49 228 52675-25
Schützenstr. 18,  10117 Berlin, fon +49 30 27594853,   fax +49 30 78709617



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#436792: anybody still interested in packaging ganttproject?

2009-07-22 Thread Guido Günther
On Wed, Jul 22, 2009 at 11:39:58AM +0200, Thorsten Glaser wrote:
 On Fri, 17 Jul 2009, Guido Günther wrote:
 
  first of all thanks for the work done so far
 
 ;)
 
  Looking at your source
  package it seems to contain jar files that need to be replace by
  dependencies already in debian
 
 Yes, that was the consensus. I merely took the packaging which was
 already available and fixed it. I also tried to fix the file asso-
 ciation *.gan (click in Konqueror to open it with Gantt-Project),
 but failed in that task. I then finished the work, since there are
 other people for both Debian and *buntu who wanted to pick it up.
 
  Is anybody working on this at the moment?
 
 No, because I did this for $workplace, where priority was to get
 it packaged, not to get it out of non-free. Sorry. Besides, I’ve
 got few Java™ experience, so I’m the wrong person for continuing
 to maintain that.
 
 I hope someone else will pick the pieces up though.
I hope to get around to it. Thanks for the update!
 -- Guido



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#436792: anybody still interested in packaging ganttproject?

2009-07-17 Thread Guido Günther
Hi Thorsten,
first of all thanks for the work done so far. Looking at your source
package it seems to contain jar files that need to be replace by
dependencies already in debian (like jakarata slide) since we can't ship
the jars without source.
So the next step would be to go through the necessary dependencies, look
what's already in Debian and package what's missing.

Is anybody working on this at the moment?

Attached is a patch that prefers openjdk over sun's JDK/JRE for building and
so we can get rid of the non-free (build-)dep.
Cheers,
 -- Guido
From c8bacd9b99c6496bfb427dbfc93786fe8ba10ff7 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Guido=20G=C3=BCnther?= a...@sigxcpu.org
Date: Fri, 17 Jul 2009 14:45:08 +0200
Subject: [PATCH] allow to build/run with openjdk

---
 debian/control |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 397bb12..fa92f03 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: non-free/misc
 Priority: extra
 Maintainer: Thorsten Glaser t.gla...@tarent.de
 Build-Depends: debhelper (= 6), dpatch
-Build-Depends-Indep: sun-java5-jdk | sun-java6-jdk, unzip
+Build-Depends-Indep: openjdk-6-sdk | java5-sdk, unzip
 Standards-Version: 3.8.0
 Homepage: http://ganttproject.biz/
 
@@ -13,7 +13,7 @@ Package: ganttproject
 Architecture: all
 Section: misc
 Priority: extra
-Depends: sun-java5-jre | sun-java6-jre
+Depends: openjdk-6-jre | java5-runtime
 Description: tool for creating a project schedule
  GanttProject is a tool for creating a project schedule
  by means of Gantt chart and resource load chart.
-- 
1.6.3.3