Re: Building library from source[solved]

2009-03-19 Thread Jaromír Mikeš
Thank you all for help. Finally "dh_install --sourcedir=debian/tmp" and mylib.install files tweaking did the job. :) Kind regards mira -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Building library from source

2009-03-18 Thread Chow Loong Jin
On Thu, 2009-03-19 at 04:06 +0100, Jaromír Mikeš wrote: > > Od: Jonathan Wiltshire > > > > Can somebody publish for me list of script from successfully build > > > library? > > > Or rules file? > > > > apt-get source > > Thank you that helped me to learn new things. > But unfortunately prob

Re: Building library from source

2009-03-18 Thread Jaromír Mikeš
Sorry attachment is here ...sudo pbuilder build --buildresult /home/mira/BUILD/zc-results/ /home/mira/BUILD/zita-convolver/zita-convolver_1.0.0-1.dsc W: /home/mira/.pbuilderrc does not exist I: using fakeroot in build. Current time: Thu Mar 19 03:37:28 CET 2009 pbuilder-time-stamp: 1237430248 Bu

Re: Building library from source

2009-03-18 Thread Jaromír Mikeš
> Od: Jonathan Wiltshire > > Can somebody publish for me list of script from successfully build library? > > Or rules file? > > apt-get source Thank you that helped me to learn new things. But unfortunately problem persist. Now I know that *.so* and *.h files are definitely created in debia

Re: Building library from source

2009-03-18 Thread Jonathan Wiltshire
On Thu, Mar 19, 2009 at 12:52:27AM +0100, Jaromír Mikeš wrote: > Can somebody publish for me list of script from successfully build library? > Or rules file? apt-get source -- Jonathan Wiltshire PGP/GPG: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3 A903 CA6B EA3E DB80 0B52 -- To UNSUBSCRIBE, e

Re: Building library from source

2009-03-18 Thread Jaromír Mikeš
> Od: Chow Loong Jin > I'd suggest that you attempt to build it outside the pbuilder > environment, then look at the contents of debian/tmp. It should show you > what files you should match. The asterisks are fine. That is good idea thank you ... regards mira -- To UNSUBSCRIBE, email to de

Re: Building library from source

2009-03-18 Thread Jaromír Mikeš
> Od: Jonathan Wiltshire > > My question is ... Should I try replace Asterisks by something meaningful by > myself of should I expect this from some script? > > The asterisk is the wildcard character...it just matches anything that > fits the pattern. Then I am starting think that I miss some i

Re: Building library from source

2009-03-18 Thread Jonathan Wiltshire
On Thu, Mar 19, 2009 at 12:21:16AM +0100, Jaromír Mikeš wrote: > My question is ... Should I try replace Asterisks by something meaningful by > myself of should I expect this from some script? The asterisk is the wildcard character...it just matches anything that fits the pattern. -- Jonathan W

Re: Building library from source

2009-03-18 Thread Chow Loong Jin
On Thu, 2009-03-19 at 00:21 +0100, Jaromír Mikeš wrote: > > Od: Jaromír Mikeš > > > Problem is that library installing just .docs files no .so files. > > I've checked everything many times. > > There are two files in debian/ mylib.install and mylib-dev.install > > mylib.install looks like fr

Re: Building library from source

2009-03-18 Thread Jaromír Mikeš
> Od: Jaromír Mikeš > Problem is that library installing just .docs files no .so files. > I've checked everything many times. There are two files in debian/ mylib.install and mylib-dev.install mylib.install looks like from template: usr/lib/lib*.so.* mylib-dev.install looks like from temp

Re: Building library from source

2009-03-18 Thread Jaromír Mikeš
> Od: Chow Loong Jin > > dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} > I think you probably need to run dh_shlibdeps in debian/rules. Hello, I an running dh_shlibdeps in debian/rules ... I removed ${shlibs:Depends} from debian/control , but still not have .so fil

Re: Building library from source

2009-03-18 Thread Chow Loong Jin
On Wed, 2009-03-18 at 17:42 +0100, Jaromír Mikeš wrote: > Hello, > > I build new library from source building process run with one warning > message. > dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} > Despite of this packages are build. > Lintian ...clean output. > Pro

Re: Building library from source

2009-03-18 Thread Chow Loong Jin
On Wed, 2009-03-18 at 17:42 +0100, Jaromír Mikeš wrote: > Hello, > > I build new library from source building process run with one warning > message. > dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} > Despite of this packages are build. > Lintian ...clean output. > Pro