From 811362cdf40d4bcb6a73a2b9397caa4a397c1b9b Mon Sep 17 00:00:00 2001
From: "Dmitry E. Oboukhov" <unera@debian.org>
Date: Mon, 9 Sep 2013 13:36:59 +0400
Subject: [PATCH] Remove tarantool/config.h pointedly (Debian/BSD).

---
 debian/changelog | 6 ++++++
 debian/rules     | 6 +++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c1edfe164e..efcfb602c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tarantool (1.5.1.82.ga064ebe-1) unstable; urgency=low
+
+  * Remove tarantool/config.h pointedly (try to fix FTBFS with Debian/kFreeBSD).
+
+ -- Dmitry E. Oboukhov <unera@debian.org>  Mon, 09 Sep 2013 13:35:06 +0400
+
 tarantool (1.5.1.81.g4382f16-1) unstable; urgency=low
 
   * Fix debian/rules clean section (cleanup CMake files).
diff --git a/debian/rules b/debian/rules
index c61949c11d..43a5dd3074 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,11 @@ clean::
 	find -type f -name \*.pyc -delete
 	find -type d -name CMakeFiles -exec rm -fr '{}' +
 	rm -f CMakeCache.txt
-#	find test -name \*.reject -delete
+	rm -f CPackConfig.cmake
+	rm -f CPackSourceConfig.cmake
+	rm -f include/tarantool/config.h
+	rm -f doc/tnt.ent
+	rm -f www-data.in/download
 
 install/tarantool-dbg::
 	rm -fr debian/tarantool-dbg/usr/share/doc/tarantool-dbg
-- 
GitLab