Source: pysquashfsimage
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Philipp Huebner <debalance@debian.org>
Homepage: https://github.com/matteomattei/PySquashfsImage
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/pysquashfsimage
Vcs-Git: https://salsa.debian.org/python-team/packages/pysquashfsimage.git

Package: python3-pysquashfsimage
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library for reading SquashFS 4.0 images
 PySquashfsImage is a lightweight library and tool for reading and extracting
 squashfs 4.0 little endian images in Python. It provides a high-level API
 for easy access to these file systems.
 .
 This package provides the importable Python 3 library.

Package: pysquashfsimage
Architecture: all
Depends: python3-pysquashfsimage (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: command-line tool for reading and extracting SquashFS images
 PySquashfsImage is a lightweight library and tool for reading and extracting
 squashfs 4.0 little endian images in Python. It provides a high-level API
 for easy access to these file systems.
 .
 This package provides the 'pysquashfs' command that can list, extract, and
 scan SquashFS images.
Section: utils

Package: python-pysquashfsimage-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for PySquashfsImage
 PySquashfsImage is a lightweight library and tool for reading and extracting
 squashfs 4.0 little endian images in Python. It provides a high-level API
 for easy access to these file systems.
 .
 This package provides the documentation.
