Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Jenna on May 14, 2008, 04:14:31 pm

Title: moving of setup directory breaks debian-build
Post by: Jenna on May 14, 2008, 04:14:31 pm
The setup directory not only includes the scripts for the windows-installer, but also the files needed to integrate C::B in linux desktops.

That makes the debian-build (with dpkg-buildpackage) break.
One solution would be to remove the "usr/share/applications" entry from "debian/codeblocks.install", but that would also remove the "codeblocks.desktop", "codeblocks.xml " C::B-pixmap and menu-entries from the package what is not good I think.

The better solution is in my opinion to move the "mime"-directory (subdir of "setup")  back to trunk and add the appropriate-entries to "configure.in" and "Makefile.am".
Title: Re: moving of setup directory breaks debian-build
Post by: MortenMacFly on May 14, 2008, 06:22:03 pm
I have moved the MIME folder as suggested to /trunk/src/mime
Mind providing a patch for the build system? I don't have Linux...

To the devs: Sorry for the fu***** damn single move operations my SVN client software did. I didn't realise that if I select all files and say "move" it generates a million moves and therefore revisions. I feel very sorry for that.
Title: Re: moving of setup directory breaks debian-build
Post by: Biplab on May 14, 2008, 06:45:04 pm
I have moved the MIME folder as suggested to /trunk/src/mime
Mind providing a patch for the build system? I don't have Linux...

The autotools build should be fixed now. :)
Title: Re: moving of setup directory breaks debian-build
Post by: Jenna on May 14, 2008, 11:21:04 pm
Many thanks MortenMacFly and Biplab