From: Barry d. <bdd...@co...> - 2007-01-20 15:30:38
|
Romain Liévin wrote: > Hi, > > >> libticonv and notice several little issue. The first is that README >> says that the programs is licensed under LGPL and to see COPYING for the >> license text but COPYING contains the GPL license. Also, many of the >> files still carry the old FSF address (src/charset.h has the correct >> address). >> > > fixed (as soon as SVN server is up): LGPL => GPL. > > >> However, my biggest concern is on the tarball and dir naming. The >> SONAME expects the package to be libticonv2 as far as I can tell, yet >> the tarball is libconv-1.0.1.tar.gz. Of course I can rename that since >> Debian's naming convention is libconv_1.0.1.orig.tar.gz but extracting >> the tarball yields libconv-1.0.1 which causes some issues. >> > > Where do you see that? I can confirm that library is libticonv. There is > no libticonv2 yet. > > >> Barry deFreese >> (aka bddebian) >> Ubuntu MOTU >> > > Thanks, Romain Romain, Thanks for the quick response. Lintian complained that package name didn't match SONAME. Because the soname is libticonv.so.2, Debian expects the package naming to be libticonv2 afaiui. Of course, I am not the worlds greatest library packager by any stretch. My intent is really to package up TiLP2. Thanks again! Barry |