commit | 983e875c1c150ef73c39c27de80c430c7f2a46ea | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Feb 27 10:16:41 2011 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Feb 27 10:16:41 2011 +0000 |
tree | 817aa1b405f3aff507efb135a1cd09401a1fcab6 | |
parent | 4e4b5adfab00af3969e4352da85c1f5553d280bc [diff] [blame] |
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: