unversioned shared library

2002-06-19 Thread Eric Van Buggenhaut
Hi, I'm maitaining iiwusynth which includes an unversioned shared library. I never made a separate packages for the lib part (no -dev either) cause the package is really small but now some other DD asks me for an extra package, containing the lib (+ another -dev package) because his own pa

Re: unversioned shared library

2002-06-19 Thread Josip Rodin
On Wed, Jun 19, 2002 at 12:13:16PM +0200, Eric Van Buggenhaut wrote: > I'm maitaining iiwusynth which includes an unversioned shared library. > > Upstream author never versioned his dynamic library. What am I > supposed to do ? What soname should I use for the library ? Firs

Re: unversioned shared library

2002-06-19 Thread Junichi Uekawa
Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > I never made a separate packages for the lib part (no -dev either) > cause the package is really small but now some other DD asks me for an > extra package, containing the lib (+ another -dev package) because his > own package depends o

Re: unversioned shared library

2002-06-19 Thread Matt Zimmerman
On Wed, Jun 19, 2002 at 12:13:16PM +0200, Eric Van Buggenhaut wrote: > I'm maitaining iiwusynth which includes an unversioned shared library. A shared library without a version number is broken, or else it is not a shared library (i.e., it is a plugin or such, and only used by one

Re: unversioned shared library

2002-07-03 Thread Eric Van Buggenhaut
On Thu, Jun 20, 2002 at 01:10 +0900, Junichi Uekawa wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > > > I never made a separate packages for the lib part (no -dev either) > > cause the package is really small but now some other DD asks me for an > > extra package, containing

Re: unversioned shared library

2002-07-03 Thread Junichi Uekawa
Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > This doesn't work here: > > [EMAIL PROTECTED] automake > Makefile.am:5: invalid unused variable name: `libiiwusynth_la_LDFLAGS' > [EMAIL PROTECTED] > > > [EMAIL PROTECTED] Makefile.am > ## Process this file with automake to produce

Re: unversioned shared library

2002-07-06 Thread Eric Van Buggenhaut
On Thu, Jul 04, 2002 at 10:23 +0900, Junichi Uekawa wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > > > This doesn't work here: > > > > [EMAIL PROTECTED] automake > > Makefile.am:5: invalid unused variable name: `libiiwusynth_la_LDFLAGS' > > [EMAIL PROTECTED] > > > > > >

Re: unversioned shared library

2002-07-03 Thread Eric Van Buggenhaut
On Thu, Jun 20, 2002 at 01:10 +0900, Junichi Uekawa wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > > > I never made a separate packages for the lib part (no -dev either) > > cause the package is really small but now some other DD asks me for an > > extra package, containin

Re: unversioned shared library

2002-07-03 Thread Junichi Uekawa
Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > This doesn't work here: > > [eric@femto]$ automake > Makefile.am:5: invalid unused variable name: `libiiwusynth_la_LDFLAGS' > [eric@femto]$ > > > [eric@femto]$cat Makefile.am > ## Process this file with automake to produce Makefile

Re: unversioned shared library

2002-07-06 Thread Eric Van Buggenhaut
On Thu, Jul 04, 2002 at 10:23 +0900, Junichi Uekawa wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> immo vero scripsit: > > > This doesn't work here: > > > > [eric@femto]$ automake > > Makefile.am:5: invalid unused variable name: `libiiwusynth_la_LDFLAGS' > > [eric@femto]$ > > > > > > [eric@f