thanks for the reply i want to add some information that i m using a cross compilation tool "scratchbox" All the source code i have installed in scratchbox is using make install (not from the deb packages) So if i want to convert an application to deb package, first i need to convert all other source code (becoz i have made changes to them according to my requirement) that i have installed using make install, otherwise i wouldn't be able to make a deb package.
thanks and regards varun Raphael Hertzog-3 wrote: > > On Wed, 26 Sep 2007, varun_shrivastava wrote: >> i have made a package which is a simple gtk application. >> it depends on gtk-directfb-2.0.so.0 , >> i included this library in the depends field in control file. > > Please ask on debian-mentors, it's made for people who learn packaging. > >> after creating the package when i try to install it using dpkg -i >> it displays following error >> >> dpkg: dependency problems prevent configuration of clock: >> clock depends on libgtk-directfb-2.0 (>= 2.2); however: >> Package libgtk-directfb-2.0 is not installed. >> >> the package is installed at /usr/local/lib but i did a make install for >> this >> library, i haven't installed it from a gtk-directfb package. Also i found > > You need a _package_ libgtk-directfb-2.0 and not just a manually installed > library. > > This library is packaged as libgtk-directfb-2.0-0 (note the -0 at the end > that you don't have) in Debian. Furthermore, dependencies on libraries > are automatically generated and thus you shouldn't hardcode the name of a > library in the Depends line (but rather put ${shlibs:Depends}). > > Cheers, > -- > Raphaël Hertzog > > Premier livre français sur Debian GNU/Linux : > http://www.ouaza.com/livre/admin-debian/ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Re%3A-UNable-to-configure-my-package-tf4520675.html#a12897341 Sent from the debian-mentors mailing list archive at Nabble.com.