[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#436792: anybody still interested in packaging ganttproject?



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?= <agx@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.glaser@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


Reply to: