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
|
Source: libqcow
Section: libs
Priority: extra
Maintainer: Joachim Metz <joachim.metz@gmail.com>
Build-Depends: debhelper (>= 7), autotools-dev, zlib1g-dev, libssl-dev, libfuse-dev, python-dev, python3-dev
Standards-Version: 3.9.5
Homepage: https://github.com/libyal/libqcow/
Package: libqcow
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libqcow-dbg
Description: Library to access the QEMU Copy-On-Write (QCOW) image file format
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image file format.
Package: libqcow-dbg
Architecture: any
Section: debug
Depends: libqcow (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libqcow
Debugging symbols for libqcow.
Package: libqcow-dev
Section: libdevel
Architecture: any
Depends: libqcow (= ${binary:Version}), ${misc:Depends}
Description: Header files and libraries for developing applications for libqcow
Header files and libraries for developing applications for libqcow.
Package: libqcow-tools
Section: utils
Architecture: any
Depends: libqcow (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Several tools for reading QEMU Copy-On-Write (QCOW) image files
Several tools for reading QEMU Copy-On-Write (QCOW) image files.
Package: libqcow-python
Section: python
Architecture: any
Depends: libqcow (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libqcow-python-dbg
Description: Python 2 bindings for libqcow
Python 2 bindings for libqcow.
Package: libqcow-python-dbg
Section: debug
Architecture: any
Depends: libqcow-python (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libqcow-python
Debugging symbols for libqcow-python.
Package: libqcow-python3
Section: python
Architecture: any
Depends: libqcow (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libqcow-python3-dbg
Description: Python 3 bindings for libqcow
Python 3 bindings for libqcow.
Package: libqcow-python3-dbg
Section: debug
Architecture: any
Depends: libqcow-python3 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libqcow-python3
Debugging symbols for libqcow-python3.
|