[Pkg-voip-commits] r3089 - srtp/trunk/debian
Jonas Smedegaard
js at alioth.debian.org
Tue Jan 30 00:24:17 CET 2007
Author: js
Date: 2007-01-30 00:24:16 +0100 (Tue, 30 Jan 2007)
New Revision: 3089
Modified:
srtp/trunk/debian/rules
Log:
Tests work reliably with the patch: Fail build if tests fail.
Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules 2007-01-29 23:21:07 UTC (rev 3088)
+++ srtp/trunk/debian/rules 2007-01-29 23:24:16 UTC (rev 3089)
@@ -16,22 +16,10 @@
endif
DEB_MAKE_BUILD_TARGET = librstp.a libsrtpdoc
-
DEB_MAKE_CLEAN_TARGET = superclean
+DEB_MAKE_CHECK_TARGET = runtest
-# Tests fail. Possibly harmless, so just try them without failing for now...
-
-#DEB_MAKE_CHECK_TARGET = runtest
-common-build-arch common-build-indep:: debian/stamp-makefile-check-grace
-debian/stamp-makefile-check-grace: debian/stamp-makefile-build
- -$(DEB_MAKE_INVOKE) runtest
- touch $@
-
-clean::
- rm -f debian/stamp-makefile-check-grace
-
-
# Why this link, Mikael? Seems to build correctly without it...
#common-configure-arch::
More information about the Pkg-voip-commits
mailing list