debian/0000755000000000000000000000000012150745053007170 5ustar debian/source/0000755000000000000000000000000012150743246010472 5ustar debian/source/format0000644000000000000000000000001412150743246011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013712150743246010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/compat0000644000000000000000000000000212150743246010370 0ustar 9 debian/control0000644000000000000000000000137612150743246010604 0ustar Source: pxz Maintainer: Holger Levsen Section: misc Priority: optional Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), liblzma-dev Homepage: http://jnovy.fedorapeople.org/pxz/ Vcs-Git: git://anonscm.debian.org/collab-maint/pxz.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pxz.git Package: pxz Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: parallel LZMA compressor using liblzma Parallel XZ is a compression utility that takes advantage of running LZMA compression of different parts of an input file on multiple cores and processors simultaneously. Its primary goal is to utilize all resources to speed up compression time with minimal possible influence on compression ratio. debian/patches/0000755000000000000000000000000012150743246010621 5ustar debian/patches/fix-man-keep-option.patch0000644000000000000000000000050512150743246015431 0ustar Fixed problem with man page, option --keep/-k has proper description now --- a/pxz.1 +++ b/pxz.1 @@ -24,7 +24,7 @@ Write results to standard output. .TP .I "\-k," "\-\-keep" -Write results to standard output. +Keep (don't delete) input files .TP .I "\-T," "\-\-threads" Maximal number of threads to run simultaneously. debian/patches/series0000644000000000000000000000003212150743246012031 0ustar fix-man-keep-option.patch debian/changelog0000644000000000000000000000243212150745053011043 0ustar pxz (4.999.99~beta3+git659fc9b-1) unstable; urgency=medium * New upstream version. (Closes: #706295) * Bump standards version to 3.9.4. -- Holger Levsen Mon, 27 May 2013 21:02:37 +0000 pxz (4.999.99~beta2+git4774800-1) unstable; urgency=low * Makefile: use CPPFLAGS from environment (ie dpkg-buildflags), necessary for hardening flags. Thanks to Simon Ruderich (Closes: #687044) * Include the following patches from github: - use lzma_stream_encoder() in stead of lzma_easy_encoder() so that we can from Per Øyvind Karlsen. - Fix printf format for 64bit (Closes: #686729) from Simon Andersson. -- Holger Levsen Sun, 16 Sep 2012 16:39:06 +0200 pxz (4.999.9~beta+git537418b-1) unstable; urgency=low [ Bartlomiej Wrobel ] * Initial release. (Closes: #655185) [ Holger Levsen ] * Polish Bartlomiej's packaging: extend package description and incl. homepage and vcs-headers, bump standards version, fix debian/copyright, bump compat level to get hardened build for free. * Remove Bartlomiej from maintainers in debian/control as his email address bounces. I'd be happy to co-maintain with him, but this needs a working email address. -- Holger Levsen Fri, 24 Aug 2012 11:45:08 +0200 debian/copyright0000644000000000000000000000227212150743246011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pxz Upstream-Contact: jnovy@users.sourceforge.net Source: http://jnovy.fedorapeople.org/pxz/ Files: * Copyright: 2009, 2010 Jindrich Novy License: GPL-2 Files: debian/* Copyright: 2012 Holger Levsen License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.