The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

dh_shlibdeps (1)
  • >> dh_shlibdeps (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  •  

    NAME

    dh_shlibdeps - calculate shared library dependencies
     
    

    SYNOPSIS

    dh_shlibdeps [debhelper options] [-Lpackage] [-ldirectory] [-Xitem] [-- params]  

    DESCRIPTION

    dh_shlibdeps is a debhelper program that is responsible for calculating shared library dependencies for packages.

    This program is merely a wrapper around dpkg-shlibdeps(1) that calls it once for each package listed in the control file, passing it a list of ELF executables and shared libraries it has found.  

    OPTIONS

    -uparams, --dpkg-shlibdeps-params=params
    -- params
    Pass ``params'' to dpkg-shlibdeps(1).
    -Xitem, --exclude=item
    Exclude files that contain ``item'' anywhere in their filename from being passed to dpkg-shlibdeps. This will make their dependencies be ignored. This may be useful in some situations, but use it with caution. This option may be used more than once to exclude more than one thing.
    -ldirectory[:directory:directory:..]
    Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the specified directory (or directories --- separate with colons). This is useful for multi-binary packages where a library is built in one package and another package contains binaries linked against said library. Relative paths will be made absolute for the benefit of dpkg-shlibdeps.

    Note that the directory given should be the complete or relative path to a directory that contains the library. See example below.

    -Lpackage, --libpackage=package
    Use the shlibs file automatically generated by dh_makeshlibs for the named package as a kind of automatically generated shlibs.local file. You can use this switch in concert with the -l switch to make dpkg-shlibdeps find a library built as part of the current package, and get the shlibs information. See example below.
     

    EXAMPLES

    Suppose that your source package produces libfoo1, libfoo-dev, and libfoo-bin binary packages. libfoo-bin links against libfoo1, and should depend on it. In your rules file, first run dh_makeshlibs, then dh_shlibdeps:

            dh_makeshlibs
            dh_shlibdeps -L libfoo1 -l debian/libfoo1/usr/lib
    
    

    This will have the effect of generating automatically a shlibs file for libfoo1, and using that file and the libfoo1 library in the debian/libfoo1/usr/lib directory to calculate shared library dependency information.  

    SEE ALSO

    debhelper(7), dpkg-shlibdeps(1)

    This program is a part of debhelper.  

    AUTHOR

    Joey Hess <joeyh@debian.org>


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    OPTIONS
    EXAMPLES
    SEE ALSO
    AUTHOR


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру