You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
README.debian4 Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
changelog Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
compat Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
control Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
copyright Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
docs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
libsgutils2-2.install Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
libsgutils2-dev.install Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
rules Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
sg3-utils.examples Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
sg3-utils.install Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago

README.debian4

For whatever reason Debian build scripts (e.g. debhelper and dbclean)
seem to have changed in such a way to be Debian 4.0 ("etch") unfriendly.

So when the ./build_debian.sh script is called on a Debian 4.0 system,
it fails saying the debhelper is too old. That can be fixed by editing
the 'control' file, changing this line:
    Build-Depends: debhelper (>> 7), libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
to:
    Build-Depends: debhelper, libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64]

The script then dies in dbclean and the hack to get around that is to
edit the 'compat' file. It contains "7" which needs to be changed to
"4". Evidently "4" is deprecated and "5" is preferable and should work.