Source: icoextract
Section: misc
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-python,
 gcc-mingw-w64 <!nocheck>,
 imagemagick (>= 8:6~) <!nocheck>,
 pkgconf,
 pkg-config,
 python3-setuptools,
 python3-all,
 python3-pefile <!nocheck>,
 python3-pil <!nocheck>,
X-Python3-Version: >= 3.9
#Testsuite: autopkgtest-pkg-python
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

Package: icoextract
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 python3-icoextract,
Recommends: icoextract-thumbnailer,
Suggests: icoextract-thumbnailer,
Description: Extract icons from Windows PE files (.exe/.dll)
 icoextract is an icon extractor for Windows PE files (.exe/.dll/.mun), written in Python. It also includes a thumbnailer script (exe-thumbnailer) for Linux desktops.

Package: python3-icoextract
Section: python
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 python3-pefile,
Description: Extract icons from Windows PE files (.exe/.dll)
 icoextract is an icon extractor for Windows PE files (.exe/.dll/.mun), written in Python. It also includes a thumbnailer script (exe-thumbnailer) for Linux desktops.

Package: icoextract-thumbnailer
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 python3-icoextract,
 python3-pil,
Recommends: icoextract,
Suggests: icoextract,
Provides: exe-thumbnailer
Description: Extract icons from Windows PE files (.exe/.dll)
 icoextract is an icon extractor for Windows PE files (.exe/.dll/.mun), written in Python. It also includes a thumbnailer script (exe-thumbnailer) for Linux desktops.