Skip to content
Commits on Source (2)
......@@ -8,3 +8,10 @@
/debian/praat/
/debian/debhelper-build-stamp
/debian/.debhelper/
*.o
*.a
/makefile.defs
/praat
/praat_nogui
/sendpraat
/*.1
......@@ -72,7 +72,6 @@ for f in $(ls *.praat) ; do
## or that crash on unstable as on 2018-01-27
## (see Bug#887685 and Bug#889703).
if [ $f != runAllTests.praat \
-a $f != ba-da-continuum.praat \
-a $f != speechsynthesizer_test.praat \
-a $f != test_bss_twoSoundsMixed.praat \
-a $f != test_sigma_ellipse.praat \
......