mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
tag v1.15.0 67fe5ea7f68cf1185379c2c5e8acf37d483a2d4a https://github.com/clalancette/pycdlib.git
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
Source: pycdlib
|
|
Maintainer: Chris Lalancette <clalancette@gmail.com>
|
|
Section: python
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3), dh-python, python-setuptools, python3-all, python3-setuptools
|
|
Standards-Version: 3.9.4
|
|
Homepage: https://github.com/clalancette/pycdlib
|
|
Vcs-Git: https://github.com/clalancette/pycdlib.git
|
|
X-Python3-Version: >= 3.2
|
|
|
|
Package: python3-pycdlib
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${python3:Depends}
|
|
Description: Pure python ISO9660 read and write library
|
|
Pycdlib is a pure python library for reading, writing, and otherwise
|
|
manipulating ISO9660 files. It is focused on speed, correctness, and
|
|
conformance to the various standards around ISO9660, including ISO9660 itself,
|
|
the Joliet extensions, the Rock Ridge extensions, the El Torito boot
|
|
extensions, and the UDF standard.
|
|
|
|
Package: pycdlib-tools
|
|
Depends: ${misc:Depends}, ${python:Depends}, python3-pycdlib, python3
|
|
Architecture: all
|
|
Description: Tools based on pycdlib
|
|
This package contains tools that depend on the pycdlib library to operate.
|