Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Xaviou on January 29, 2018, 11:07:42 am
-
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 :
dh_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
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...