[med-svn] [Git][med-team/praat][master] 3 commits: d/p/show-fc-discrimant-test.patch: New patch
Rafael Laboissiere
gitlab at salsa.debian.org
Mon Jan 7 07:28:08 GMT 2019
Rafael Laboissiere pushed to branch master at Debian Med / praat
Commits:
b9e71946 by Rafael Laboissiere at 2019-01-06T20:54:55Z
d/p/show-fc-discrimant-test.patch: New patch
- - - - -
c4f0fd05 by Rafael Laboissiere at 2019-01-06T21:01:12Z
d/t/run-tests: Exclude test_SpeechSynthesizer_alignment.praat
- - - - -
2320ceeb by Rafael Laboissiere at 2019-01-07T07:27:47Z
Changelog entry for version 6.0.46-2
Gbp-Dch: Ignore
- - - - -
4 changed files:
- debian/changelog
- debian/patches/series
- + debian/patches/show-fc-discrimant-test.patch
- debian/tests/run-tests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+praat (6.0.46-2) unstable; urgency=medium
+
+ * d/p/show-fc-discrimant-test.patch: New patch
+ * d/t/run-tests: Exclude test_SpeechSynthesizer_alignment.praat
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 06 Jan 2019 18:55:06 -0200
+
praat (6.0.46-1) unstable; urgency=medium
* New upstream version 6.0.46
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
use-ldflags.patch
remove-time-date-macros.patch
fix-procrustes-unit-test.patch
+show-fc-discrimant-test.patch
=====================================
debian/patches/show-fc-discrimant-test.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Show result in test_Discriminant.praat unit test
+ This is an attempt to debug a build failure on i386.
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: not-needed
+Last-Update: 2019-01-06
+
+--- praat-6.0.46.orig/dwtest/test_Discriminant.praat
++++ praat-6.0.46/dwtest/test_Discriminant.praat
+@@ -19,6 +19,8 @@ appendInfoLine: tab$ + "Query old and ne
+ appendInfoLine: tab$ + "Assert old and new Discriminant classify the same"
+ @classify: discriminant[1], tableOfReal, 1
+ @classify: discriminant[2], tableOfReal, 2
++appendInfoLine: tab$ + "classify.fc[1]: ", classify.fc[1]
++appendInfoLine: tab$ + "classify.fc[2]: ", classify.fc[2]
+ assert classify.fc[1] = classify.fc[2]
+
+ procedure classify: .discriminant, .tableOfReal, .index
=====================================
debian/tests/run-tests
=====================================
@@ -73,14 +73,15 @@ for f in $(ls *.praat) ; do
## Skip scripts that cannot be run from the command line
## or that crash on unstable as on 2018-01-27
## (see Bug#887685 and Bug#889703).
- if [ $f != runAllTests.praat \
- -a $f != speechsynthesizer_test.praat \
- -a $f != test_bss_twoSoundsMixed.praat \
- -a $f != test_sigma_ellipse.praat \
- -a $f != test_Sound_draw_where.praat \
- -a $f != test_SpeechSynthesizer.praat \
- -a $f != test_Sound_paint_where.praat \
- -a $f != test_spectrogramTypes.praat \
+ if [ $f != runAllTests.praat \
+ -a $f != speechsynthesizer_test.praat \
+ -a $f != test_bss_twoSoundsMixed.praat \
+ -a $f != test_sigma_ellipse.praat \
+ -a $f != test_Sound_draw_where.praat \
+ -a $f != test_SpeechSynthesizer.praat \
+ -a $f != test_SpeechSynthesizer_alignment.praat \
+ -a $f != test_Sound_paint_where.praat \
+ -a $f != test_spectrogramTypes.praat \
-a $f != test_TextGrid_extensions.praat ] ; then
run $f
fi
View it on GitLab: https://salsa.debian.org/med-team/praat/compare/afb7171d07a33d7115b70ab9523130d21e1e0606...2320ceeb68eb1a9b0da36c395dc02730a7255c5e
--
View it on GitLab: https://salsa.debian.org/med-team/praat/compare/afb7171d07a33d7115b70ab9523130d21e1e0606...2320ceeb68eb1a9b0da36c395dc02730a7255c5e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190107/fe1efc7c/attachment-0001.html>
More information about the debian-med-commit
mailing list