debian/0000755000000000000000000000000011654240656007177 5ustar debian/changelog0000644000000000000000000000263611654240656011060 0ustar python-lzma (0.5.3-2build1) precise; urgency=low * Rebuild for liblzma5. -- Colin Watson Wed, 02 Nov 2011 09:12:12 -0400 python-lzma (0.5.3-2) unstable; urgency=low * Remove duplicated /u/s/d/{changelog,Changelog}.gz (Closes: #594943) * Bump standards-version to 3.9., no changes required. * Remove dh_make template from debian/watch * Finally package and submit for sponsoring after months. -- Richard Darst Tue, 28 Jun 2011 20:28:28 -0400 python-lzma (0.5.3-1) unstable; urgency=low * New upstream version * Upgrade to 3.0 (quilt) just to be able to use .orig.tar.bz2 * Bump standards-version to 3.8.4 -- Richard Darst Mon, 19 Apr 2010 14:16:48 -0400 python-lzma (0.5.2-3) unstable; urgency=low * Rebuild against unstable as python2.6 has migrated to there. -- Richard Darst Mon, 25 Jan 2010 10:19:38 -0500 python-lzma (0.5.2-2) experimental; urgency=low * Fix duplicate "Maintainer: " text in that field in debian/control. * Include the backwards-compatibility "liblzma.py" module. This just imports lzma and raises a DeprecationWarning. * Remove unneeded dh_builddeb override from debian/rules. -- Richard Darst Mon, 30 Nov 2009 13:00:45 -0500 python-lzma (0.5.2-1) experimental; urgency=low * Initial release (Closes: #556451) -- Richard Darst Sun, 15 Nov 2009 17:01:44 -0500 debian/rules0000755000000000000000000000224311305004335010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 PYVERS=$(shell pyversions -vr debian/control) clean: rm -rf ./build/ rm -f lzma.so dh clean # debhelper doesn't python auto-test yet, it seems. override_dh_auto_test: $(PYVERS:%=test%) dh_auto_test test%: python$* setup.py test # Multiple binary packages, must specify which to install files into. override_dh_auto_install: dh_auto_install --destdir=debian/tmp override_dh_strip: dh_strip --dbg-package=python-lzma-dbg cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules # debug package can refer to docs of depended-on binary package override_dh_installdocs: dh_installdocs $(RM) -rf debian/python-lzma-dbg/usr/share/doc/python-lzma-dbg ln -s python-lzma debian/python-lzma-dbg/usr/share/doc/python-lzma-dbg %: dh $@ debian/watch0000644000000000000000000000012611602420631010211 0ustar version=3 http://pypi.python.org/packages/source/p/pyliblzma/pyliblzma-(.*)\.tar\.bz2 debian/compat0000644000000000000000000000000211300726262010363 0ustar 7 debian/README.Debian0000644000000000000000000000032411301676513011231 0ustar python-lzma for Debian ---------------------- Unfortunantly, pyliblzma uses the new Py_buffer interface, which is only backported to python2.6. -- Richard Darst Sun, 15 Nov 2009 17:01:44 -0500 debian/source/0000755000000000000000000000000011602531321010460 5ustar debian/source/format0000644000000000000000000000001411602530523011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000254311602414415010573 0ustar Source: python-lzma Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Richard Darst Build-Depends: debhelper (>= 7.0.50~), liblzma-dev, python-all-dev (>= 2.5.4-3~), python-setuptools, pkg-config, python-support, python-all-dbg (>= 2.5.4-3~) Standards-Version: 3.9.2 XS-Python-Version: >= 2.6 Homepage: https://launchpad.net/pyliblzma Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-lzma/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-lzma/trunk Package: python-lzma Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: Python bindings for liblzma PylibLZMA provides a Python interface for the liblzma library for reading and writing data that has been compressed or can be decompressed by Lasse Collin's xz / lzma utils. Package: python-lzma-dbg Architecture: any Priority: extra Section: debug Depends: ${shlibs:Depends}, ${misc:Depends}, python-lzma (= ${binary:Version}) Description: python-lzma debug symbols PylibLZMA provides a Python interface for the liblzma library for reading and writing data that has been compressed or can be decompressed by Lasse Collin's xz / lzma utils. . This package contains detached debugging symbols for python-lzma. debian/copyright0000644000000000000000000000205211302550052011111 0ustar Name: PylibLZMA Maintainer: Per Øyvind Karlsen Source: http://pypi.python.org/pypi/pyliblzma https://launchpad.net/pyliblzma Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Files: * Copyright: 2009, Per Øyvind Karlsen License: LGPL-3+ Files: debian/* Copyright: 2009, Richard Darst License: LGPL-3+ License: LGPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 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. . On Debian systems the full text of the GNU Lesser General Public License can be found in the `/usr/share/common-licenses/LGPL-3' file. debian/python-lzma-dbg.install0000644000000000000000000000003411303160673013567 0ustar usr/lib/python*/*/lzma_d.so debian/python-lzma.install0000644000000000000000000000015711305004324013033 0ustar usr/lib/python*/*-packages/lzma.so usr/lib/python*/*-packages/liblzma.py usr/lib/python*/*-packages/*.egg-info debian/docs0000644000000000000000000000003411437061726010045 0ustar NEWS README PKG-INFO THANKS debian/pyversions0000644000000000000000000000000511300726262011324 0ustar 2.6-