Hi David,
I hope you don't mind, but since I took a bit of time to update the
packaging and try to build the latest release of codeblocks myself
this morning, I went ahead and updated codeblocks' collab-maint git
repo. :)
I just wanted to ask a few quick questions about the packaging:
- Why do you set /usr/share/codeblocks/lexers/lexer_bash.sample as
executable in postinst? Since that file is shipped in
codeblocks-common, couldn't you just do it after it's installed into
the build tree? I went ahead and removed the postinst script in favour
of adding an override_dh_fixperms target in debian/rules that does the
same thing; this also fixes lintian warning script-not-executable.
- Is it possible to simplify override_dh_strip a bit? Instead of
manually moving the files around, I was thinking of something like
this:
override_dh_strip:
dh_strip -p codeblocks --dbg-package=codeblocks-dbg
dh_strip -p libcodeblocks0 --dbg-package=codeblocks-dbg
dh_strip -p codeblocks-contrib --dbg-package=codeblocks-contrib-dbg
dh_strip -p libwxsmithlib0 --dbg-package=codeblocks-contrib-dbg
...although I admit I haven't actually tested that yet and am not sure
if it actually works.
Regards,
Vincent
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]