Source: icoextract
Section: misc
Priority: optional
Maintainer: James Lu <jlu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
               gcc-mingw-w64 <!nocheck>,
               imagemagick <!nocheck>,
               python3-pefile <!nocheck>,
               python3-pil <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/jlu5/icoextract
Vcs-Browser: https://salsa.debian.org/jlu-guest/icoextract
Vcs-Git: https://salsa.debian.org/jlu-guest/icoextract.git
X-Python3-Version: >= 3.8
#Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: icoextract
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-icoextract
Description: icon extraction library for Windows PE files (utilities)
 icoextract is an icon extraction library for Windows PE files (.exe/.dll)
 .
 This package installs the icoextract and icolist command line utilities.

Package: python3-icoextract
Architecture: all
Section: python
Depends: ${python3:Depends}, ${misc:Depends}, python3-pefile
Description: icon extraction library for Windows PE files
 icoextract is an icon extraction library for Windows PE files (.exe/.dll)
 .
 This package installs the library for Python 3.

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