Skip to content
Snippets Groups Projects
Commit 811362cd authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

Remove tarantool/config.h pointedly (Debian/BSD).

parent 776c5364
No related merge requests found
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).
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment