On 06/07/2010 05:10 PM, Yaroslav Halchenko wrote:
> ok -- just few things:
>
> * I am not sure if that one isn't an alias for Steffen or Vincenzo?
>
> $> licensecheck -r --copyright ./src/include/fann_cpp.h
> ./examples/xor_sample.cpp
> ./src/include/fann_cpp.h: LGPL (v2.1 or later) (with incorrect FSF address)
> [Copyright: 2004-2006 created by freegoldbar (at) yahoo dot com]
>
> ./examples/xor_sample.cpp: LGPL (v2.1 or later) (with incorrect FSF address)
> [Copyright: 2004-2006 created by freegoldbar (at) yahoo dot com]
I wasn't aware of licensecheck yet, but good to know there is such a
useful tool. I'll have to re-check my other packages...
Some Google searches determined that the author apparently wants to be
known only under his/her alias, so I used that information in
debian/copyright.
> * is there a real gain with libfann2-dev (and provides of libfann-dev)?
>
> I doubt there would be ever two versions of libfann*-dev available, and
> it isn't a project with fast changing API ;)
Upstream Makefile.{am,in} contain references to the libfann2-dev
package. They don't affect our build process in any way, so they could
be safely changed.
I'd prefer libfann-dev too, but didn't want to deviate from upstream too
much. If you think it's safe to change, I'll do it.
> * (just wild one) Since you are using git, and keeping upstream sources in the
> repo as well, why not to make use of git cvsimport and drag entire development
> history along? Since debian/ was part of upstream, we would get entire
> packaging history I guess for free, and, if upstream ever decides, there would
> be 'ready-to-switch' git repository
I actually made such a tree (my first encounter with CVS - what a pain),
but wasn't satisfied with the results.
I do plan on importing the entire tree. There's a gsoc2007 branch which
added some fresh development and features I'm interested in long-term,
but didn't play around with cvsimport long enough how to get those
changes in my tree.
> Here is the script I use for freeipmi, which is also under CVS (and they are
> masters of merges in CVS imho, and cvsimport still seemed to manage them
> fine)
>
> $> cat .git/cvs-fetch
> #!/bin/sh
>
> set -e
> git checkout master
> git cvsimport -m -v -r cvs -d
> :pserver:[email protected]:/sources/freeipmi freeipmi
Great, I'll try it out!
The changes were applied to git, I'll wait with rebuilding/uploading the
source package for your opinion on libfann?-dev.
Thanks again,
Christian
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]