On 06.03.2014 12:57, Stefan Sperling wrote:
> On Thu, Mar 06, 2014 at 09:50:16AM +0100, Bert Huijben wrote:
>>> @@ -305,7 +309,7 @@ msvc-static = yes
>>>
>>> # General API for accessing repositories
>>> [libsvn_ra]
>>> -description = Subversion Repository Access Library
>>> +description = Subversion General Repository Access Library
>>> type = lib
>>> path = subversion/libsvn_ra
>>> libs = libsvn_delta libsvn_subr ra-libs apriconv apr
>> This hunk of the patch makes the result on the Windows shared libraries slightly less accurate.
>>
>> On Windows the libraries with msvc-static = true are compiled into static libraries, that are then later linked into the parent libraries and applications. So our libsvn_ra-1.dll doesn't just contain libsvn_ra, but also libsvn_ra_svn and libsvn_ra_serf.
>>
>> But now it has the description 'Subversion General Repository Access Library'...
>>
> Do you have any suggestions about what to do instead?
Split "decription" from "pkg-description". Have fun updating the build
generator. :)
-- Brane
--
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2014-03-06 13:01:49 CET