Improve support for Hurd and kFreeBSD systems

Improve support for Hurd and kFreeBSD systems,
although Hurd still builds without SCSI.
This commit is contained in:
Carlos Maddela
2017-08-06 17:14:14 +10:00
parent 52204ec502
commit a614f5d1f7
6 changed files with 335 additions and 0 deletions

2
debian/tests/control vendored Normal file
View File

@@ -0,0 +1,2 @@
Tests: unknown-system
Depends: dvdisaster

6
debian/tests/unknown-system vendored Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
# Make sure we haven't built for an unknown system.
! (dvdisaster --version | grep -qiw unknown)