Re: SONAME and package version question

2005-06-25 Thread Junichi Uekawa
Hi, > > $ dpkg -c librote0_0.2.6-1_i386.deb > > drwxr-xr-x root/root 0 2005-06-21 22:36:21 ./ > > drwxr-xr-x root/root 0 2005-06-21 22:36:20 ./usr/ > > drwxr-xr-x root/root 0 2005-06-21 22:36:21 ./usr/lib/ > > -rw-r--r-- root/root 13744 2005-06-21 22:36:21 > > ./usr/li

Re: SONAME and package version question

2005-06-22 Thread Eduard Bloch
#include * Roberto C. Sanchez [Wed, Jun 22 2005, 12:41:08PM]: > On Wed, Jun 22, 2005 at 10:32:04AM -0500, Adam Majer wrote: > > > > You will also need to be careful about when you run dh_makeshlibs if you > > manually set the version numbers. > > > > In debian/rules, I have this: > > # shared

Re: SONAME and package version question

2005-06-22 Thread Roberto C. Sanchez
On Wed, Jun 22, 2005 at 10:32:04AM -0500, Adam Majer wrote: > > You will also need to be careful about when you run dh_makeshlibs if you > manually set the version numbers. > In debian/rules, I have this: # shared library versions, option 1 version=0.2.6 major=0 Is that what I need to change?

Re: SONAME and package version question

2005-06-22 Thread Josselin Mouette
Le mercredi 22 juin 2005 à 11:14 -0400, Roberto C. Sanchez a écrit : > I am working on packaging the ROTE library so that I can depend on it > for anyterm. I need to package version 0.2.6 + the CVS from 20050511. > I have created a patch between the 0.2.6 release and the 20050511 CVS. > > Without

Re: SONAME and package version question

2005-06-22 Thread Adam Majer
Roberto C. Sanchez wrote: >I am working on packaging the ROTE library so that I can depend on it >for anyterm. I need to package version 0.2.6 + the CVS from 20050511. >I have created a patch between the 0.2.6 release and the 20050511 CVS. > >Without the patch, the relevant contents of the .deb a

SONAME and package version question

2005-06-22 Thread Roberto C. Sanchez
I am working on packaging the ROTE library so that I can depend on it for anyterm. I need to package version 0.2.6 + the CVS from 20050511. I have created a patch between the 0.2.6 release and the 20050511 CVS. Without the patch, the relevant contents of the .deb are: $ dpkg -c librote0_0.2.6-1_