Use "make check" in debian/rules and strace.spec

* debian/control: Update Build-Depends.
* debian/rules: Run "make check".
* strace.spec: Update BuildRequires. Run "make check" in %check section.
diff --git a/debian/rules b/debian/rules
index 8e66ae9..b997182 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,9 @@
 
 %-stamp: %/Makefile
 	$(MAKE) -C $*
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	$(MAKE) -C $* check
+endif
 	touch $@
 
 build/Makefile: