#! /usr/bin/perl # # dpkg-shlibdeps # $Id$ $dpkglibdir="/usr/lib/dpkg"; $version="1.4.1.19"; # This line modified by Makefile use POSIX; use POSIX qw(:errno_h :signal_h); $shlibsoverride= '/etc/dpkg/shlibs.override'; $shlibsdefault= '/etc/dpkg/shlibs.default'; $shlibslocal= 'debian/shlibs.local'; $shlibsppdir= '/var/lib/dpkg/info'; $shlibsppext= '.shlibs'; $varnameprefix= 'shlibs'; $dependencyfield= 'Depends'; $varlistfile= 'debian/substvars'; @depfields= qw(Suggests Recommends Depends Pre-Depends); push(@INC,$dpkglibdir); require 'controllib.pl'; sub usageversion { print STDERR "Debian dpkg-shlibdeps $version. Copyright (C) 1996 Ian Jackson. Copyright (C) 2000 Wichert Akkerman. This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO warranty. Usage: dpkg-shlibdeps [