Author Topic: moving of setup directory breaks debian-build  (Read 4678 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
moving of setup directory breaks debian-build
« 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".

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: moving of setup directory breaks debian-build
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: moving of setup directory breaks debian-build
« Reply #2 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. :)
Be a part of the solution, not a part of the problem.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: moving of setup directory breaks debian-build
« Reply #3 on: May 14, 2008, 11:21:04 pm »
Many thanks MortenMacFly and Biplab