Hi
As said in the title, some warnings appears while building the deb package on a debian distro (stretch).
Each dh_strip command give the same warning :
Quote from: debuilddh_strip: Compatibility levels before 9 are deprecated (level 7 in use)
This is not blocking as the deb package are successfully built, but I would just signal this.
Regards
Xav'
Have you tried to rise the compatibility to see what happens?
Hi
Quote from: oBFusCATed on January 29, 2018, 08:41:23 PM
Have you tried to rise the compatibility to see what happens?
Seems to be ok : I've changed "debian/compat" from 7 to 9.
No more warnings and packages build successfully.
Regards
Xav'
Can you post a patch? Would this changed source be usable on other debian based distros? Older ubuntus for example? 16.04 lts, 14.04 lts, etc...