Mail to Mickaël Canévet who served as contact to Debian GNU bounced [Was: Situs in Debian]

2013-10-25 Thread Andreas Tille
Hello,

in Spring 2012 ESRF organised an event called "Debian for Scientific
Facilities Days"[1] in Grenoble.  This event was also joined by members
of embl.fr namely Mickaël Canévet (perhaps others).  Mickaël was
actively working together with the Debian Med team to inject Free
Software that is used at EMBL straight into Debian.  He has made some
progress with Situs but since some point in time we have not heard from
him any more.  Last week I tried to contact him but his mail address
bounced - so I guess he has left EMBL.

I would like to try to re-establish the fruitfull connection (as we also
maintain to other institutions) to find a way to help you making Debian
even better for your purpose than it might hopefully be the case today.
There is a really nice opportunity to meet Debian Med developers in
person because we will have our yearly Sprint meeting in end of January
next year in Aberdeen.[2]  This meetings have some tradition[3] in our
small community and leaded to the effect that our community was
developing way better than before.  We would like to invite you to
become part of this development so if at least one of your developers
would like to join this could really be in the interest of both parties.

Kind regards

  Andreas.


[1] 
http://www.esrf.eu/events/conferences/debian-for-scientific-facilities-days-1
[2] https://wiki.debian.org/DebianMed/Meeting/Aberdeen2014
[3] https://wiki.debian.org/DebianMed/Meeting

- Forwarded message from Andreas Tille  -

Date: Thu, 17 Oct 2013 16:19:56 +0200
From: Andreas Tille 
To: Mickaël Canévet 
Cc: debian-med@lists.debian.org
Subject: Re: Situs in Debian

Hi Mickaël,

I leave the full quote below because it was a long time ago when you
wrote the last time to Debian Med list.  Did you got any response?
Do you have some preliminary packaging code for situs we might help
you somehow with?  Do you managed to package other software on EMBL
in Grenoble?

Please be so kind to give some status report

 Andreas.

On Tue, Jul 17, 2012 at 09:24:32AM +0200, Mickaël Canévet wrote:
> Hello,
> 
> I'm writing you on behalf of the Debian Med project[1] which is a
> subproject of the Debian distribution targeting at making Debian the
> best distribution for medical care and bioinformatic research. I am
> interested in building an official Debian package of Situs. To do so, I
> had to do some adaptations to "debianize" it:
> 
> - I fixed the install path so that it installs in $(DESTDIR)/usr/bin as
> expected by Debian (fix_install_path.patch)[2].
> 
> - I fixed the clean and veryclean targets (fix_clean_targets.patch)
> because the clean target should work in any case and your one does not
> if you don't have launch a 'make all' first and the veryclean target
> deletes files included in the archive (binaries) and should not.
>   Anyway, could you ship without any pre-compiled binaries to simplify
> this (you could possibly provide these in separate downloadable
> tarball) ?
> 
> - I had to patch Makefile to link towards libfftw provided by the system
> instead of the one you provides (fix_libfftw_link.patch).
>   I think it would be great if you would at least provide a simple
> method (variable you could pass to make to simply ignore the convenience
> copy of the libfftw library). It would even be better to make it the
> default to use system libraries if these are found. Or even don't
> provide the libfftw at all and specify the requirement in the
> installation doc.
> 
> Also, to download the source I ended up with some download page[3]. I
> know that there might be reasons for you to control the number of
> downloads but this on one hand disables our tools[4] to reasonably
> detect new version numbers and on the other hand a packaging for Debian
> means that the source tarball will be available on a different place
> than yours. The reward we could give is real user numbers via popcon[5]
> results.
> 
> Thanks in advance for any help and feel free to ask back for any
> clarification if needed.
> 
> Mickaël Canévet
> 
> [1] http://www.debian.org/devel/debian-med
> [2] http://www.gnu.org/prep/standards/html_node/DESTDIR.html
> [3] http://situs.biomachina.org/freg1.html
> [4] http://wiki.debian.org/debian/watch/
> [5] http://popcon.debian.org/

> Description: Fix clean and veryclean target.
> Author: Mickaël Canévet 
> Forwarded: no
> Last-update: 2012-07-16
> --- a/src/Makefile
> +++ b/src/Makefile
> @@ -171,11 +171,10 @@
>  
>  clean:
>   $(RM) $(OBJ_FILES)
> - $(MV) $(SITUS_EXEC) $(BIN_DIR)
> + $(RM) $(SITUS_EXEC)
>  
>  veryclean:
>   $(RM) $(OBJ_FILES)  
> - $(CD) $(BIN_DIR) && $(RM) $(SITUS_EXEC)
>  
>  .c.o:
>   $(CC) $(CFLAGS) $(SMP) $(OMP) -c $(SRC_DIR)/$<

> Description: Use $(DESTDIR)/usr/bin as install path instead of ../bin
> Author: Mickaël Canévet 
> Forwarded: no
> Last-update: 2012-07-16
> --- a/src/Makefile
> +++ b/src/Makefile
> @@ -3,7 +3,7 @@
>  #
>  
>  SRC_DIR  = .
> -BIN_DIR = ../bin
> +BIN_DIR =

Re: [fis-gtm] ready for upload - needs sponsor

2013-10-25 Thread Laurent Parenteau
Hi Andreas,

I would be happy to test it in advance.  Let me know where you upload it
and I'll grab it.

Thanks,
Laurent


On Wed, Oct 23, 2013 at 2:38 AM, Andreas Tille  wrote:

> Hi Laurent,
>
> On Tue, Oct 22, 2013 at 05:22:40PM -0400, Laurent Parenteau wrote:
> > Is there any (automated) ways to be notified once the package will be
> > available in unstable?
>
> Besided the answer Dominique has given I could easily upload the
> packages to some web space where you can download and test in advance.
> Just ask me to do so.
>
> Kind regards
>
> Andreas.
>
> --
> http://fam-tille.de
>
>
> --
> To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/20131023063857.gb3...@an3as.eu
>
>