file 1:5.14-2ubuntu1 source package in Ubuntu

Changelog

file (1:5.14-2ubuntu1) trusty; urgency=low

  * Merge with Debian; remaining changes:
    - Adjust python build dependencies for cross builds.
    - Make python-magic a binary indep package.
    - Allow the package to cross-build.
  * Recognize python3.4 byte code.
  * Build using dh-autoreconf.

file (1:5.14-2) unstable; urgency=high

  * Eliminate global variable to fix segfault (Closes: #708281).

file (1:5.14-1) unstable; urgency=low

  * New upstream version
    - Update patches
    - Drop 0005-python3.3.patch: applied upstream

file (1:5.13-2) experimental; urgency=low

  * Archive rejects -1 as there was one already.

file (1:5.13-1) experimental; urgency=low

  [ Daniel Baumann ]
  * Applying slightly modified patch from Benjamin Drung
    <email address hidden> to build a python3-magic package (Closes:
    #695259).
  * Adding patch from Jakub Wilk <email address hidden> to make file recognize
    byte-compiled files generated by Python 3.3 (Closes: #697110).
  * Applying slight modified patch from Benjamin Drung <email address hidden>
    to configure with --disable-silent-rules.
  * Applying slightly modified patch from Benjamin Drung
    <email address hidden> to stop building python-magic-dbg.

  [ Benjamin Drung ]
  * Removing dublicated fields for binary packages in control.
  * Adding symbols file for libmagic.

  [ Daniel Baumann ]
  * Trimming diff headers in patches.
  * Using four digit prefixes for patch files.
  * Adding patch to update gzip mime (Closes: #688886).
  * Adding new magics from Esa Hyytiä <email address hidden> for Commodore
    raw tape files (Closes: #699777).
  * Adding updated magics from Bastien Roucaries
    <email address hidden> for AOL ART images (Closes: #681304).
  * Adding file debug package (Closes: #601329).
  * Updating copyright file (Closes: #701937).
  * Setting priority for python bindings to optional (Closes: #687219).
  * Adding updated magics from Paul Wise <email address hidden> for MS Windows
    HtmlHelp Data (Closes: #653911).
  * Merging upstream version 5.13: - readelf uses debug information
    properly now (Closes: #664526).
  * Updating file-localmagic.patch to avoid warning about non-compiled
    /etc/magic (Closes: #658629).
  * Updating symbols file for 5.13.
  * Adding new magics from Russell Coker <email address hidden> for Linux
    Software RAID (Closes: #663454).
  * Adding updated magics from Russell Coker <email address hidden> for
    BTRFS (Closes: #663454).
  * Adding patch to add POSIXLY_CORRECT reference in usage message
    (Closes: #576679).
  * Renumbering patches.
  * Adding new magics from chrysn <email address hidden> for LXT (Closes:
    #647412).

  [ Luk Claes ]
  * Reupload 5.13 to experimental.

file (1:5.11-3) unstable; urgency=low

  * Taking over maintainership (Closes: 704326).
  * Updating Standards-Version (no changes).
  * Do not ship python-magic-dbg as it is currently empty.

file (1:5.11-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Re-upload 5.11-2:
    - Fix ELF detection on 64-bit big endian architectures (closes: #703274).
 -- Matthias Klose <email address hidden>   Fri, 06 Dec 2013 21:42:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Luk Claes
Architectures:
any all
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
file_5.14.orig.tar.gz 633.4 KiB 461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4
file_5.14-2ubuntu1.debian.tar.xz 28.3 KiB 3cece8a20e6f1bcf83983a657073c5217f7c09c96b95bdfe41ae3d7e0f411eb6
file_5.14-2ubuntu1.dsc 1.3 KiB fab449d4d79cd87cc17aad5d546c00d9de9a2943a1d27096fc042d9c492cb25a

Available diffs

View changes file

Binary packages built by this source

file: 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.

file-dbg: Determines file type using "magic" numbers (debug)

 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.
 .
 This package contains the debugging symbols.

libmagic-dev: File type determination library using "magic" numbers (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.

libmagic1: 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.

python-magic: File type determination library using "magic" numbers (Python bindings)

 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 Python bindings.

python3-magic: File type determination library using "magic" numbers (Python 3 bindings)

 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 Python 3 bindings.