Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Xaviou on January 29, 2018, 11:07:42 am

Title: Warnings while building deb package
Post 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 :
Quote from: debuild
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'
Title: Re: Warnings while building deb package
Post by: oBFusCATed on January 29, 2018, 08:41:23 pm
Have you tried to rise the compatibility to see what happens?
Title: Re: Warnings while building deb package
Post by: Xaviou on January 30, 2018, 11:06:16 pm
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'
Title: Re: Warnings while building deb package
Post by: oBFusCATed on January 31, 2018, 12:32:21 am
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...