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

Re: Bug#507529: ITP: bauble -- Bauble is a biodiversity collection manager software application



Le mardi 16 décembre 2008 à 02:54 +0900, Charles Plessy a écrit :
> Le Tue, Dec 16, 2008 at 02:34:54AM +0900, Charles Plessy a écrit :
> > Le Mon, Dec 15, 2008 at 02:05:09PM -0200, Felipe Figueiredo a écrit :
> > > On Wednesday 03 December 2008 01:59:01 Charles Plessy wrote:
> > > > Le Wed, Dec 03, 2008 at 01:16:25AM -0200, Felipe Figueiredo a écrit :
> > > > > Are there any plans to also package Dotur?
> > > > >
> > > > > http://schloss.micro.umass.edu/software/dotur.html
> > > >
> > > > Hi Felipe,
> > > >
> > > > we can provide guidance to you or any person interested in packaging Dotur.
> > > > This looks very straightforward and would be an ideal task for a beginner.
> > > >
> > > 
> > > Ok, so what should I start reading for now in order to do this?
> > 
> > While our group policy is not the best thing to start with, it contains
> > pointers to good readings:
> > 
> > http://svn.debian.org/wsvn/debian-med/trunk/community/website/docs/policy.xml?op=file&rev=0&sc=0
> > 
> > (sorry the html version is not refreshed automatically)
> > 
> > The <ulink url="http://www.debian.org/doc/debian-policy/";>Debian Policy</ulink>: packages must conform to it.
> > The <ulink url="http://www.debian.org/doc/developers-reference/";>Developpers Reference</ulink>: details best packaging practices.
> > The <ulink url="http://www.debian.org/doc/maint-guide/";>New Maintainer's Guide</ulink>: puts a bit of the two above in practice.
> > The <ulink url="http://debian-med.alioth.debian.org/docs/policy.html";>Debian Med Policy</ulink> (this document): explains how the work is organised in our team.
> > 
> 
> Sorry for the poor quality answer: I am completely short on time and leave for
> vacations soon. I did not even realise I was wrong with the group !
Get some rest ;)

I guess this policy is more appropriate here:
http://debian-science.alioth.debian.org/debian-science-policy.html

About this package, it should be pretty easy but you will have to patch
it to compile with g++ 4.3... some includes are missing, patch
attached).

Sylvestre

diff -u DOTUR-1.53.orig/otu.h DOTUR-1.53/otu.h
--- DOTUR-1.53.orig/otu.h	2005-11-25 21:08:43.000000000 +0100
+++ DOTUR-1.53/otu.h	2008-12-17 14:15:59.000000000 +0100
@@ -6,6 +6,9 @@
 #include <sstream>
 #include <list>
 #include <cmath>
+#include <stdlib.h>
+#include <string.h>
+#include <algorithm>
 
 class DistanceMatrix {
 public:
Seulement dans DOTUR-1.53: plop

Reply to: