2025-02-12 16:44:08 +01:00
|
|
|
Source: identify
|
|
|
|
Section: python
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
|
|
Build-Depends:
|
2025-02-12 20:53:03 +01:00
|
|
|
debhelper-compat (= 13),
|
2025-02-12 21:45:23 +01:00
|
|
|
dh-sequence-python3,
|
2025-02-12 20:53:01 +01:00
|
|
|
help2man,
|
2025-02-12 16:44:08 +01:00
|
|
|
python3-all,
|
|
|
|
python3-setuptools,
|
2025-02-12 20:53:01 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-12 22:06:26 +01:00
|
|
|
Standards-Version: 4.6.2
|
2025-02-12 16:44:08 +01:00
|
|
|
Homepage: https://github.com/chriskuehl/identify
|
|
|
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/identify
|
|
|
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/identify
|
|
|
|
|
|
|
|
Package: python3-identify
|
2025-02-12 20:53:02 +01:00
|
|
|
Section: python
|
2025-02-12 16:44:08 +01:00
|
|
|
Architecture: all
|
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${python3:Depends},
|
|
|
|
Description: File identification library for Python
|
|
|
|
Identify is a Python module to get information about files, such as:
|
|
|
|
.
|
|
|
|
* File type (file, symlink, directory)
|
|
|
|
* Mode (is it executable?)
|
|
|
|
* File name (mostly based on extension)
|
|
|
|
* If executable, the shebang is read and the interpreter interpreted
|