File: control

package info (click to toggle)
equivs 2.0.9%2Bnmu1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 10
  • sloc: perl: 282; makefile: 58; sh: 14
file content (23 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: equivs
Section: admin
Priority: extra
Maintainer: Peter Samuelson <peter@p12n.org>
Standards-Version: 3.9.2
Build-Depends: debhelper

Package: equivs
Depends: perl, debhelper, dpkg-dev, make, fakeroot, ${misc:Depends}
Architecture: all
Description: Circumvent Debian package dependencies
 This package provides a tool to create trivial Debian packages.
 Typically these packages contain only dependency information, but they
 can also include normal installed files like other packages do.
 .
 One use for this is to create a metapackage: a package whose sole
 purpose is to declare dependencies and conflicts on other packages so
 that these will be automatically installed, upgraded, or removed.
 .
 Another use is to circumvent dependency checking: by letting dpkg
 think a particular package name and version is installed when it
 isn't, you can work around bugs in other packages' dependencies.
 (Please do still file such bugs, though.)