[Python-modules-commits] [speechrecognition-python] 01/02: Add running flac tests
Ethan Ward
ethanward-guest at moszumanska.debian.org
Sun Sep 24 21:55:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository speechrecognition-python.
commit bea47600e8b8614a57a892d2b84c9651bfd82c24
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Sun Sep 24 16:53:46 2017 -0500
Add running flac tests
---
debian/control | 1 +
debian/rules | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index cd0d714..c4fbadb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
Uploaders: Ethan Ward <ethan.ward at mycroft.ai>
Build-Depends: debhelper (>= 10),
dh-python,
+ flac,
python-all,
python-setuptools,
python3-all,
diff --git a/debian/rules b/debian/rules
index 08ef965..ae6908f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
export PYBUILD_NAME=speechrecognition
export POCKETSPHINX_TEST_SKIP=1
-export FLAC_TEST_SKIP=1
export GOOGLE_TEST_SKIP=1
%:
@@ -11,6 +9,5 @@ export GOOGLE_TEST_SKIP=1
override_dh_auto_test:
export POCKETSPHINX_TEST_SKIP=1
- export FLAC_TEST_SKIP=1
export GOOGLE_TEST_SKIP=1
dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/speechrecognition-python.git
More information about the Python-modules-commits
mailing list