Github question

Whilst I have been utilising a number of different scripts recently, I have noted this warning tag during the script install process:

dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 i n use)

If someone can explain what this means and is it something to be concerned about, as all the scripts, with this warning, have worked. Just curious.

This warning has nothing to do with the bash script you use to build & install packages.

This warning orignates from command “dpkg-buildpackage” when it works on the source code to build the package.

Those who are conversant with mechanism of building packages, or the source code authors can explain this. Anyway as it is only a warning and not an error, and does not affect package building, I simply ignore it. I follow this saying “Dont worry, be happy” :wink: .

Thanks for the explanation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.