[Pkg-silc-commits] [SCM] plugin for Kopete to support SILC protocol branch, master, updated. debian/0.5-2

Jérémy Bobbio lunar at debian.org
Fri Jul 24 00:12:19 UTC 2009


The following commit has been merged in the master branch:
commit 9827dd73d8d4591304da53a89658f44186df14a4
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Jun 25 22:55:25 2009 +0200

    Fix FTBFS with GCC 4.4
    
    Thanks Peter Green for the patch!
    
    (Closes: #504976)

diff --git a/debian/changelog b/debian/changelog
index 30d7f3f..99a6781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ kopete-silc-plugin (0.5-2) UNRELEASED; urgency=low
   * Depend on kopete… obviously.
   * Update Vcs-* field and document Git usage in README.source.
   * Bump Standards-Version to 3.8.2, no changes required.
+  * Fix FTBFS with GCC 4.4.  Thanks Peter Green for the patch!
+    (Closes: #504976)
 
  -- Jérémy Bobbio <lunar at debian.org>  Thu, 25 Jun 2009 18:11:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 28faf25..aec8af7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,11 @@ clean:
           -or -name cmake_install.cmake -or -name Makefile \
 	  -or -name kopete_silc.la -or -name install_manifest.txt`; \
 	 do rm -rf $$A; done
+	rm -f src/*.moc
+	rm -rf lib
+	rm -f src/CTestTestfile.cmake
+	rm -f src/icons/CTestTestfile.cmake
+	rm -f src/kopete_silc_automoc.cpp.files
 	dh_clean 
 
 install: build
diff --git a/src/silcaccount.cpp b/src/silcaccount.cpp
index c4dc2bf..334cefe 100644
--- a/src/silcaccount.cpp
+++ b/src/silcaccount.cpp
@@ -19,6 +19,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 #include <cstdlib>
+#include <cstdio>
 #include <iostream>
 #include <assert.h>
 
diff --git a/src/silcfiletransfer.h b/src/silcfiletransfer.h
index 5757b54..d2e7f99 100644
--- a/src/silcfiletransfer.h
+++ b/src/silcfiletransfer.h
@@ -28,6 +28,8 @@
 // Likewise for mode_t.
 #include <sys/types.h>
 
+#include <cstdarg>
+
 // include libsilc stuff into a separate namespace
 namespace SilcTK {
 #include <silc.h>

-- 
plugin for Kopete to support SILC protocol



More information about the Pkg-silc-commits mailing list