[ubuntu/trusty-proposed] file 1:5.14-2ubuntu1 (Accepted)
Matthias Klose
doko at ubuntu.com
Fri Dec 6 21:13:14 UTC 2013
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
<bdrung at debian.org> to build a python3-magic package (Closes:
#695259).
* Adding patch from Jakub Wilk <jwilk at debian.org> to make file recognize
byte-compiled files generated by Python 3.3 (Closes: #697110).
* Applying slight modified patch from Benjamin Drung <bdrung at debian.org>
to configure with --disable-silent-rules.
* Applying slightly modified patch from Benjamin Drung
<bdrung at debian.org> 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ä <esa at netlab.tkk.fi> for Commodore
raw tape files (Closes: #699777).
* Adding updated magics from Bastien Roucaries
<roucaries.bastien at gmail.com> 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 <pabs at debian.org> 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 <russell at coker.com.au> for Linux
Software RAID (Closes: #663454).
* Adding updated magics from Russell Coker <russell at coker.com.au> for
BTRFS (Closes: #663454).
* Adding patch to add POSIXLY_CORRECT reference in usage message
(Closes: #576679).
* Renumbering patches.
* Adding new magics from chrysn <chrysn at fsfe.org> 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).
Date: Fri, 06 Dec 2013 21:42:48 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Luk Claes <luk at debian.org>
https://launchpad.net/ubuntu/trusty/+source/file/1:5.14-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 06 Dec 2013 21:42:48 +0100
Source: file
Binary: file file-dbg libmagic1 libmagic-dev python-magic python3-magic
Architecture: source
Version: 1:5.14-2ubuntu1
Distribution: trusty
Urgency: high
Maintainer: Luk Claes <luk at debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
file - Determines file type using "magic" numbers
file-dbg - Determines file type using "magic" numbers (debug)
libmagic-dev - File type determination library using "magic" numbers (developmen
libmagic1 - File type determination library using "magic" numbers
python-magic - File type determination library using "magic" numbers (Python bin
python3-magic - File type determination library using "magic" numbers (Python 3 b
Closes: 576679 601329 647412 653911 658629 663454 664526 681304 687219 688886 695259 697110 699777 701937 703274 704326 708281
Changes:
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
<bdrung at debian.org> to build a python3-magic package (Closes:
#695259).
* Adding patch from Jakub Wilk <jwilk at debian.org> to make file recognize
byte-compiled files generated by Python 3.3 (Closes: #697110).
* Applying slight modified patch from Benjamin Drung <bdrung at debian.org>
to configure with --disable-silent-rules.
* Applying slightly modified patch from Benjamin Drung
<bdrung at debian.org> 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ä <esa at netlab.tkk.fi> for Commodore
raw tape files (Closes: #699777).
* Adding updated magics from Bastien Roucaries
<roucaries.bastien at gmail.com> 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 <pabs at debian.org> 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 <russell at coker.com.au> for Linux
Software RAID (Closes: #663454).
* Adding updated magics from Russell Coker <russell at coker.com.au> for
BTRFS (Closes: #663454).
* Adding patch to add POSIXLY_CORRECT reference in usage message
(Closes: #576679).
* Renumbering patches.
* Adding new magics from chrysn <chrysn at fsfe.org> 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).
Checksums-Sha1:
74d28b29f8744df719433931f84737d4d04fc29c 1379 file_5.14-2ubuntu1.dsc
064c8f17a5f7ae1e336a9285131e046d3b2d04d7 648552 file_5.14.orig.tar.gz
728856be9d2c07daf8e2b06bab61594a886abb2b 28936 file_5.14-2ubuntu1.debian.tar.xz
Checksums-Sha256:
fab449d4d79cd87cc17aad5d546c00d9de9a2943a1d27096fc042d9c492cb25a 1379 file_5.14-2ubuntu1.dsc
461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4 648552 file_5.14.orig.tar.gz
3cece8a20e6f1bcf83983a657073c5217f7c09c96b95bdfe41ae3d7e0f411eb6 28936 file_5.14-2ubuntu1.debian.tar.xz
Files:
0768ddb13f28e84318dc53c43438f34c 1379 utils standard file_5.14-2ubuntu1.dsc
c26625f1d6773ad4bc5a87c0e315632c 648552 utils standard file_5.14.orig.tar.gz
f05a84f08db28e855d8c8285aa3c754d 28936 utils standard file_5.14-2ubuntu1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEARECAAYFAlKiPZoACgkQStlRaw+TLJznhACfdstdOG/vm+AjTtMq1Q//B/rt
xWYAn05oKtH2w1tIx2z6BHFM5kU/Qr3/
=fkUH
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list