* No change rebuild to pick up -fPIE compiler default
* Rebuild for new armel compiler default of ARMv5t.
* Merge from debian unstable (LP: #924044). Remaining changes:
- make lzma Priority: required and Section: base since
dpkg Pre-Depends on it.
* Upload to unstable.
* Previous upload removed lzma-source. (Closes: #651796)
* Prevent /dev/null removal while testing a file. (Closes: #550543)
[ Mohammed Adnène Trojette ]
* New upstream release (Closes: #460501, #518365)
+ LZMA SDK is placed in the public domain since 4.62.
* Update debian/patches/02_lzmp.diff.
* Switch packaging under the terms of the BSD license.
* Switch to dpkg-source 3.0 (quilt) format
+ debian/control: Build-Depends
- drop quilt.
- bump debhelper dependency to 8.0.0.
* Bump Standards-Version to 3.9.2
* Drop lzma-source package. It doesn't work with current kernels and
SquashFS XZ is part of the standard kernel now. Patch courtesy of
Jonathan Nieder. (Closes: #470893, #553707, #466582)
* Update file list in lzma-dev. (Closes: #614417)
* Fix and improve descriptions. (Closes: #535776, #540469)
* Add deb-lzma script to convert a deb package to LZMA format. Script
courtesy of Roger Millan. (Closes: #536275)
* Add Jonathan Nieder as comaintainer.
[ Jonathan Nieder ]
* Bump debhelper compatibility to 7.
* Manage lzma, unlzma, and lzcat through the alternatives system.
Conflicts: xz-lzma (<< 5.1.1alpha+20110809-2). (Closes: #547802)
* rebuild rest of main for armel armv7/thumb2 optimization;
UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2
* Merge from debian unstable, remaining changes:
- make lzma Priority: required and Section: base since
dpkg Pre-Depends on it.
* Bump Standards-Version to 3.8.0.
* Drop lzma-alone from Recommends.
* Don't build lzma-source when binary-indep target is not
called. (Closes: #486419)
* Split lzma binary package into:
+ lzma-alone: with /usr/bin/lzma_alone. (Closes: #475111)
+ lzma (recommending lzma-alone): with the rest.
* No need for a quilt patch to add a manpage...
* Move development documentation to lzma-dev. (Closes: #475110)
* Make lzma Priority: required and Section: base since
dpkg Pre-Depends on it.
* Update sqlzma patch (needed for squashfs):
+ Backport sqlzma patch to LZMA SDK 4.43.
+ Update 04_sqlzma_h.diff.
* Upload to unstable.
[ Arnaud Fontaine ]
* lzma-dev should be part of the Build-Depends only and not a dependency
inside the resulting kernel modules package. Thanks to Michael
Prokop. (Closes: #452868)
* Support cross building. Thanks to Neil Williams for the patch.
(Closes: #451598)
* debian/control*:
+ Add Homepage field (dpkg supports it now).
+ Add Vcs-Git and Vcs-Browser field (dpkg support them now).
+ Update my email address to arnau@debian.org.
+ Update Standards-Version to 3.7.3. No changes needed.
[ Mohammed Adnène Trojette ]
* Don't ship /usr/share/doc/lzma/LGPL.txt.gz. (Closes: #453922)
* debian/copyright:
+ Include a copy of the CPL license. (Closes: #453924)
* debian/control:
+ Add myself as Uploaders.
* debian/docs:
+ Remove useless LGPL.txt file because it is already provided by
Debian.
* Install history.txt as the changelog in /usr/share/doc/.
* Add support for squashfs. (Closes: #443844).
+ Add lzma-dev which contains headers and static libraries.
+ Add lzma-source which contains kernel modules needed for squashfs.
+ Add patch from sqlzma project.
* Remove reference to missing chapter in manpage. (Closes: #424612)
* Remove redundancies in manpage. (Closes: #435612)
* Update lzmp.cpp patch to allow symlinks decompression to stdout.
* Correct watch file.
* Upload to unstable.
* Bump debhelper compatibility to 5.
* 02_lzmp.diff:
+ include <cstdlib> to be able to build with GCC 4.3. (Closes: #417379)
Thanks Martin Michlmayr for the patch.
+ use hc4 for -1 option, as hc3 is no more built in the SDK.
(Closes: #417304)
Thanks Lasse Collin for the help.
* Tighten license issues in debian/copyright: (Closes: #406968)
+ LZMA SDK is released under
- LGPL
- CPL
- simplified license
+ LZMA SDK is free, of course! (under the LGPL terms)
+ Files released by Tukaani are released under GPL.
+ Packaging is released under LGPL.
* Fix in manual page:
+ typos spotted by thanks A. Costa. (Closes: #405652)
+ reference to non existing lzmainfo(1). (Closes: #404903)
* Add a debian/watch file.
* Change debian/copyright to utf-8.
* Build-Depends on quilt.
* Correct typo on description spotted by Andrey Kiselev. (Closes: #378218)
* Add a NEWS.Debian.
* Add some patches with the help of Alexander Sack and Lasse Collin to
integrate Tukaani's lzma-utils:
+ 01_large_files.diff: make large files work.
+ 02_lzmp.diff: use a wrapper to lzma to have a gzip-like interface.
(Closes: #379398)
+ 03_lzma_manpage.diff: manual page for the "new" lzma.
* Changes introduced by the "Tukaani patch":
+ the old /usr/bin/lzma becomes /usr/bin/lzma_alone.
+ it is superseded by a gzip-like command line tool.
+ manpages are updated accordingly.
* New upstream version.
* Initial release (Closes: #364258)