control 514 B

123456789101112131415
  1. Source: file
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Nicolás Lichtmaier <nick@debian.org>
  5. Build-Depends: debhelper, zlib1g-dev
  6. Standards-Version: 3.5.2
  7. Package: file
  8. Architecture: any
  9. Depends: ${shlibs:Depends}
  10. Description: Determines file type using "magic" numbers
  11. File tests each argument in an attempt to classify it. There are three
  12. sets of tests, performed in this order: filesystem tests, magic number
  13. tests, and language tests. The first test that succeeds causes the
  14. file type to be printed.