Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dh_sodeps(1) [debian man page]

DH_SODEPS(1)						User Contributed Perl Documentation					      DH_SODEPS(1)

NAME
dh_sodeps - generate library dependencies for development *.so symlinks SYNOPSIS
dh_sodeps [debhelper options] [-Vversioninfo] DESCRIPTION
dh_sodeps is a helper program that generates library dependencies for *.so symlinks that are typically found in the library development packages. It basically looks for usr/lib/*.so in the package build directory, finds all local arch specific packages that actually contain targets of those symlinks and adds dependencies on the discovered packages to the "so:Depends" substitution variable. Dependencies are strict by default, i.e. (=${binary:Version}) if the package containing *.so is arch specific or (>=${source:Version}) if it is arch independent. OPTIONS
-Vversioninfo, --version-info=versioninfo Use the specified version information for dependencies. If this option is not specified, dh_sodeps will generate a strict dependency as explained above. Please note that you don't need to enclose the value in brackets. dh_sodeps will do this automatically. -Xitem, --exclude item Do not calculate dependencies for *.so files that contain "item" anywhere in their path/filename. You may use this option multiple times to build up a list of things to exclude. SEE ALSO
debhelper(7) AUTHOR
Modestas Vainius <modax@debian.org> perl v5.14.2 2011-12-26 DH_SODEPS(1)

Check Out this Related Man Page

DH_HASKELL_EXTRA_DEPENDS(1)				 Haskell devscripts documentation			       DH_HASKELL_EXTRA_DEPENDS(1)

NAME
dh_haskell_extra_depends - generate the extra-depends file in Haskell packages SYNOPSIS
dh_extra_haskell_depends [debhelper options] [-Xpackage] [--exclude=package] [file ...] DESCRIPTION
dh_haskell_extra_depends is a debhelper program that helps with calculating dependencies for building Haskell libraries. Since Haskell libraries are statically linked, packagers that use Haskell libraries cannot rely on the fact that dynamical libraries are dependencies of their packages to be sure that possible runtime data packages are installed at execution time. The extra dependencies mechanism allows libraries to declare some packages that are to be added to the dependency list of each package that uses them to build. This script scans the Haskell dependencies and harvest extra dependencies information, putting them in the file debian/extra-depends, which is later used by dh_haskell_depends to be included in the substvars file. BUGS
None, as far as we know. :-) SEE ALSO
dh_haskell_depends(1) debhelper(7) AUTHOR
Giovanni Mascellani <gio@debian.org> Haskell devscripts 0.8.12 2011-07-30 DH_HASKELL_EXTRA_DEPENDS(1)
Man Page