tags 474794 +patch
thanks

patch is attatched.

The patch also fixes an unreported FTBFS if built twice in a row bug.
Only in gnome-color-chooser-0.2.3: config.guess
Only in gnome-color-chooser-0.2.3: config.sub
diff -ur gnome-color-chooser-0.2.3/debian/rules gnome-color-chooser-0.2.3-plugwash/debian/rules
--- gnome-color-chooser-0.2.3/debian/rules	2008-04-09 22:00:35.000000000 +0000
+++ gnome-color-chooser-0.2.3-plugwash/debian/rules	2008-04-09 21:57:01.000000000 +0000
@@ -36,9 +36,10 @@
 clean:
 	dh_testdir
 	dh_testroot
+	make distclean
 	rm -f build-stamp
 	rm -f config.sub config.guess
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
Only in gnome-color-chooser-0.2.3: README
diff -ur gnome-color-chooser-0.2.3/src/configloader.cc gnome-color-chooser-0.2.3-plugwash/src/configloader.cc
--- gnome-color-chooser-0.2.3/src/configloader.cc	2007-11-15 23:40:34.000000000 +0000
+++ gnome-color-chooser-0.2.3-plugwash/src/configloader.cc	2008-04-09 21:44:11.000000000 +0000
@@ -14,6 +14,7 @@
 // along with this program; if not, write to the Free Software 
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#include <string.h>
 #include "configloader.h"
 #include "utils.h"
 
diff -ur gnome-color-chooser-0.2.3/src/treehandler.cc gnome-color-chooser-0.2.3-plugwash/src/treehandler.cc
--- gnome-color-chooser-0.2.3/src/treehandler.cc	2007-11-18 15:18:46.000000000 +0000
+++ gnome-color-chooser-0.2.3-plugwash/src/treehandler.cc	2008-04-09 21:45:19.000000000 +0000
@@ -14,6 +14,7 @@
 // along with this program; if not, write to the Free Software 
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#include <string.h>
 #include "treehandler.h"
 #include "utils.h"
 
diff -ur gnome-color-chooser-0.2.3/src/utils.cc gnome-color-chooser-0.2.3-plugwash/src/utils.cc
--- gnome-color-chooser-0.2.3/src/utils.cc	2007-11-15 14:01:40.000000000 +0000
+++ gnome-color-chooser-0.2.3-plugwash/src/utils.cc	2008-04-09 21:44:25.000000000 +0000
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software 
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
+#include <string.h>
 #include "utils.h"
 
 // Utils::Io

Reply via email to