emdepends

Langue: en

Version: 2009-03-08 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

Name

emdepends - emdebian target package dependency calculator
  Copyright (C) 2008 Neil Williams <codehelp@debian.org>
 
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
 
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
 
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 

Description

A helper script to identify the install dependencies of a series of binary packages using data from the Emdebian target repository. emdepends takes a series of package names (source or binary) on the command line and outputs the names of all source packages that provide the packages and the install dependencies of the packages.

Usage

  emdepends [-v|--verbose] [-q|--quiet] [-a|--arch ARCH]  [-s|--suite] PACKAGES
  emdepends -?|-h|--help|--version
 
 

Commands

  -s|--suite:         Set the suite to query (default: target_suite)
  -a|--arch ARCH:     Set architecture (default: defined by dpkg-cross)
  -?|-h|--help:       Print the usage message and exit
  --version:          Print the usage message and exit
 
 

The default suite is defined by emdebian-tools (target_suite), typically 'unstable'.

Options

  -v|--verbose        Make the output more verbose.
  -q|--quiet          Make the output quieter.