Re: Weired problem with apt-get -b source package-name

2007-12-12 Thread Justin Pryzby
On Tue, Dec 11, 2007 at 10:10:27PM -0800, iluvlinux wrote: steps i followed 1 apt-get source package-name 2 cd package-version 3 dpkg-buildpackage -rfakeroot above steps builds deb pkg with shared library while using apt-get -b source pkg don't. How does it fail? Are you using

Re: Weired problem with apt-get -b source package-name

2007-12-12 Thread iluvlinux
hi dpkg --version displays this info $dpkg --version Debian GNU/Linux `dpkg' package management program version 1.10.26 (i386). This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO warranty. See dpkg --licence for copyright and

Re: Weired problem with apt-get -b source package-name

2007-12-11 Thread iluvlinux
steps i followed 1 apt-get source package-name 2 cd package-version 3 dpkg-buildpackage -rfakeroot above steps builds deb pkg with shared library while using apt-get -b source pkg don't. bye varun Matthew Palmer wrote: On Mon, Dec 10, 2007 at 10:11:31PM -0800, iluvlinux wrote: i

Weired problem with apt-get -b source package-name

2007-12-10 Thread iluvlinux
hi i am trying to build pkg by using command apt-get -b source package-name the package builds fine but when i check the contents using dpkg --contents .deb it displays contents but the shared library and its symbolic link does not exist but if i do manually what apt-get -b ** does, the

Re: Weired problem with apt-get -b source package-name

2007-12-10 Thread Matt Palmer
On Mon, Dec 10, 2007 at 10:11:31PM -0800, iluvlinux wrote: i am trying to build pkg by using command apt-get -b source package-name the package builds fine but when i check the contents using dpkg --contents .deb it displays contents but the shared library and its symbolic link does not