Source: redumper
Section: utils
Priority: optional
Maintainer: gmipf <gmipf64@gmail.com>
# unzip: not for debian/rules -- for debtransform. Upstream ships the linux-x64
# release as a .zip, and OBS turns it into the .orig tarball inside the BUILD ROOT,
# where the only tools present are the ones named here.
Build-Depends: debhelper-compat (= 13),
               unzip
Standards-Version: 4.6.2
Homepage: https://github.com/superg/redumper
Rules-Requires-Root: no
Vcs-Git: https://github.com/gmipf/packaging-media-preservation.git
Vcs-Browser: https://github.com/gmipf/packaging-media-preservation

Package: redumper
# arm64: the orig tarball (Debtransform-Tar) carries the linux-x64 binary;
# debian/rules swaps in the linux-arm64 build (a Debtransform-Files extra) on
# an arm64 build. arm64 ships UNTESTED (no hardware drive-access proof).
Architecture: amd64 arm64
# No ${shlibs:Depends}: the upstream binary is fully statically linked
# (dh_shlibdeps finds no shared-library dependencies at all).
Depends: ${misc:Depends}, libcap2-bin
Description: low-level byte-perfect optical disc dumper
 redumper is a low-level byte-perfect disc dumper for CD, DVD, HD-DVD and
 Blu-ray. It supports advanced PLEXTOR features (negative lead-in, read
 method D8) and Xbox / Xbox 360 (XGD) dumping via Kreon custom-firmware
 drives. It is one of the dumpers used by the Redump and No-Intro disc
 preservation projects.
 .
 This package repackages the matching upstream statically-linked release
 binary unchanged (linux-x64 on amd64, linux-arm64 on arm64). On install the
 binary is given the cap_sys_rawio file
 capability so vendor SCSI passthrough commands work without sudo; drive
 node access still requires a local desktop seat (uaccess) or membership of
 the cdrom group.
