Re: ,deb library generation issue - more

2010-08-09 Thread vincent carmona
2010/8/9, Zvi Dubitzky : > thanks > > The dpkg -i runs and terminates ok but I think it does not do the job > because it does not populate the libraries (.a and .so) > in /usr/lib and the *.h in /usr/include like a simple binary (non > library) package I built & tried . > > the outcome message of

Re: .deb library generation issue

2010-08-09 Thread Paul Wise
On Mon, Aug 9, 2010 at 3:46 AM, Zvi Dubitzky wrote: > Source: libvirt libvirt is already available in Debian: http://packages.qa.debian.org/libv/libvirt.html What exactly are you trying to do? Have you considered joining that team? It looks like they could use some help. -- bye, pabs http:

Re: ,deb library generation issue - more

2010-08-09 Thread vincent carmona
2010/8/9, Zvi Dubitzky : > Following my last mail about ,deb generation for a library > > My rules file is as below : > > I notice from the sudo pbuilder build ../*.dsc printout that the > install: target in the rules file > was not called despite the generation of the 2 .deb packages > (libvirt-

,deb library generation issue - more

2010-08-09 Thread Zvi Dubitzky
Following my last mail about ,deb generation for a library My rules file is as below : I notice from the sudo pbuilder build ../*.dsc printout that the install: target in the rules file was not called despite the generation of the 2 .deb packages (libvirt-dev.. and libvirt..) That explains w

.deb library generation issue

2010-08-09 Thread Zvi Dubitzky
Hi, I am building a .deb package for a library from source tar to .deb ( 2 packages) I was able to specify the right Build-depends section of the debian/control file and build ( sudo pbuilder build ../*.dsc) the .deb to completion (I got : libvirt_0.6.1-1_i386.deb and libvirt-dev_0.6.1-1_i3