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: libfwnt
Priority: extra
Maintainer: Joachim Metz <joachim.metz@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, python-dev, python3-dev
Standards-Version: 3.9.5
Section: libs
Homepage: https://github.com/libyal/libfwnt
Package: libfwnt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libfwnt1
Replaces: libfwnt1
Suggests: libfwnt-dbg
Description: Library to support common Windows NT specific formats
libfwnt is a library to support common Windows NT specific formats.
Package: libfwnt-dbg
Architecture: any
Section: debug
Depends: libfwnt (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libfwnt
Debugging symbols for libfwnt.
Package: libfwnt-dev
Section: libdevel
Architecture: any
Depends: libfwnt (= ${binary:Version}), ${misc:Depends}
Description: Header files and libraries for developing applications for libfwnt
Header files and libraries for developing applications for libfwnt.
Package: libfwnt-python
Section: python
Architecture: any
Depends: libfwnt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-libfwnt
Replaces: python-libfwnt
Suggests: libfwnt-python-dbg
Description: Python 2 bindings for libfwnt
Python 2 bindings for libfwnt.
Package: libfwnt-python-dbg
Section: debug
Architecture: any
Depends: libfwnt-python (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libfwnt-python
Debugging symbols for libfwnt-python.
Package: libfwnt-python3
Section: python
Architecture: any
Depends: libfwnt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: python3-libfwnt
Replaces: python3-libfwnt
Suggests: libfwnt-python3-dbg
Description: Python 3 bindings for libfwnt
Python 3 bindings for libfwnt.
Package: libfwnt-python3-dbg
Section: debug
Architecture: any
Depends: libfwnt-python3 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libfwnt-python3
Debugging symbols for libfwnt-python3.
|