Source: icoextract
Section: misc
Priority: optional
Maintainer: James Lu <jlu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
               pybuild-plugin-pyproject,
               gcc-mingw-w64 <!nocheck>,
               imagemagick (>= 8:6~) <!nocheck>,
               python3-pefile <!nocheck>,
               python3-pil <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/jlu5/icoextract
Vcs-Browser: https://salsa.debian.org/jlu/icoextract
Vcs-Git: https://salsa.debian.org/jlu/icoextract.git
X-Python3-Version: >= 3.10
Rules-Requires-Root: no

Package: icoextract
Architecture: all
Depends: ${misc:Depends},
         python3-icoextract (= ${source:Version})
Recommends: icoextract-thumbnailer (= ${source:Version})
Description: icon extractor for Windows executables (metapackage)
 icoextract is an icon extractor library for Windows executables
 (.exe/.dll/.mun).
 .
 This metapackage installs the icoextract library, tools, and optional
 thumbnailer component.

Package: python3-icoextract
Architecture: all
Section: python
Depends: ${python3:Depends}, ${misc:Depends}, python3-pefile
Description: icon extractor for Windows executables
 icoextract is an icon extractor library for Windows executables
 (.exe/.dll/.mun).
 .
 This package installs the library and command line tools.
Breaks: icoextract (<< 0.3.0~)
Replaces: icoextract (<< 0.3.0~)

Package: icoextract-thumbnailer
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-icoextract (= ${source:Version}),
         python3-pil
Provides: exe-thumbnailer
Description: thumbnailer for Windows executables
 icoextract is an icon extractor library for Windows executables
 (.exe/.dll/.mun).
 .
 This package installs a Windows executable thumbnailer for file managers
 supporting Freedesktop.org thumbnailers.
