tape: implement binding for libsgutils2

So that we can read cartridge memory without calling "sg_raw". In future,
we may need further low level command to control the tape..
This commit is contained in:
Dietmar Maurer
2020-12-23 09:44:53 +01:00
parent 4799280ccd
commit dbe7e556b0
7 changed files with 218 additions and 23 deletions

9
debian/control vendored
View File

@ -35,10 +35,10 @@ Build-Depends: debhelper (>= 11),
librust-percent-encoding-2+default-dev (>= 2.1-~~),
librust-pin-project-0.4+default-dev,
librust-pin-utils-0.1+default-dev,
librust-proxmox-0.9+api-macro-dev,
librust-proxmox-0.9+default-dev,
librust-proxmox-0.9+sortable-macro-dev,
librust-proxmox-0.9+websocket-dev,
librust-proxmox-0.9+api-macro-dev (>= 0.9.1-~~),
librust-proxmox-0.9+default-dev (>= 0.9.1-~~),
librust-proxmox-0.9+sortable-macro-dev (>= 0.9.1-~~),
librust-proxmox-0.9+websocket-dev (>= 0.9.1-~~),
librust-proxmox-fuse-0.1+default-dev,
librust-pxar-0.6+default-dev (>= 0.6.2-~~),
librust-pxar-0.6+futures-io-dev (>= 0.6.2-~~),
@ -115,6 +115,7 @@ Depends: fonts-font-awesome,
smartmontools,
mtx,
mt-st,
libsgutils2-2,
sg3-utils,
${misc:Depends},
${shlibs:Depends},

1
debian/control.in vendored
View File

@ -14,6 +14,7 @@ Depends: fonts-font-awesome,
smartmontools,
mtx,
mt-st,
libsgutils2-2,
sg3-utils,
${misc:Depends},
${shlibs:Depends},