Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Jenna on December 23, 2007, 03:33:28 pm

Title: lib_finder-plugin breaks .deb-build
Post by: Jenna on December 23, 2007, 03:33:28 pm
First posted here (http://forums.codeblocks.org/index.php?topic=7494.msg56852;topicseen#new).

Patch:

Code
--- codeblocks-1.0svn.orig/debian/codeblocks-contrib.install    2007-12-10 00:04:42.000000000 +0100
+++ codeblocks-1.0svn.work/debian/codeblocks-contrib.install    2007-12-23 14:49:48.000000000 +0100
@@ -16,6 +16,7 @@
 usr/share/codeblocks/wxsmithcontribitems.zip*
 usr/share/codeblocks/images/codesnippets*
 usr/share/codeblocks/images/wxsmith*
+usr/share/codeblocks/lib_finder/*
 usr/share/codeblocks/plugins/libAutoVersioning.*
 usr/share/codeblocks/plugins/libbyogames.*
 usr/share/codeblocks/plugins/libcb_koders.*
@@ -32,4 +33,4 @@
 usr/share/codeblocks/plugins/libSymTab.*
 usr/share/codeblocks/plugins/libwxsmith.*
 usr/share/codeblocks/plugins/libwxsmithcontribitems.*
-
+usr/share/codeblocks/plugins/lilbib_finder.*
Title: Re: lib_finder-plugin breaks .deb-build
Post by: killerbot on December 23, 2007, 03:38:08 pm
Quote
usr/share/codeblocks/plugins/liblib_finder.*
was already in there, put you typed lilbib_finder ??

other part of patch is committed
Title: Re: lib_finder-plugin breaks .deb-build
Post by: Jenna on December 23, 2007, 03:46:22 pm
You are right, the second "+"-line came accidently into the patch, but the first is needed to copy the lib_finder *.xml-files.
Title: Re: lib_finder-plugin breaks .deb-build
Post by: darthdespotism on December 23, 2007, 04:06:57 pm
OK 4749 builds again for me, too. Thanks ;)
Title: Re: lib_finder-plugin breaks .deb-build
Post by: byo on December 28, 2007, 12:02:00 am
Thanks for fixing that. I'm still not familiar with some linux stuff.
But great to know that everything works now :)

Regards
   BYO