EnglishFrenchSpanish

Ad


OnWorks favicon

dh_shlibdeps - Online in the Cloud

Run dh_shlibdeps in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dh_shlibdeps that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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


-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.

-- params
Pass params to dpkg-shlibdeps(1).

-uparams, --dpkg-shlibdeps-params=params
This is another way to pass params to dpkg-shlibdeps(1). It is deprecated; use --
instead.

-ldirectory[:directory ...]
With recent versions of dpkg-shlibdeps, this option is generally not needed.

It tells dpkg-shlibdeps (via its -l parameter), to look for private package libraries
in the specified directory (or directories -- separate with colons). With recent
versions of dpkg-shlibdeps, this is mostly only useful for packages that build
multiple flavors of the same library, or other situations where the library is
installed into a directory not on the regular library search path.

-Lpackage, --libpackage=package
With recent versions of dpkg-shlibdeps, this option is generally not needed, unless
your package builds multiple flavors of the same library.

It tells dpkg-shlibdeps (via its -S parameter) to look first in the package build
directory for the specified package, when searching for libraries, symbol files, and
shlibs files.

If needed, this can be passed multiple times with different package names.

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

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.

If a libbar1 package is also produced, that is an alternate build of libfoo, and is
installed into /usr/lib/bar/, you can make libfoo-bin depend on libbar1 as follows:

dh_shlibdeps -Llibbar1 -l/usr/lib/bar

Use dh_shlibdeps online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad