[Pkg-silc-commits] [SCM] plugin for Kopete to support SILC protocol branch, master, updated. debian/0.5-1
Jérémy Bobbio
lunar at debian.org
Fri Jun 26 15:29:31 UTC 2009
The following commit has been merged in the master branch:
commit eb5fcba51d3acbb8fe452d1e19e1a999463e0514
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 cdddcad..75452c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ kopete-silc-plugin (0.5-1) unstable; 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)
[ Stefan Siegl ]
* Fix homepage and watch URL.
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