Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-08 Thread David R. Morrison
It's true that you could change to rrdtool1 now. However, it is easier for backwards compatibility to not do that. If there are packages which depend on rrdtool at the moment, then they will continue to function normally even if you do the split. (OK, there probably aren't any in the case of rr

Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-08 Thread Benjamin Reed
Max Horn [[EMAIL PROTECTED]] wrote: > >But right now, we have no way of really planning ahead for a > >version that's too high, like, if rrdtool version 2 is out. > > If you ever get an incompatible version, then you would change the > name of the -shlibs package to e.g. "rrdtool2-shlibs". Old p

Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-07 Thread David R. Morrison
Benjamin Reed <[EMAIL PROTECTED]> wrote: > One question it does bring up, that I remember being mentioned before, > is that of library dependencies. Right now I have them set up with > dependencies like so, which was what I saw in examples when we were > first doing separate shlibs packages: >

Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-07 Thread Max Horn
At 12:42 Uhr -0500 07.03.2002, Benjamin Reed wrote: >Max Horn [[EMAIL PROTECTED]] wrote: >> I just added code to CVS that enables initial splitoff support. All >> brave developers please go ahead and install it and test how it >> works. To do so, check out the "fink" CVS module and use the >>

Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-07 Thread Benjamin Reed
Max Horn [[EMAIL PROTECTED]] wrote: > I just added code to CVS that enables initial splitoff support. All > brave developers please go ahead and install it and test how it > works. To do so, check out the "fink" CVS module and use the > inject.pl script. Other than my libtool versioning issue

Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-06 Thread David R. Morrison
Max Horn <[EMAIL PROTECTED]> wrote: [snip] > Besides the big chunk, splitoff support, I changed a few other minor > things, most notably percent expansion is now also done in the > Depends/BuildDepends/Conflicts/Replaces/Provides fields. It would be good to do percent expansion for "Suggests"

Re: [Fink-devel] Initial plitoffs code now in CVS

2002-03-06 Thread David R. Morrison
I have one small correction to make to the example Max gave: SplitOff: << Package: %N-shlibs Depends: othertest # Note: files uses the same syntax as DocFiles, only that pathes are # relativ to %i and not to %p Files: lib/libfoobar.0.23.dylib, lib/libfoobar.0.dylib DocFiles: COPYING

[Fink-devel] Initial plitoffs code now in CVS

2002-03-06 Thread Max Horn
I just added code to CVS that enables initial splitoff support. All brave developers please go ahead and install it and test how it works. To do so, check out the "fink" CVS module and use the inject.pl script. I'd like to get as much feedback in short time as possible, even if no package doe