mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
66 lines
2.0 KiB
Plaintext
66 lines
2.0 KiB
Plaintext
Source: libexe
|
|
Priority: extra
|
|
Maintainer: Joachim Metz <joachim.metz@gmail.com>
|
|
Build-Depends: debhelper (>= 9), dh-autoreconf, dh-python, pkg-config, python3-dev, python3-setuptools
|
|
Standards-Version: 4.1.4
|
|
Section: libs
|
|
Homepage: https://github.com/libyal/libexe
|
|
Vcs-Git: https://github.com/libyal/libexe.git
|
|
|
|
Package: libexe
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: libexe1
|
|
Replaces: libexe1
|
|
Suggests: libexe-dbg
|
|
Description: Library to access the executable (EXE) format
|
|
libexe is a library to access the executable (EXE) format.
|
|
|
|
Package: libexe-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Depends: libexe (= ${binary:Version}), ${misc:Depends}
|
|
Description: Debugging symbols for libexe
|
|
Debugging symbols for libexe.
|
|
|
|
Package: libexe-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libexe (= ${binary:Version}), ${misc:Depends}
|
|
Description: Header files and libraries for developing applications for libexe
|
|
Header files and libraries for developing applications for libexe.
|
|
|
|
Package: libexe-tools
|
|
Section: utils
|
|
Architecture: any
|
|
Depends: libexe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: libexe-utils
|
|
Replaces: libexe-utils
|
|
Description: Several tools for reading executable (EXE) files
|
|
Several tools for reading executable (EXE) files.
|
|
|
|
Package: libexe-tools-dbg
|
|
Section: debug
|
|
Architecture: any
|
|
Depends: libexe-tools (= ${binary:Version}), ${misc:Depends}
|
|
Description: Debugging symbols for libexe-tools
|
|
Debugging symbols for libexe-tools.
|
|
|
|
Package: libexe-python3
|
|
Section: python
|
|
Architecture: any
|
|
Depends: libexe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: python3-libexe
|
|
Replaces: python3-libexe
|
|
Suggests: libexe-python3-dbg
|
|
Description: Python 3 bindings for libexe
|
|
Python 3 bindings for libexe.
|
|
|
|
Package: libexe-python3-dbg
|
|
Section: debug
|
|
Architecture: any
|
|
Depends: libexe-python3 (= ${binary:Version}), ${misc:Depends}
|
|
Description: Debugging symbols for libexe-python3
|
|
Debugging symbols for libexe-python3.
|
|
|