diff --git a/debian/rules b/debian/rules
index 65e5ea460e65029580c16d0c3405fe8001b65dca..11431d2964b459a955a38750cb764aefe65223dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,8 @@ tarball: clean
 		-czf tarantool_$(UVERSION).orig.tar.gz tarantool-$(UVERSION)
 
 clean::
+	find -type f -name \*.pyc -delete
+	rm -f test/box/admin.reject
 
 install/tarantool-dbg::
 	rm -fr debian/tarantool-dbg/usr/share/doc/tarantool-dbg
@@ -42,6 +44,7 @@ install/tarantool-client-dbg::
 install/tarantool::
 	pod2man -c 'high performance key/value storage server' \
 	    debian/tarantool_box.pod > build-area/tarantool_box.1
+	make -C build-area test || /bin/true
 
 install/tarantool-common::
 	pod2man -c 'tarantool instances control' \