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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: libvhdi
Priority: extra
Maintainer: Joachim Metz <joachim.metz@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, python-dev, python-setuptools, python3-dev, python3-setuptools, libfuse-dev
Standards-Version: 4.1.4
Section: libs
Homepage: https://github.com/libyal/libvhdi
Vcs-Git: https://github.com/libyal/libvhdi.git
Package: libvhdi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libvhdi1
Replaces: libvhdi1
Suggests: libvhdi-dbg
Description: Library to access the Virtual Hard Disk (VHD) image format
libvhdi is a library to access the Virtual Hard Disk (VHD) image format.
Package: libvhdi-dbg
Architecture: any
Section: debug
Depends: libvhdi (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libvhdi
Debugging symbols for libvhdi.
Package: libvhdi-dev
Section: libdevel
Architecture: any
Depends: libvhdi (= ${binary:Version}), ${misc:Depends}
Description: Header files and libraries for developing applications for libvhdi
Header files and libraries for developing applications for libvhdi.
Package: libvhdi-tools
Section: utils
Architecture: any
Depends: libvhdi (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: libvhdi-utils
Replaces: libvhdi-utils
Description: Several tools for reading Virtual Hard Disk (VHD) image files
Several tools for reading Virtual Hard Disk (VHD) image files.
Package: libvhdi-tools-dbg
Section: debug
Architecture: any
Depends: libvhdi-tools (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libvhdi-tools
Debugging symbols for libvhdi-tools.
Package: libvhdi-python
Section: python
Architecture: any
Depends: libvhdi (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-libvhdi
Replaces: python-libvhdi
Suggests: libvhdi-python-dbg
Description: Python 2 bindings for libvhdi
Python 2 bindings for libvhdi.
Package: libvhdi-python-dbg
Section: debug
Architecture: any
Depends: libvhdi-python (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libvhdi-python
Debugging symbols for libvhdi-python.
Package: libvhdi-python3
Section: python
Architecture: any
Depends: libvhdi (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: python3-libvhdi
Replaces: python3-libvhdi
Suggests: libvhdi-python3-dbg
Description: Python 3 bindings for libvhdi
Python 3 bindings for libvhdi.
Package: libvhdi-python3-dbg
Section: debug
Architecture: any
Depends: libvhdi-python3 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libvhdi-python3
Debugging symbols for libvhdi-python3.
|