| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | Source: fileSection: utilsPriority: standardMaintainer: Michael Piefel <piefel@debian.org>Build-Depends: debhelper (>= 4), zlib1g-dev, autotools-dev, libtool, python, python2.3-dev, python2.4-devStandards-Version: 3.6.2Package: fileArchitecture: anyDepends: 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: libmagic1Section: libsArchitecture: anyDepends: ${shlibs:Depends}Suggests: fileConflicts: 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-devSection: libdevelPriority: optionalArchitecture: anyDepends: libmagic1 (= ${Source-Version})Suggests: fileDescription: 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.Package: python2.3-magicPriority: extraSection: pythonArchitecture: anyDepends: ${shlibs:Depends}Description: Python binding for the magic library (2.3 version) This Python library can be use to query /etc/magic information for a given file in Python.Package: python2.4-magicPriority: extraSection: pythonArchitecture: anyDepends: ${shlibs:Depends}Description: Python binding for the magic library (2.4 version) This Python library can be use to query /etc/magic information for a given file in Python.Package: python-magicSection: pythonArchitecture: allPriority: extraDepends: ${python:Depends}Description: Python binding for the magic library (dummy package) This Python library can be use to query /etc/magic information for a given file in Python. . This is a generic package, which always depends on the version specific to the default Python version. 
 |