• Home
Name Date Size #Lines LOC

..--

README.debian4D03-May-2024712 1511

changelogD03-May-20248.2 KiB279160

compatD03-May-20243

controlD03-May-20241.7 KiB4439

copyrightD03-May-20241.3 KiB2519

docsD03-May-202466 87

libsgutils2-2.installD03-May-202415 21

libsgutils2-dev.installD03-May-202455 54

rulesD03-May-20242 KiB8449

sg3-utils.examplesD03-May-202411 21

sg3-utils.installD03-May-202431 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