1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: libfsext
Priority: extra
Maintainer: Joachim Metz <joachim.metz@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, dh-python, pkg-config, libssl-dev, python3-dev, python3-setuptools, libfuse-dev
Standards-Version: 4.1.4
Section: libs
Homepage: https://github.com/libyal/libfsext
Vcs-Git: https://github.com/libyal/libfsext.git
Package: libfsext
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libfsext1
Replaces: libfsext1
Suggests: libfsext-dbg
Description: Library to support the Extended File System (ext) format
libfsext is a library to support the Extended File System (ext) format.
Package: libfsext-dbg
Architecture: any
Section: debug
Depends: libfsext (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libfsext
Debugging symbols for libfsext.
Package: libfsext-dev
Section: libdevel
Architecture: any
Depends: libfsext (= ${binary:Version}), ${misc:Depends}
Description: Header files and libraries for developing applications for libfsext
Header files and libraries for developing applications for libfsext.
Package: libfsext-tools
Section: utils
Architecture: any
Depends: libfsext (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: libfsext-utils
Replaces: libfsext-utils
Description: Several tools for reading Extended File System (ext) volumes
Several tools for reading Extended File System (ext) volumes.
Package: libfsext-tools-dbg
Section: debug
Architecture: any
Depends: libfsext-tools (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libfsext-tools
Debugging symbols for libfsext-tools.
Package: libfsext-python3
Section: python
Architecture: any
Depends: libfsext (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: python3-libfsext
Replaces: python3-libfsext
Suggests: libfsext-python3-dbg
Description: Python 3 bindings for libfsext
Python 3 bindings for libfsext.
Package: libfsext-python3-dbg
Section: debug
Architecture: any
Depends: libfsext-python3 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libfsext-python3
Debugging symbols for libfsext-python3.
|