File: control

package info (click to toggle)
file 4.12-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,392 kB
  • ctags: 654
  • sloc: sh: 9,497; ansic: 5,692; makefile: 322; perl: 46; python: 24
file content (41 lines) | stat: -rw-r--r-- 1,382 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
31
32
33
34
35
36
37
38
39
40
41
Source: file
Section: utils
Priority: standard
Maintainer: Michael Piefel <piefel@debian.org>
Build-Depends: debhelper (>= 4), zlib1g-dev, autotools-dev, libtool
Standards-Version: 3.6.1

Package: file
Architecture: any
Depends: libmagic1 (= ${Source-Version}), ${shlibs:Depends}
Description: Determines file type using "magic" numbers
 File tests each argument in an attempt to classify it.  There are three
 sets of tests, performed in this order: filesystem tests, magic number
 tests, and language tests.  The first test that succeeds causes the
 file type to be printed.
 .
 Starting with version 4, the file command is not much more than a wrapper
 around the "magic" library.

Package: libmagic1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: file
Conflicts: file (<= 4)
Description: File type determination library using "magic" numbers
 This library can be used to classify files according to magic number
 tests. It implements the core functionality of the file command.

Package: libmagic-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: libmagic1 (= ${Source-Version})
Suggests: file
Description: File type determination library (development)
 This library can be used to classify files according to magic number
 tests. It implements the core functionality of the file command.
 .
 This package contains the development files.