[Pkg-voip-commits] r10563 - in /spandsp/trunk/debian: changelog control rules tests/ tests/check tests/control
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Fri Aug 29 07:48:07 UTC 2014
Author: tzafrir
Date: Fri Aug 29 07:48:07 2014
New Revision: 10563
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10563
Log:
Don't run tests automatically at build time: use Dep8 tests.
Added:
spandsp/trunk/debian/tests/
spandsp/trunk/debian/tests/check (with props)
spandsp/trunk/debian/tests/control
Modified:
spandsp/trunk/debian/changelog
spandsp/trunk/debian/control
spandsp/trunk/debian/rules
Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=10563&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Fri Aug 29 07:48:07 2014
@@ -3,6 +3,7 @@
* NOT RELEASED YET
* Fix package descriptions (Closes: #757747).
* Move spandsp.h to an arch-dependent subdir (Closes: #757804).
+ * Don't run tests automatically at build time: use Dep8 tests.
-- Tzafrir Cohen <tzafrir at debian.org> Sat, 09 Aug 2014 19:34:46 +0300
Modified: spandsp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/control?rev=10563&op=diff
==============================================================================
--- spandsp/trunk/debian/control (original)
+++ spandsp/trunk/debian/control Fri Aug 29 07:48:07 2014
@@ -19,6 +19,7 @@
xsltproc,
docbook-xsl, docbook-xml
Standards-Version: 3.9.5
+XS-Testsuite: autopkgtest
Homepage: http://www.soft-switch.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-voip/spandsp/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/spandsp/trunk/
Modified: spandsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/rules?rev=10563&op=diff
==============================================================================
--- spandsp/trunk/debian/rules (original)
+++ spandsp/trunk/debian/rules Fri Aug 29 07:48:07 2014
@@ -6,7 +6,7 @@
INC_DIR_ARCH=$(INC_DIR)/$(DEB_BUILD_MULTIARCH)
override_dh_auto_configure:
- dh_auto_configure -- --enable-doc --enable-tests
+ dh_auto_configure -- --enable-doc
override_dh_auto_build:
dh_auto_build
Added: spandsp/trunk/debian/tests/check
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/tests/check?rev=10563&op=file
==============================================================================
--- spandsp/trunk/debian/tests/check (added)
+++ spandsp/trunk/debian/tests/check Fri Aug 29 07:48:07 2014
@@ -0,0 +1,3 @@
+#!/bin/sh
+./configure --enable-tests
+make check
Propchange: spandsp/trunk/debian/tests/check
------------------------------------------------------------------------------
svn:executable = *
Added: spandsp/trunk/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/tests/control?rev=10563&op=file
==============================================================================
--- spandsp/trunk/debian/tests/control (added)
+++ spandsp/trunk/debian/tests/control Fri Aug 29 07:48:07 2014
@@ -0,0 +1,3 @@
+Tests: check
+Restrictions: rw-build-tree allow-stderr
+Depends: @builddeps@
More information about the Pkg-voip-commits
mailing list