Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/p/show-fc-discrimant-test.patch: New patch
· b9e71946
Rafael Laboissière
authored
Jan 06, 2019
b9e71946
d/t/run-tests: Exclude test_SpeechSynthesizer_alignment.praat
· c4f0fd05
Rafael Laboissière
authored
Jan 06, 2019
c4f0fd05
Changelog entry for version 6.0.46-2
· 2320ceeb
Rafael Laboissière
authored
Jan 07, 2019
Gbp-Dch: Ignore
2320ceeb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2320ceeb
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@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
View file @
2320ceeb
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 → 100644
View file @
2320ceeb
Description: Show result in test_Discriminant.praat unit test
This is an attempt to debug a build failure on i386.
Author: Rafael Laboissiere <rafael@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
View file @
2320ceeb
...
...
@@ -79,6 +79,7 @@ for f in $(ls *.praat) ; do
-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
...
...