Name Date Size #Lines LOC

..--

README.debian4H A D25-Apr-2025712 1511

changelogH A D25-Apr-20258.2 KiB279160

compatHD25-Apr-20253

controlH A D25-Apr-20251.7 KiB4439

copyrightH A D25-Apr-20251.3 KiB2519

docsH A D25-Apr-202566 87

libsgutils2-2.installH A D25-Apr-202515 21

libsgutils2-dev.installH A D25-Apr-202555 54

rulesH A D25-Apr-20252 KiB8449

sg3-utils.examplesH A D25-Apr-202511 21

sg3-utils.installH A D25-Apr-202531 32

README.debian4

1For whatever reason Debian build scripts (e.g. debhelper and dbclean)
2seem to have changed in such a way to be Debian 4.0 ("etch") unfriendly.
3
4So when the ./build_debian.sh script is called on a Debian 4.0 system,
5it fails saying the debhelper is too old. That can be fixed by editing
6the 'control' file, changing this line:
7    Build-Depends: debhelper (>> 7), libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
8to:
9    Build-Depends: debhelper, libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
10
11The script then dies in dbclean and the hack to get around that is to
12edit the 'compat' file. It contains "7" which needs to be changed to
13"4". Evidently "4" is deprecated and "5" is preferable and should work.
14
15