File: control

package info (click to toggle)
equivs 2.0.6-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 104 kB
  • ctags: 10
  • sloc: perl: 211; makefile: 74; sh: 14
file content (30 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: equivs
Section: admin
Priority: extra
Maintainer: Fabio Rafael da Rosa <f2r@users.sourceforge.net>
Standards-Version: 3.5.10
Build-Depends-Indep: debhelper

Package: equivs
Depends: perl|perl5, debhelper, dpkg-dev, devscripts, make, fakeroot
Architecture: all
Description: Circumvent Debian package dependencies
 This package provides a tool to create Debian
 packages that only contain dependency information.
 .
 If a package P is not installed on the system, packages
 that depend on P cannot normally be installed.  However,
 if equivalent functionality to P is known to be installed,
 this tool can be used to trick the Debian package management
 system into believing that package P is actually installed.
 .
 Another possibility is creation of a meta package. When this 
 package contains a dependency as "Depends: a, b, c", then 
 installing this package will also select packages a, b and c.
 Instead of "Depends", you can also use "Recommends:" or 
 "Suggests:" for less demanding dependency.
 . 
 Please note that this is a crude hack and if thoughtlessly used,
 it might possibly do damage to your packaging system. And please
 note as well that using it is not the recommended way of dealing
 with broken dependencies. Better file a bug report instead.