[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Build depends....?



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

on 06/24/06 01:48, Mihai Felseghi wrote:
>   Hello dear mentors , please tell me if there is a method of finding
> the build depends for a piece of software (so i can fill the
> Build-Depends field of the control file)? I tried to use the script from
> New Maintainers Guide but it gave me no help.
>  Thanks in advance !
> 

Do you want to know like this?

[masami@debian:~]% objdump -p /usr/bin/fluxbox | grep NEEDED
  NEEDED      libSM.so.6
  NEEDED      libICE.so.6
  NEEDED      libX11.so.6
  NEEDED      libXext.so.6
  NEEDED      libXft.so.2
  NEEDED      libfontconfig.so.1
  NEEDED      libXrender.so.1
  NEEDED      libXpm.so.4
  NEEDED      libXrandr.so.2
  NEEDED      libXinerama.so.1
  NEEDED      libstdc++.so.6
  NEEDED      libm.so.6
  NEEDED      libgcc_s.so.1
  NEEDED      libc.so.6
[masami@debian:~]% dpkg -S libXrender.so.1
libxrender1: /usr/lib/libXrender.so.1
libxrender1: /usr/lib/libXrender.so.1.3.0
[masami@debian:~]% apt-cache search libxrender
libxrender-dev - X Rendering Extension client library (development files)
libxrender1 - X Rendering Extension client library
libxrender1-dbg - X Rendering Extension client library (unstripped)
openoffice.org - OpenOffice.org Office suite version 2.0

I could find -dev package so, I can know fluxbox needs libxrender-dev.

Cheers.
- --
/*
 * Masami Ichikawa
 * mailto: hangar-18@mub.biglobe.ne.jp
 */
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEnCEnfCYcnwLjB2wRAqD0AJ4xLo85GnPexJ/EsDIfxofr6/0VywCfd5lO
4AT1gxI0b2rM0mD93k6m3+w=
=wi0M
-----END PGP SIGNATURE-----



Reply to: