Hi.
Debian build failed : here are the last build lines:
dh_lintian -pcodeblocks-contrib-common
dh_bugfiles -pcodeblocks-contrib-common
dh_install -pcodeblocks-contrib-common
dh_install: Cannot find (any matches for) "usr/share/codeblocks/codesnippets.zip" (tried in ., debian/tmp)
dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/codesnippets.zip
dh_install: Cannot find (any matches for) "usr/share/codeblocks/images/codesnippets*" (tried in ., debian/tmp)
dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/images/codesnippets*
dh_install: missing files, aborting
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:251: binary-install/codeblocks-contrib-common] Error 25
dpkg-buildpackage: erreur: fakeroot debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
Regards
Xav'
@Xav
I think I've corrected the problem with debian build of CodeSnippets contrib plugin.
But I'm a "trial and error " guy when it comes to the linux autotools. And I'm ignorant when it comes to building a linux distribution.
The mods I made do, at least, build with ./bootstrap, ./configure and make. I don't know about install. I'm a coward when it comes to installing on linux.
Fixes are in Head rev 13161.
The problem occured because I removed an old unused resource dir but tried to keep only the codesnippets.zip file.