[med-svn] [Git][med-team/praat][master] 3 commits: d/p/test-datamodeler-debug.patch: Drop patch

2024-05-13 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
fc0c04f5 by Rafael Laboissière at 2024-05-13T02:06:23-03:00
d/p/test-datamodeler-debug.patch: Drop patch

- - - - -
4bc99833 by Rafael Laboissière at 2024-05-13T02:08:20-03:00
d/p/test-datamodeler-tolerance.patch: New patch

Closes: #1070994

- - - - -
38936ff7 by Rafael Laboissière at 2024-05-13T02:08:39-03:00
d/changelog: Add entry for release 6.4.12+dfsg-3

Gbp-Dch: Ignore

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- debian/patches/test-datamodeler-debug.patch → 
debian/patches/test-datamodeler-tolerance.patch


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+praat (6.4.12+dfsg-3) unstable; urgency=medium
+
+  * d/p/test-datamodeler-debug.patch: Drop patch
+  * d/p/test-datamodeler-tolerance.patch: New patch (Closes: #1070994)
+
+ -- Rafael Laboissière   Mon, 13 May 2024 02:08:25 -0300
+
 praat (6.4.12+dfsg-2) unstable; urgency=medium
 
   * d/p/test-datamodeler-debug.patch: New patch


=
debian/patches/series
=
@@ -4,4 +4,4 @@ dwtest-random-seed.patch
 honor-cppflags.patch
 drop-espeak-demonic-file.patch
 praat-launch-in-desktop.patch
-test-datamodeler-debug.patch
+test-datamodeler-tolerance.patch


=
debian/patches/test-datamodeler-debug.patch → 
debian/patches/test-datamodeler-tolerance.patch
=
@@ -1,16 +1,17 @@
-Description: Temporary patch for testing FTBFS on some architectures
+Description: Increase tolerance for unit test
 Author: Rafael Laboissière 
 Bug-Debian: https://bugs.debian.org/1070994
-Forwarded: not-needed
+Forwarded: https://github.com/praat/praat/issues/2636
 Last-Update: 2024-05-12
 
 --- praat-6.4.12+dfsg.orig/dwtest/test_DataModeler.praat
 +++ praat-6.4.12+dfsg/dwtest/test_DataModeler.praat
-@@ -478,6 +478,7 @@ procedure test_certified_norris_data
+@@ -478,7 +478,7 @@ procedure test_certified_norris_data
.rSquared = Get coefficient of determination
assert abs(.rSquared - .rsquaredCertified) < 1e-13
.residualStdev = Get residual standard deviation
-+  appendInfo: ".residualStdev = ", .residualStdev, "   
.residualStdevCertified = ", .residualStdevCertified
-   assert abs(.residualStdev - .residualStdevCertified) < 1e-14
+-  assert abs(.residualStdev - .residualStdevCertified) < 1e-14
++  assert abs(.residualStdev - .residualStdevCertified) < 1e-13
removeObject: .table, .dm
appendInfoLine: " OK"
+ endproc



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/6b363208de83ffec0fc9f4371d16e4ea78567681...38936ff74e6681ab58beb0242c0f33ef9f633dc8

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/6b363208de83ffec0fc9f4371d16e4ea78567681...38936ff74e6681ab58beb0242c0f33ef9f633dc8
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.12+dfsg-3

2024-05-13 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.12+dfsg-3 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.12+dfsg-3
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.12+dfsg-2

2024-05-12 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.12+dfsg-2 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.12+dfsg-2
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 2 commits: d/p/test-datamodeler-debug.patch: New patch

2024-05-12 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
0f616c56 by Rafael Laboissière at 2024-05-12T15:47:32-03:00
d/p/test-datamodeler-debug.patch: New patch

- - - - -
6b363208 by Rafael Laboissière at 2024-05-12T15:48:05-03:00
d/changelog: Add entry for release 6.4.12+dfsg-2

Gbp-Dch: Ignore

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/test-datamodeler-debug.patch


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+praat (6.4.12+dfsg-2) unstable; urgency=medium
+
+  * d/p/test-datamodeler-debug.patch: New patch
+
+ -- Rafael Laboissière   Sun, 12 May 2024 15:47:37 -0300
+
 praat (6.4.12+dfsg-1) unstable; urgency=medium
 
   * New upstream version 6.4.12+dfsg


=
debian/patches/series
=
@@ -4,3 +4,4 @@ dwtest-random-seed.patch
 honor-cppflags.patch
 drop-espeak-demonic-file.patch
 praat-launch-in-desktop.patch
+test-datamodeler-debug.patch


=
debian/patches/test-datamodeler-debug.patch
=
@@ -0,0 +1,16 @@
+Description: Temporary patch for testing FTBFS on some architectures
+Author: Rafael Laboissière 
+Bug-Debian: https://bugs.debian.org/1070994
+Forwarded: not-needed
+Last-Update: 2024-05-12
+
+--- praat-6.4.12+dfsg.orig/dwtest/test_DataModeler.praat
 praat-6.4.12+dfsg/dwtest/test_DataModeler.praat
+@@ -478,6 +478,7 @@ procedure test_certified_norris_data
+   .rSquared = Get coefficient of determination
+   assert abs(.rSquared - .rsquaredCertified) < 1e-13
+   .residualStdev = Get residual standard deviation
++  appendInfo: ".residualStdev = ", .residualStdev, "   
.residualStdevCertified = ", .residualStdevCertified
+   assert abs(.residualStdev - .residualStdevCertified) < 1e-14
+   removeObject: .table, .dm
+   appendInfoLine: " OK"



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/5fcb70a345dedb1c174bd109e101f8758f8c1dac...6b363208de83ffec0fc9f4371d16e4ea78567681

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/5fcb70a345dedb1c174bd109e101f8758f8c1dac...6b363208de83ffec0fc9f4371d16e4ea78567681
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.12+dfsg.orig.tar.xz

2024-05-05 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
9f90f059 by Rafael Laboissière at 2024-05-03T08:13:52-03:00
pristine-tar data for praat_6.4.12+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.12+dfsg.orig.tar.xz.delta
- + praat_6.4.12+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.12+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.12+dfsg.orig.tar.xz.delta differ


=
praat_6.4.12+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+a91b3d5010a293e1336ffdcd7482e94921c6cd78



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/9f90f0598b84d7c8618d4af28b058a87aa0347dd

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/9f90f0598b84d7c8618d4af28b058a87aa0347dd
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.12+dfsg

2024-05-05 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.12+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.12+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.12+dfsg-1

2024-05-05 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.12+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.12+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.11+dfsg.orig.tar.xz

2024-04-29 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
f99453e5 by Rafael Laboissière at 2024-04-29T02:17:11-03:00
pristine-tar data for praat_6.4.11+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.11+dfsg.orig.tar.xz.delta
- + praat_6.4.11+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.11+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.11+dfsg.orig.tar.xz.delta differ


=
praat_6.4.11+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+584d7cd50b0064628a7f28e47909e60a62612d63



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/f99453e5298b282a630a8e821ce488d4e22d7a4d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/f99453e5298b282a630a8e821ce488d4e22d7a4d
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 4 commits: New upstream version 6.4.11+dfsg

2024-04-29 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
97c5157e by Rafael Laboissière at 2024-04-29T02:13:32-03:00
New upstream version 6.4.11+dfsg
- - - - -
da179ab5 by Rafael Laboissière at 2024-04-29T02:17:12-03:00
Update upstream source from tag 'upstream/6.4.11+dfsg'

Update to upstream version '6.4.11+dfsg'
with Debian dir c9ced38283062bad520375f824b05825dcd378a5
- - - - -
5d52a722 by Rafael Laboissière at 2024-04-29T02:27:29-03:00
d/p/honor-cppflags.patch: Refresh for new upstream version

- - - - -
8006c3ff by Rafael Laboissière at 2024-04-29T02:28:04-03:00
d/changelog: Add entry for release 6.4.11+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- debian/changelog
- debian/patches/honor-cppflags.patch
- dwtools/espeakdata_FileInMemory.cpp
- external/espeak/ESPEAK_NG_READ_ME.TXT
- external/espeak/common.cpp
- external/espeak/compiledict.cpp
- external/espeak/dictionary.cpp
- external/espeak/numbers.cpp
- external/espeak/readclause.cpp
- external/espeak/speech.cpp
- external/espeak/ssml.cpp
- external/espeak/translate.cpp
- external/espeak/translateword.cpp
- external/espeak/voices.cpp
- external/portaudio/pa_win_wdmks.c
- fon/manual_whatsnew.cpp
- kar/Makefile
- kar/longchar.cpp
- + kar/wctype_portable.cpp
- + kar/wctype_portable.h
- melder/melder.h
- melder/melder_alloc.cpp
- melder/melder_kar.h
- melder/regularExp.cpp
- sys/Editor.cpp
- sys/Interpreter.h
- sys/Makefile
- sys/praat.cpp
- sys/praatP.h
- sys/praat_actions.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/c66de4071e79ac87e8792afeb8c7630414aa7414...8006c3ff72623ecd98d6b646562a04553d47

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/c66de4071e79ac87e8792afeb8c7630414aa7414...8006c3ff72623ecd98d6b646562a04553d47
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.11+dfsg

2024-04-29 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
97c5157e by Rafael Laboissière at 2024-04-29T02:13:32-03:00
New upstream version 6.4.11+dfsg
- - - - -


30 changed files:

- dwtools/espeakdata_FileInMemory.cpp
- external/espeak/ESPEAK_NG_READ_ME.TXT
- external/espeak/common.cpp
- external/espeak/compiledict.cpp
- external/espeak/dictionary.cpp
- external/espeak/numbers.cpp
- external/espeak/readclause.cpp
- external/espeak/speech.cpp
- external/espeak/ssml.cpp
- external/espeak/translate.cpp
- external/espeak/translateword.cpp
- external/espeak/voices.cpp
- external/portaudio/pa_win_wdmks.c
- fon/manual_whatsnew.cpp
- kar/Makefile
- kar/longchar.cpp
- + kar/wctype_portable.cpp
- + kar/wctype_portable.h
- melder/melder.h
- melder/melder_alloc.cpp
- melder/melder_kar.h
- melder/regularExp.cpp
- sys/Editor.cpp
- sys/Interpreter.h
- sys/Makefile
- sys/praat.cpp
- sys/praatP.h
- sys/praat_actions.cpp
- sys/praat_menuCommands.cpp
- sys/praat_statistics.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/97c5157e4aa2b9a19e57b68c56501b41d193a91c

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/97c5157e4aa2b9a19e57b68c56501b41d193a91c
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.11+dfsg

2024-04-29 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.11+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.11+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.11+dfsg-1

2024-04-29 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.11+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.11+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.10+dfsg.orig.tar.xz

2024-04-23 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
428c20af by Rafael Laboissière at 2024-04-23T05:51:40-03:00
pristine-tar data for praat_6.4.10+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.10+dfsg.orig.tar.xz.delta
- + praat_6.4.10+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.10+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.10+dfsg.orig.tar.xz.delta differ


=
praat_6.4.10+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+6d386304f2da26335d799ced39790b34bf23aefe



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/428c20af5c29951a075cdc605cde9a19b52199d0

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/428c20af5c29951a075cdc605cde9a19b52199d0
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.10+dfsg

2024-04-23 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
83bfa420 by Rafael Laboissière at 2024-04-23T05:49:04-03:00
New upstream version 6.4.10+dfsg
- - - - -


24 changed files:

- LPC/FormantModeler.cpp
- dwsys/NUM2.cpp
- dwsys/NUM2.h
- dwsys/NUMlapack.h
- dwsys/SVD.h
- dwtest/test_DataModeler.praat
- dwtest/test_spectrogramTypes.praat
- dwtools/CC.cpp
- dwtools/CCs_to_DTW.cpp
- dwtools/DTW.cpp
- dwtools/DTW_and_TextGrid.cpp
- dwtools/DataModeler.cpp
- dwtools/DataModeler.h
- dwtools/DataModeler_def.h
- dwtools/Sound_and_Spectrogram_extensions.cpp
- dwtools/Sounds_to_DTW.cpp
- dwtools/SpeechSynthesizer.cpp
- dwtools/SpeechSynthesizer_and_TextGrid.cpp
- dwtools/espeakdata_FileInMemory.h
- dwtools/manual_DataModeler.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_DataModeler_init.cpp
- external/espeak/create_espeak_ng_FileInMemoryManager.cpp
- external/espeak/create_espeak_ng_FileInMemorySet.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/83bfa420529afd7a26178415aae294fdb242f60a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/83bfa420529afd7a26178415aae294fdb242f60a
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 5 commits: New upstream version 6.4.10+dfsg

2024-04-23 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
83bfa420 by Rafael Laboissière at 2024-04-23T05:49:04-03:00
New upstream version 6.4.10+dfsg
- - - - -
9af2d362 by Rafael Laboissière at 2024-04-23T05:51:40-03:00
Update upstream source from tag 'upstream/6.4.10+dfsg'

Update to upstream version '6.4.10+dfsg'
with Debian dir ecfea915718b281faac3278fb7d88aa8869aab20
- - - - -
293faf33 by Rafael Laboissière at 2024-04-23T05:58:42-03:00
d/p/drop-espeak-demonic-file.patch: Reflect upstream changes

- - - - -
0b62a267 by Rafael Laboissière at 2024-04-23T07:34:58-03:00
d/clean: Remove leftover directories test/script/kanweg*/

- - - - -
c66de407 by Rafael Laboissière at 2024-04-23T07:35:32-03:00
d/changelog: Add entry for release 6.4.10+dfsg-1

Gbp-Dch: Ignore

- - - - -


27 changed files:

- LPC/FormantModeler.cpp
- debian/changelog
- debian/clean
- debian/patches/drop-espeak-demonic-file.patch
- dwsys/NUM2.cpp
- dwsys/NUM2.h
- dwsys/NUMlapack.h
- dwsys/SVD.h
- dwtest/test_DataModeler.praat
- dwtest/test_spectrogramTypes.praat
- dwtools/CC.cpp
- dwtools/CCs_to_DTW.cpp
- dwtools/DTW.cpp
- dwtools/DTW_and_TextGrid.cpp
- dwtools/DataModeler.cpp
- dwtools/DataModeler.h
- dwtools/DataModeler_def.h
- dwtools/Sound_and_Spectrogram_extensions.cpp
- dwtools/Sounds_to_DTW.cpp
- dwtools/SpeechSynthesizer.cpp
- dwtools/SpeechSynthesizer_and_TextGrid.cpp
- dwtools/espeakdata_FileInMemory.h
- dwtools/manual_DataModeler.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_DataModeler_init.cpp
- external/espeak/create_espeak_ng_FileInMemoryManager.cpp
- external/espeak/create_espeak_ng_FileInMemorySet.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/a3736890b1a1cb76991e8f5287969e5cadee78e4...c66de4071e79ac87e8792afeb8c7630414aa7414

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/a3736890b1a1cb76991e8f5287969e5cadee78e4...c66de4071e79ac87e8792afeb8c7630414aa7414
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.10+dfsg

2024-04-23 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.10+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.10+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.10+dfsg-1

2024-04-23 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.10+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.10+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] d/control: Bump Standards-Version to 4.7.0 (no changes needed)

2024-04-08 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
a3736890 by Rafael Laboissière at 2024-04-08T03:36:23-03:00
d/control: Bump Standards-Version to 4.7.0 (no changes needed)

- - - - -


1 changed file:

- debian/control


Changes:

=
debian/control
=
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
pandoc,
xauth,
xvfb
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/praat
 Vcs-Git: https://salsa.debian.org/med-team/praat.git
 Homepage: https://www.praat.org



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/a3736890b1a1cb76991e8f5287969e5cadee78e4

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/a3736890b1a1cb76991e8f5287969e5cadee78e4
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.07+dfsg.orig.tar.xz

2024-03-20 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
4c1a5daa by Rafael Laboissière at 2024-03-20T11:11:50-03:00
pristine-tar data for praat_6.4.07+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.07+dfsg.orig.tar.xz.delta
- + praat_6.4.07+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.07+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.07+dfsg.orig.tar.xz.delta differ


=
praat_6.4.07+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+a63e81b890d296ab7a00e351187e6fd9cd721584



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/4c1a5daab661ae2765dc02065a717955f34f647a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/4c1a5daab661ae2765dc02065a717955f34f647a
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 4 commits: New upstream version 6.4.07+dfsg

2024-03-20 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
6d64969a by Rafael Laboissière at 2024-03-20T11:08:25-03:00
New upstream version 6.4.07+dfsg
- - - - -
b1522a8d by Rafael Laboissière at 2024-03-20T11:11:51-03:00
Update upstream source from tag 'upstream/6.4.07+dfsg'

Update to upstream version '6.4.07+dfsg'
with Debian dir 1f490e68cbfe9b2484357dda0ff91668dd673cc0
- - - - -
c75f8d61 by Rafael Laboissière at 2024-03-20T12:42:46-03:00
d/p/drop-espeak-demonic-file.patch: Refresh for new upstream version

- - - - -
de505198 by Rafael Laboissière at 2024-03-20T12:43:12-03:00
d/changelog: Add entry for release 6.4.07+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- LPC/PowerCepstrogram.cpp
- artsynth/ArtwordEditor.cpp
- debian/changelog
- debian/patches/drop-espeak-demonic-file.patch
- dwsys/FileInMemorySet.cpp
- dwsys/FileInMemorySet.h
- dwsys/NUM2.cpp
- dwsys/meson.build
- dwtools/ComplexSpectrogram.cpp
- dwtools/meson.build
- dwtools/praat_David_init.cpp
- external/espeak/create_espeak_ng_FileInMemorySet.cpp
- external/espeak/create_espeak_ng_FileInMemorySet__ru.cpp
- external/espeak/dictionary.cpp
- external/espeak/espeak_io.h
- external/espeak/meson.build
- external/espeak/readclause.cpp
- external/espeak/synthdata.cpp
- external/espeak/translate.cpp
- external/espeak/translate.h
- external/espeak/voices.cpp
- external/espeak/wavegen.cpp
- fon/Pitch_to_PointProcess.cpp
- foned/SoundRecorder.cpp
- + generate/espeak/createFileInMemorySets.praat
- + generate/espeak/create_espeak_ng_FileInMemorySet.cpp
- + generate/espeak/create_espeak_ng_FileInMemorySet__ru.cpp
- + generate/espeak/espeak-ng-data/af_dict
- + generate/espeak/espeak-ng-data/am_dict
- + generate/espeak/espeak-ng-data/an_dict


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/f1ed2681082af79067cae53dc82c2fe15629ae81...de505198b89b2eb5ff145a25179147c4fecbacf7

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/f1ed2681082af79067cae53dc82c2fe15629ae81...de505198b89b2eb5ff145a25179147c4fecbacf7
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.07+dfsg

2024-03-20 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
6d64969a by Rafael Laboissière at 2024-03-20T11:08:25-03:00
New upstream version 6.4.07+dfsg
- - - - -


30 changed files:

- LPC/PowerCepstrogram.cpp
- artsynth/ArtwordEditor.cpp
- dwsys/FileInMemorySet.cpp
- dwsys/FileInMemorySet.h
- dwsys/NUM2.cpp
- dwsys/meson.build
- dwtools/ComplexSpectrogram.cpp
- dwtools/meson.build
- dwtools/praat_David_init.cpp
- external/espeak/create_espeak_ng_FileInMemorySet.cpp
- external/espeak/create_espeak_ng_FileInMemorySet__ru.cpp
- external/espeak/dictionary.cpp
- external/espeak/espeak_io.h
- external/espeak/meson.build
- external/espeak/readclause.cpp
- external/espeak/synthdata.cpp
- external/espeak/translate.cpp
- external/espeak/translate.h
- external/espeak/voices.cpp
- external/espeak/wavegen.cpp
- fon/Pitch_to_PointProcess.cpp
- foned/SoundRecorder.cpp
- + generate/espeak/createFileInMemorySets.praat
- + generate/espeak/create_espeak_ng_FileInMemorySet.cpp
- + generate/espeak/create_espeak_ng_FileInMemorySet__ru.cpp
- + generate/espeak/espeak-ng-data/af_dict
- + generate/espeak/espeak-ng-data/am_dict
- + generate/espeak/espeak-ng-data/an_dict
- + generate/espeak/espeak-ng-data/ar_dict
- + generate/espeak/espeak-ng-data/as_dict


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/6d64969afc71a68bb0902ae4ea2717e67faeeaa6

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/6d64969afc71a68bb0902ae4ea2717e67faeeaa6
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.07+dfsg

2024-03-20 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.07+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.07+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.07+dfsg-1

2024-03-20 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.07+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.07+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.06+dfsg.orig.tar.xz

2024-02-28 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
5545936c by Rafael Laboissière at 2024-02-27T07:11:46-03:00
pristine-tar data for praat_6.4.06+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.06+dfsg.orig.tar.xz.delta
- + praat_6.4.06+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.06+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.06+dfsg.orig.tar.xz.delta differ


=
praat_6.4.06+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+d9f2956ecdd463316129ba3ca3d5781d0a037a69



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/5545936c7f567a6535b1a08952b6f765df8602db

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/5545936c7f567a6535b1a08952b6f765df8602db
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.06+dfsg

2024-02-28 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
c8fa06e4 by Rafael Laboissière at 2024-02-27T07:09:52-03:00
New upstream version 6.4.06+dfsg
- - - - -


30 changed files:

- LPC/FormantPathArea.cpp
- LPC/FormantPathArea.h
- LPC/FormantPathEditor.cpp
- dwsys/FileInMemorySet.cpp
- external/flac/READ_ME.TXT
- fon/ExperimentMFC.cpp
- fon/ExperimentMFC_def.h
- fon/Matrix.cpp
- fon/Matrix.h
- fon/Movie.cpp
- fon/Spectrogram.cpp
- fon/Spectrogram.h
- fon/manual_Fon.cpp
- fon/manual_functions.cpp
- fon/manual_whatsnew.cpp
- fon/praat_uvafon_init.cpp
- foned/RunnerMFC.cpp
- foned/SoundAnalysisArea.cpp
- melder/MelderArg.h
- melder/NUM.cpp
- melder/STRVEC.cpp
- melder/melder.cpp
- melder/melder.h
- melder/melder_audiofiles.cpp
- melder/melder_audiofiles.h
- melder/melder_files.cpp
- melder/melder_files.h
- melder/melder_real.h
- stat/Table.cpp
- sys/Data.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/c8fa06e4922f21772879f73b8d9780deba16ea7c

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/c8fa06e4922f21772879f73b8d9780deba16ea7c
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 3 commits: New upstream version 6.4.06+dfsg

2024-02-28 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
c8fa06e4 by Rafael Laboissière at 2024-02-27T07:09:52-03:00
New upstream version 6.4.06+dfsg
- - - - -
a835100e by Rafael Laboissière at 2024-02-27T07:11:47-03:00
Update upstream source from tag 'upstream/6.4.06+dfsg'

Update to upstream version '6.4.06+dfsg'
with Debian dir 675923c05a88f57dc89a2db19e60e1cb979abef9
- - - - -
f1ed2681 by Rafael Laboissière at 2024-02-27T18:17:26-03:00
d/changelog: Add entry for release 6.4.06+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- LPC/FormantPathArea.cpp
- LPC/FormantPathArea.h
- LPC/FormantPathEditor.cpp
- debian/changelog
- dwsys/FileInMemorySet.cpp
- external/flac/READ_ME.TXT
- fon/ExperimentMFC.cpp
- fon/ExperimentMFC_def.h
- fon/Matrix.cpp
- fon/Matrix.h
- fon/Movie.cpp
- fon/Spectrogram.cpp
- fon/Spectrogram.h
- fon/manual_Fon.cpp
- fon/manual_functions.cpp
- fon/manual_whatsnew.cpp
- fon/praat_uvafon_init.cpp
- foned/RunnerMFC.cpp
- foned/SoundAnalysisArea.cpp
- melder/MelderArg.h
- melder/NUM.cpp
- melder/STRVEC.cpp
- melder/melder.cpp
- melder/melder.h
- melder/melder_audiofiles.cpp
- melder/melder_audiofiles.h
- melder/melder_files.cpp
- melder/melder_files.h
- melder/melder_real.h
- stat/Table.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/4a39727bc9aac94cf5d09b48a60e79ac65c1b2ed...f1ed2681082af79067cae53dc82c2fe15629ae81

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/4a39727bc9aac94cf5d09b48a60e79ac65c1b2ed...f1ed2681082af79067cae53dc82c2fe15629ae81
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.06+dfsg

2024-02-28 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.06+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.06+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.06+dfsg-1

2024-02-28 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.06+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.06+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.05+dfsg.orig.tar.xz

2024-02-03 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
1c7575c3 by Rafael Laboissière at 2024-02-02T06:10:22-03:00
pristine-tar data for praat_6.4.05+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.05+dfsg.orig.tar.xz.delta
- + praat_6.4.05+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.05+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.05+dfsg.orig.tar.xz.delta differ


=
praat_6.4.05+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+30c9aff98d01d92964b91cf5ee79b428193240e8



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/1c7575c33a40b391e6e1b6af8b31c023a6cbc31d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/1c7575c33a40b391e6e1b6af8b31c023a6cbc31d
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 4 commits: New upstream version 6.4.05+dfsg

2024-02-03 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
e4afaa3a by Rafael Laboissière at 2024-02-02T06:09:01-03:00
New upstream version 6.4.05+dfsg
- - - - -
4829f9d6 by Rafael Laboissière at 2024-02-02T06:10:22-03:00
Update upstream source from tag 'upstream/6.4.05+dfsg'

Update to upstream version '6.4.05+dfsg'
with Debian dir 3da05fe62f4f0f0d6b2a229abc1c807f96a57ce1
- - - - -
62c30771 by Rafael Laboissière at 2024-02-02T10:11:39-03:00
d/p/cross-build.patch: Refresh for new upstream version

- - - - -
4a39727b by Rafael Laboissière at 2024-02-02T12:44:56-03:00
d/changelog: Add entry for release 6.4.05+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- LPC/PowerCepstrum.cpp
- LPC/PowerCepstrum.h
- LPC/praat_LPC_init.cpp
- README.md
- debian/changelog
- debian/patches/cross-build.patch
- dwtools/TextGrid_extensions.cpp
- dwtools/manual_dwtools.cpp
- external/espeak/espeak_ng_data_to_code.praat
- fon/PitchTier_to_PointProcess.cpp
- fon/PitchTier_to_PointProcess.h
- fon/Sound_to_Pitch.cpp
- fon/manual_ExperimentMFC.cpp
- fon/manual_functions.cpp
- fon/manual_whatsnew.cpp
- main/main_Praat.cpp
- makefiles/makefile.defs.linux.pulse
- + makefiles/makefile.defs.linux.pulse-clang
- makefiles/makefile.defs.msys-arm64 → makefiles/makefile.defs.msys-clang
- − makefiles/makefile.defs.msys-mingw32a
- − makefiles/makefile.defs.msys-mingw32b
- melder/NUM.h
- melder/melder_files.cpp
- melder/melder_int.h
- sys/ManPages.cpp
- sys/ManPages.h
- sys/ManPagesM.h
- sys/NotebookEditor.cpp
- sys/praat.cpp
- sys/praat_version.h


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/507c04cdd65d2d4f7ce0e70833220067f84c7eec...4a39727bc9aac94cf5d09b48a60e79ac65c1b2ed

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/507c04cdd65d2d4f7ce0e70833220067f84c7eec...4a39727bc9aac94cf5d09b48a60e79ac65c1b2ed
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.05+dfsg

2024-02-03 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
e4afaa3a by Rafael Laboissière at 2024-02-02T06:09:01-03:00
New upstream version 6.4.05+dfsg
- - - - -


30 changed files:

- LPC/PowerCepstrum.cpp
- LPC/PowerCepstrum.h
- LPC/praat_LPC_init.cpp
- README.md
- dwtools/TextGrid_extensions.cpp
- dwtools/manual_dwtools.cpp
- external/espeak/espeak_ng_data_to_code.praat
- fon/PitchTier_to_PointProcess.cpp
- fon/PitchTier_to_PointProcess.h
- fon/Sound_to_Pitch.cpp
- fon/manual_ExperimentMFC.cpp
- fon/manual_functions.cpp
- fon/manual_whatsnew.cpp
- main/main_Praat.cpp
- makefiles/makefile.defs.linux.pulse
- + makefiles/makefile.defs.linux.pulse-clang
- makefiles/makefile.defs.msys-arm64 → makefiles/makefile.defs.msys-clang
- − makefiles/makefile.defs.msys-mingw32a
- − makefiles/makefile.defs.msys-mingw32b
- melder/NUM.h
- melder/melder_files.cpp
- melder/melder_int.h
- sys/ManPages.cpp
- sys/ManPages.h
- sys/ManPagesM.h
- sys/NotebookEditor.cpp
- sys/praat.cpp
- sys/praat_version.h
- test/num/fisherQ.praat
- test/num/mathFunctions.praat


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/e4afaa3ae6c3250de8d546fb5e51aecfe9b104cd

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/e4afaa3ae6c3250de8d546fb5e51aecfe9b104cd
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.05+dfsg-1

2024-02-03 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.05+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.05+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.05+dfsg

2024-02-03 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.05+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.05+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 2 commits: d/rules: Undo changes in previous release of the package

2024-01-18 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
1a8f1182 by Rafael Laboissière at 2024-01-18T09:35:16-03:00
d/rules: Undo changes in previous release of the package

They were not meant to the praat package.

Gbp-Dch: Full

- - - - -
507c04cd by Rafael Laboissière at 2024-01-18T09:36:02-03:00
d/changelog: Add entry for release 6.4.04+dfsg-3

Gbp-Dch: Ignore

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+praat (6.4.04+dfsg-3) unstable; urgency=medium
+
+  * d/rules: Undo changes in previous release of the package.
+They were not meant to the praat package.
+
+ -- Rafael Laboissière   Thu, 18 Jan 2024 09:35:48 -0300
+
 praat (6.4.04+dfsg-2) unstable; urgency=medium
 
   * d/rules: Avoid FTBFS on armhf.


=
debian/rules
=
@@ -13,13 +13,6 @@ APPDIR = usr/share/applications
 SUBSTCMD = sed 's:@BINDIR@:$(BINDIR):g;s:@PIXDIR@:$(PIXDIR):g; \
 s:@SVGDIR@:$(SVGDIR):g;s:@APPDIR@:$(APPDIR):g'
 
-# This is a workaround for Bug#1055750 and Bug#1055228
-ifeq ($(DEB_TARGET_ARCH),armhf)
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackclash
-else
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-endif
-
 include /usr/share/dpkg/architecture.mk
 -include /usr/share/dpkg/buildtools.mk
 PKG_CONFIG ?= pkg-config



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/f7aa08506316110552f719a60c1a275ee4464b5a...507c04cdd65d2d4f7ce0e70833220067f84c7eec

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/f7aa08506316110552f719a60c1a275ee4464b5a...507c04cdd65d2d4f7ce0e70833220067f84c7eec
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.04+dfsg-3

2024-01-18 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.04+dfsg-3 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.04+dfsg-3
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 2 commits: d/rules: Avoid FTBFS on armhf

2024-01-17 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
f59a3f72 by Rafael Laboissière at 2024-01-17T17:19:29-03:00
d/rules: Avoid FTBFS on armhf

Thanks: Emanuele Rocca for the suggestion.

- - - - -
f7aa0850 by Rafael Laboissière at 2024-01-17T17:21:25-03:00
d/changelog: Add entry for release 6.4.04+dfsg-2

Gbp-Dch: Ignore

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+praat (6.4.04+dfsg-2) unstable; urgency=medium
+
+  * d/rules: Avoid FTBFS on armhf.
+Thanks to Emanuele Rocca for the suggestion.
+
+ -- Rafael Laboissière   Wed, 17 Jan 2024 17:21:05 -0300
+
 praat (6.4.04+dfsg-1) unstable; urgency=medium
 
   * New upstream version 6.4.04+dfsg


=
debian/rules
=
@@ -13,7 +13,12 @@ APPDIR = usr/share/applications
 SUBSTCMD = sed 's:@BINDIR@:$(BINDIR):g;s:@PIXDIR@:$(PIXDIR):g; \
 s:@SVGDIR@:$(SVGDIR):g;s:@APPDIR@:$(APPDIR):g'
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# This is a workaround for Bug#1055750 and Bug#1055228
+ifeq ($(DEB_TARGET_ARCH),armhf)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackclash
+else
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+endif
 
 include /usr/share/dpkg/architecture.mk
 -include /usr/share/dpkg/buildtools.mk



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/cfc462d9a54b8adc21cee84745fb9d4ddbc8c03a...f7aa08506316110552f719a60c1a275ee4464b5a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/cfc462d9a54b8adc21cee84745fb9d4ddbc8c03a...f7aa08506316110552f719a60c1a275ee4464b5a
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.04+dfsg-2

2024-01-17 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.04+dfsg-2 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.04+dfsg-2
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.04+dfsg.orig.tar.xz

2024-01-14 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
35f22f33 by Rafael Laboissière at 2024-01-14T06:10:44-03:00
pristine-tar data for praat_6.4.04+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.04+dfsg.orig.tar.xz.delta
- + praat_6.4.04+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.04+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.04+dfsg.orig.tar.xz.delta differ


=
praat_6.4.04+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+6d9f8112fb3d50da0da21a994b170b18aa97d48c



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/35f22f338014144558eeffb583d29b3f4d5c51f1

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/35f22f338014144558eeffb583d29b3f4d5c51f1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.04+dfsg

2024-01-14 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
ba5f7433 by Rafael Laboissière at 2024-01-14T06:09:17-03:00
New upstream version 6.4.04+dfsg
- - - - -


30 changed files:

- + EEG/meson.build
- + FFNet/meson.build
- + LPC/meson.build
- README.md
- + artsynth/meson.build
- + dwsys/meson.build
- dwtest/test_FFNet.praat
- + dwtools/meson.build
- + external/clapack/meson.build
- external/espeak/Makefile
- external/espeak/create_espeak_ng_FileInMemorySet.cpp
- + external/espeak/create_espeak_ng_FileInMemorySet__ru.cpp
- + external/espeak/meson.build
- + external/flac/meson.build
- + external/glpk/meson.build
- + external/gsl/meson.build
- + external/lame/meson.build
- + external/mp3/meson.build
- + external/opusfile/meson.build
- + external/portaudio/meson.build
- + external/vorbis/meson.build
- fon/manual_scripting.cpp
- fon/manual_whatsnew.cpp
- + fon/meson.build
- + foned/meson.build
- + gram/meson.build
- + kar/meson.build
- + main/meson.build
- makefiles/makefile.defs.mingw32 → makefiles/makefile.defs.cygwin-mingw32
- makefiles/makefile.defs.mingw64 → makefiles/makefile.defs.cygwin-mingw64


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/ba5f743337d03ddf76aa87a434ef0068e42a9328

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/ba5f743337d03ddf76aa87a434ef0068e42a9328
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 6 commits: New upstream version 6.4.04+dfsg

2024-01-14 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
ba5f7433 by Rafael Laboissière at 2024-01-14T06:09:17-03:00
New upstream version 6.4.04+dfsg
- - - - -
59ce33fd by Rafael Laboissière at 2024-01-14T06:10:44-03:00
Update upstream source from tag 'upstream/6.4.04+dfsg'

Update to upstream version '6.4.04+dfsg'
with Debian dir ac1d2812febdcb2cb50b7ae7fe4e59944c54f436
- - - - -
a654a68b by Rafael Laboissière at 2024-01-14T11:21:42-03:00
d/p/drop-espeak-demonic-file.patch: Refresh for new upstream version

- - - - -
bcbbf0f7 by Rafael Laboissière at 2024-01-14T11:22:05-03:00
d/p/honor-cppflags.patch: Refresh for new upstream version

- - - - -
2e9f4906 by Rafael Laboissière at 2024-01-14T16:56:17-03:00
Drop obsolete dependency on Python

+ d/control: Ditto
+ d/rules: Drop option --with-python3 from dh command

Gbp-Dch: Full

- - - - -
cfc462d9 by Rafael Laboissière at 2024-01-14T16:58:29-03:00
d/changelog: Add entry for release 6.4.04+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- + EEG/meson.build
- + FFNet/meson.build
- + LPC/meson.build
- README.md
- + artsynth/meson.build
- debian/changelog
- debian/control
- debian/patches/drop-espeak-demonic-file.patch
- debian/patches/honor-cppflags.patch
- debian/rules
- + dwsys/meson.build
- dwtest/test_FFNet.praat
- + dwtools/meson.build
- + external/clapack/meson.build
- external/espeak/Makefile
- external/espeak/create_espeak_ng_FileInMemorySet.cpp
- + external/espeak/create_espeak_ng_FileInMemorySet__ru.cpp
- + external/espeak/meson.build
- + external/flac/meson.build
- + external/glpk/meson.build
- + external/gsl/meson.build
- + external/lame/meson.build
- + external/mp3/meson.build
- + external/opusfile/meson.build
- + external/portaudio/meson.build
- + external/vorbis/meson.build
- fon/manual_scripting.cpp
- fon/manual_whatsnew.cpp
- + fon/meson.build
- + foned/meson.build


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/8419420b81a674da6f2b3073ee033a28e014fe19...cfc462d9a54b8adc21cee84745fb9d4ddbc8c03a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/8419420b81a674da6f2b3073ee033a28e014fe19...cfc462d9a54b8adc21cee84745fb9d4ddbc8c03a
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.04+dfsg

2024-01-14 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.04+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.04+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.04+dfsg-1

2024-01-14 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.04+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.04+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.03+dfsg.orig.tar.xz

2024-01-06 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
f9491a71 by Rafael Laboissière at 2024-01-05T15:32:11-03:00
pristine-tar data for praat_6.4.03+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.03+dfsg.orig.tar.xz.delta
- + praat_6.4.03+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.03+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.03+dfsg.orig.tar.xz.delta differ


=
praat_6.4.03+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+c3f943535feea72e6f0d3f6f8dc2364e04a41bf9



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/f9491a7146312d49a10983b2722879bcd49c644c

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/f9491a7146312d49a10983b2722879bcd49c644c
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.03+dfsg

2024-01-06 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.03+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.03+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.03+dfsg-1

2024-01-06 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.03+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.03+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.02+dfsg.orig.tar.xz

2024-01-05 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
1fca83cb by Rafael Laboissière at 2024-01-03T17:26:37-03:00
pristine-tar data for praat_6.4.02+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.02+dfsg.orig.tar.xz.delta
- + praat_6.4.02+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.02+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.02+dfsg.orig.tar.xz.delta differ


=
praat_6.4.02+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+19b600d836ba23acfa57fab295b43650776b6e67



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/1fca83cb8dc3d945cab8361e6d00e4942570f835

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/1fca83cb8dc3d945cab8361e6d00e4942570f835
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4.02+dfsg

2024-01-05 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
e9f3cae0 by Rafael Laboissière at 2024-01-03T17:25:16-03:00
New upstream version 6.4.02+dfsg
- - - - -


21 changed files:

- Makefile
- README.md
- dwtools/Sound_extensions.cpp
- dwtools/Sound_extensions.h
- dwtools/Sound_extensions_enums.h
- dwtools/Spectrogram_extensions.cpp
- dwtools/Spectrogram_extensions.h
- dwtools/Table_extensions.cpp
- dwtools/Table_extensions.h
- dwtools/manual_dwtools.cpp
- dwtools/praat_BSS_init.cpp
- dwtools/praat_David_init.cpp
- + external/lame/Makefile
- + external/lame/READ_ME.TXT
- + external/lame/VbrTag.c
- + external/lame/VbrTag.h
- + external/lame/bitstream.c
- + external/lame/bitstream.h
- + external/lame/encoder.c
- + external/lame/encoder.h
- + external/lame/fft.c


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/e9f3cae0b771c36b2e589a82fdec83d0487ce3e4

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/e9f3cae0b771c36b2e589a82fdec83d0487ce3e4
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 6 commits: New upstream version 6.4.02+dfsg

2024-01-05 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
e9f3cae0 by Rafael Laboissière at 2024-01-03T17:25:16-03:00
New upstream version 6.4.02+dfsg
- - - - -
d9107ff8 by Rafael Laboissière at 2024-01-03T17:26:37-03:00
Update upstream source from tag 'upstream/6.4.02+dfsg'

Update to upstream version '6.4.02+dfsg'
with Debian dir 5c3b2f9f0ef0c66fecee70e289db8bf1c5d15507
- - - - -
041e4ce2 by Rafael Laboissière at 2024-01-03T17:40:16-03:00
d/copyright: Reflect upstream changes

- - - - -
37fa80db by Rafael Laboissière at 2024-01-04T17:38:25-03:00
d/praat-launch.md: Fix typo

- - - - -
3c52dd13 by Rafael Laboissière at 2024-01-04T18:41:47-03:00
d/p/fix-action-titles.patch: New patch

- - - - -
b246cc80 by Rafael Laboissière at 2024-01-04T18:42:43-03:00
d/changelog: Add entry for release 6.4.02+dfsg-1

Gbp-Dch: Ignore

- - - - -


25 changed files:

- Makefile
- README.md
- debian/changelog
- debian/copyright
- + debian/patches/fix-action-titles.patch
- debian/patches/series
- debian/praat-launch.md
- dwtools/Sound_extensions.cpp
- dwtools/Sound_extensions.h
- dwtools/Sound_extensions_enums.h
- dwtools/Spectrogram_extensions.cpp
- dwtools/Spectrogram_extensions.h
- dwtools/Table_extensions.cpp
- dwtools/Table_extensions.h
- dwtools/manual_dwtools.cpp
- dwtools/praat_BSS_init.cpp
- dwtools/praat_David_init.cpp
- + external/lame/Makefile
- + external/lame/READ_ME.TXT
- + external/lame/VbrTag.c
- + external/lame/VbrTag.h
- + external/lame/bitstream.c
- + external/lame/bitstream.h
- + external/lame/encoder.c
- + external/lame/encoder.h


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/7c27be876d20d90e42bc8260960c9e61514bdb4a...b246cc802f08283f042249ebe504d052ac7f6234

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/7c27be876d20d90e42bc8260960c9e61514bdb4a...b246cc802f08283f042249ebe504d052ac7f6234
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.02+dfsg

2024-01-05 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.02+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.02+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.02+dfsg-1

2024-01-05 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.02+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.02+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.01+dfsg-2

2023-12-05 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.01+dfsg-2 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.01+dfsg-2
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4.01+dfsg.orig.tar.xz

2023-12-03 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
4859fca4 by Rafael Laboissière at 2023-12-02T09:02:55-03:00
pristine-tar data for praat_6.4.01+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4.01+dfsg.orig.tar.xz.delta
- + praat_6.4.01+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4.01+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4.01+dfsg.orig.tar.xz.delta differ


=
praat_6.4.01+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+e1ae256f7b54ffd1021c294901e40eb945c87528



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/4859fca4daecdf152310285671629adba8318353

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/4859fca4daecdf152310285671629adba8318353
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4.01+dfsg

2023-12-03 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4.01+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4.01+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4.01+dfsg-1

2023-12-03 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4.01+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4.01+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.4+dfsg

2023-11-20 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
4bd0f24e by Rafael Laboissière at 2023-11-20T07:37:02-03:00
New upstream version 6.4+dfsg
- - - - -


30 changed files:

- dwtools/praat_David_init.cpp
- external/espeak/espeak_io.cpp
- fon/Sound_to_Harmonicity.cpp
- fon/Sound_to_Pitch.cpp
- fon/Sound_to_Pitch.h
- fon/manual_glossary.cpp
- fon/manual_pitch.cpp
- fon/manual_sound.cpp
- fon/manual_tutorials.cpp
- fon/manual_voice.cpp
- fon/manual_whatsnew.cpp
- fon/praat_Sound.cpp
- foned/SoundAnalysisArea.cpp
- foned/SoundAnalysisArea_enums.h
- foned/SoundAnalysisArea_prefs.h
- + generate/searchDates.praat
- main/main_Praat.cpp
- melder/STRVEC.cpp
- sys/HyperPage.cpp
- sys/HyperPage.h
- sys/ManPage_enums.h
- sys/ManPages.cpp
- sys/ManPages_toHtml.cpp
- sys/Manual.cpp
- sys/praat_version.h
- test/dwsys/regex.praat
- test/fon ExperimentMFC/perceptual experiment.txt
- test/fon/PointEditor_GUI_.praat
- test/fon/SoundEditor_GUI_.praat
- test/fon/TextGridEditor_GUI_.praat


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/4bd0f24e4ca15a3891d28c68bfb09b0cc39b2d03

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/4bd0f24e4ca15a3891d28c68bfb09b0cc39b2d03
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.4+dfsg.orig.tar.xz

2023-11-20 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
2c8f4003 by Rafael Laboissière at 2023-11-20T07:38:25-03:00
pristine-tar data for praat_6.4+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.4+dfsg.orig.tar.xz.delta
- + praat_6.4+dfsg.orig.tar.xz.id


Changes:

=
praat_6.4+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.4+dfsg.orig.tar.xz.delta differ


=
praat_6.4+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+966b2334de9b5b7297f018f53242210f78990577



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/2c8f4003039016ba49579f53adf089c01d6a6747

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/2c8f4003039016ba49579f53adf089c01d6a6747
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 3 commits: New upstream version 6.4+dfsg

2023-11-20 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
4bd0f24e by Rafael Laboissière at 2023-11-20T07:37:02-03:00
New upstream version 6.4+dfsg
- - - - -
95195dba by Rafael Laboissière at 2023-11-20T07:38:26-03:00
Update upstream source from tag 'upstream/6.4+dfsg'

Update to upstream version '6.4+dfsg'
with Debian dir 3e86347399517367c3712ed57b2b4d7c5c5b860c
- - - - -
2d7c80e0 by Rafael Laboissière at 2023-11-20T08:41:57-03:00
d/changelog: Add entry for release 6.4+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- debian/changelog
- dwtools/praat_David_init.cpp
- external/espeak/espeak_io.cpp
- fon/Sound_to_Harmonicity.cpp
- fon/Sound_to_Pitch.cpp
- fon/Sound_to_Pitch.h
- fon/manual_glossary.cpp
- fon/manual_pitch.cpp
- fon/manual_sound.cpp
- fon/manual_tutorials.cpp
- fon/manual_voice.cpp
- fon/manual_whatsnew.cpp
- fon/praat_Sound.cpp
- foned/SoundAnalysisArea.cpp
- foned/SoundAnalysisArea_enums.h
- foned/SoundAnalysisArea_prefs.h
- + generate/searchDates.praat
- main/main_Praat.cpp
- melder/STRVEC.cpp
- sys/HyperPage.cpp
- sys/HyperPage.h
- sys/ManPage_enums.h
- sys/ManPages.cpp
- sys/ManPages_toHtml.cpp
- sys/Manual.cpp
- sys/praat_version.h
- test/dwsys/regex.praat
- test/fon ExperimentMFC/perceptual experiment.txt
- test/fon/PointEditor_GUI_.praat
- test/fon/SoundEditor_GUI_.praat


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/101dcbff6b44c77616c17228e11c997d8ca91af4...2d7c80e0bcdc814e79a914d7c9ca8f5eed0d7142

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/101dcbff6b44c77616c17228e11c997d8ca91af4...2d7c80e0bcdc814e79a914d7c9ca8f5eed0d7142
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.4+dfsg

2023-11-20 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.4+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.4+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.4+dfsg-1

2023-11-20 Thread @rafael


Rafael Laboissière pushed new tag debian/6.4+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.4+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.20+dfsg.orig.tar.xz

2023-10-25 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
18951a99 by Rafael Laboissière at 2023-10-25T01:24:16-03:00
pristine-tar data for praat_6.3.20+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.3.20+dfsg.orig.tar.xz.delta
- + praat_6.3.20+dfsg.orig.tar.xz.id


Changes:

=
praat_6.3.20+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.3.20+dfsg.orig.tar.xz.delta differ


=
praat_6.3.20+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+e89b618444575795333dc3a2d01ac90d69c4440c



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/18951a99141d5f72b8ac07df9f5c5e1df99a553d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/18951a99141d5f72b8ac07df9f5c5e1df99a553d
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.20+dfsg

2023-10-25 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.20+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.20+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.20+dfsg-1

2023-10-25 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.20+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.20+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.19+dfsg.orig.tar.xz

2023-10-24 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
c6353867 by Rafael Laboissière at 2023-10-24T11:52:41-03:00
pristine-tar data for praat_6.3.19+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.3.19+dfsg.orig.tar.xz.delta
- + praat_6.3.19+dfsg.orig.tar.xz.id


Changes:

=
praat_6.3.19+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.3.19+dfsg.orig.tar.xz.delta differ


=
praat_6.3.19+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+5b6db563575f29ec1dc222e40b1b14efb38de016



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/c6353867709d1447e92c35491e93142bcd3f1fcc

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/c6353867709d1447e92c35491e93142bcd3f1fcc
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.19+dfsg

2023-10-24 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.19+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.19+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.19+dfsg-1

2023-10-24 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.19+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.19+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] d/p/drop-espeak-demonic-file.patch: Add Forwarded URL

2023-10-22 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
0727e670 by Rafael Laboissière at 2023-10-22T05:00:06-03:00
d/p/drop-espeak-demonic-file.patch: Add Forwarded URL

Gbp-Dch: Ignore

- - - - -


1 changed file:

- debian/patches/drop-espeak-demonic-file.patch


Changes:

=
debian/patches/drop-espeak-demonic-file.patch
=
@@ -4,7 +4,7 @@ Description: Drop espeak-ng file Demonic
  voices/!v/Demonic was causing stack smashing on i386. This file has
  been removed from the Debian package.
 Author: Rafael Laboissière 
-Forwarded: no
+Forwarded: https://github.com/praat/praat/issues/2545#issuecomment-1774024724
 Last-Update: 2023-10-21
 
 --- praat-6.3.18+dfsg.orig/external/espeak/create_espeak_ng_FileInMemorySet.cpp



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/0727e670999afcfe8260ecdea7e47c899df9080e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/0727e670999afcfe8260ecdea7e47c899df9080e
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.18+dfsg-2

2023-10-21 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.18+dfsg-2 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.18+dfsg-2
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] Avoid FTBFS on i386

2023-10-21 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
aaf9e436 by Rafael Laboissière at 2023-10-21T13:09:25-03:00
Avoid FTBFS on i386

+ d/p/ftbfs-on-i386-with-g++13.patch: Drop patch
+ d/mk-vars-hardening: Add option -fexcess-precision=fast to CXXFLAGS

Gbp-Dch: Full
Thanks: Adrian Bunk for the tip (see https://github.com/praat/praat/issues/2433)

- - - - -


2 changed files:

- debian/mk-vars-hardening
- − debian/patches/ftbfs-on-i386-with-g++13.patch


Changes:

=
debian/mk-vars-hardening
=
@@ -1,2 +1,2 @@
 CFLAGS += $(shell dpkg-buildflags  --get CFLAGS) $(shell dpkg-buildflags --get 
CPPFLAGS)
-CXXFLAGS += $(shell dpkg-buildflags --get CXXFLAGS)
+CXXFLAGS += $(shell dpkg-buildflags --get CXXFLAGS) -fexcess-precision=fast


=
debian/patches/ftbfs-on-i386-with-g++13.patch deleted
=
@@ -1,28 +0,0 @@
-Description: Fix build on i386 when compiling with g++ v13
- The i386 is the only official architecture for which the package
- FTBFS [1]. The present patch is a hacky attempt to “fix” the problem
- by just commenting the offending lines.
- .
- [1] 
https://buildd.debian.org/status/fetch.php?pkg=praat&arch=i386&ver=6.3.11-1&stamp=1689959453&raw=0
-Author: Rafael Laboissière 
-Bug: https://github.com/praat/praat/issues/2433
-Forwarded: not-needed
-Last-Update: 2023-08-24
-
 praat-6.3.11.orig/sys/praat.cpp
-+++ praat-6.3.11/sys/praat.cpp
-@@ -2212,10 +2212,10 @@ void praat_run () {
-   //autoVEC b { x };   // "No matching constructor for 
initialization of autoVEC" (2021-04-05)
-   //autoVEC c = x;   // "No viable conversion from VEC to 
autoVEC" (2021-04-05)
-   double aa [] = { 3.14, 2.718 };
--  VEC x3 (aa, 2);   // initializes x3 to 2 values from a base-0 
array
--  Melder_assert (x3 [2] == 2.718);
--  autoVEC x4 = { 3.14, 2.718 };
--  Melder_assert (x4 [2] == 2.718);
-+  //VEC x3 (aa, 2);   // initializes x3 to 2 values from a base-0 
array
-+  //Melder_assert (x3 [2] == 2.718);
-+  //autoVEC x4 = { 3.14, 2.718 };
-+  //Melder_assert (x4 [2] == 2.718);
-   }
-   Melder_assert (Melder_iroundUpToPowerOfTwo (-10) == 1);
-   Melder_assert (Melder_iroundUpToPowerOfTwo (-1) == 1);



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/aaf9e4362a0f4c28a8a475bc86fafb271a876714

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/aaf9e4362a0f4c28a8a475bc86fafb271a876714
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.18+dfsg.orig.tar.xz

2023-10-10 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
239a73d0 by Rafael Laboissière at 2023-10-10T13:46:09-03:00
pristine-tar data for praat_6.3.18+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.3.18+dfsg.orig.tar.xz.delta
- + praat_6.3.18+dfsg.orig.tar.xz.id


Changes:

=
praat_6.3.18+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.3.18+dfsg.orig.tar.xz.delta differ


=
praat_6.3.18+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+3f69eef202c6375fc36aa2fc97412d428c3eb1f5



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/239a73d0ea603b8b6babff5f592b7e106e8e7b87

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/239a73d0ea603b8b6babff5f592b7e106e8e7b87
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 8 commits: d/copyright: Exclude MacOs executable files test/manually/spit/*mac from repacked tarball

2023-10-10 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
00089cc5 by Rafael Laboissière at 2023-10-10T13:37:06-03:00
d/copyright: Exclude MacOs executable files test/manually/spit/*mac from 
repacked tarball

- - - - -
e829a40f by Rafael Laboissière at 2023-10-10T13:44:51-03:00
New upstream version 6.3.18+dfsg
- - - - -
38030fe0 by Rafael Laboissière at 2023-10-10T13:46:10-03:00
Update upstream source from tag 'upstream/6.3.18+dfsg'

Update to upstream version '6.3.18+dfsg'
with Debian dir 9d482d399e0bf830d3b389c777a882b5f941ecc9
- - - - -
96df5c86 by Rafael Laboissière at 2023-10-10T14:11:59-03:00
d/What_s_new_.html: Update upstream changelog

Gbp-Dch: Ignore

- - - - -
1a4ff82e by Rafael Laboissière at 2023-10-10T14:45:19-03:00
d/p/extract-rows-where-mahalanobis-args.patch: Drop patch (applied upstream)

- - - - -
9c51e5d9 by Rafael Laboissière at 2023-10-10T15:46:35-03:00
d/s/lintian-overrides: Override Lintian error source-is-missing

- - - - -
f9eaa3e7 by Rafael Laboissière at 2023-10-10T15:46:35-03:00
d/p/honor-cppflags.patch: Refresh for new upstream version

- - - - -
6449c498 by Rafael Laboissière at 2023-10-10T15:46:35-03:00
d/changelog: Add entry for release 6.3.18+dfsg-1

Gbp-Dch: Ignore

- - - - -


24 changed files:

- − EMA/praat_EMA_init.cpp
- Makefile
- README.md
- debian/What_s_new_.html
- debian/changelog
- debian/copyright
- − debian/patches/extract-rows-where-mahalanobis-args.patch
- debian/patches/honor-cppflags.patch
- debian/patches/series
- debian/source/lintian-overrides
- dwsys/FileInMemoryManager.cpp
- dwtest/test_Table_extractMahalanobisWhere.praat
- dwtools/Makefile
- dwtools/SpeechSynthesizer.cpp
- dwtools/TextGridTierNavigator.cpp
- dwtools/TextGridTierNavigator.h
- dwtools/espeakdata_FileInMemory.cpp
- dwtools/manual_KlattGrid.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_David_init.cpp
- external/espeak/ESPEAK_NG_READ_ME.TXT
- external/espeak/Makefile
- + external/espeak/common.cpp
- + external/espeak/common.h


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/437234941f88eccf114f8adad87edd0a6eda6f52...6449c4985c408086fff9799e324ae57e2ab02103

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/437234941f88eccf114f8adad87edd0a6eda6f52...6449c4985c408086fff9799e324ae57e2ab02103
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.3.18+dfsg

2023-10-10 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
e829a40f by Rafael Laboissière at 2023-10-10T13:44:51-03:00
New upstream version 6.3.18+dfsg
- - - - -


17 changed files:

- − EMA/praat_EMA_init.cpp
- Makefile
- README.md
- dwsys/FileInMemoryManager.cpp
- dwtest/test_Table_extractMahalanobisWhere.praat
- dwtools/Makefile
- dwtools/SpeechSynthesizer.cpp
- dwtools/TextGridTierNavigator.cpp
- dwtools/TextGridTierNavigator.h
- dwtools/espeakdata_FileInMemory.cpp
- dwtools/manual_KlattGrid.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_David_init.cpp
- external/espeak/ESPEAK_NG_READ_ME.TXT
- external/espeak/Makefile
- + external/espeak/common.cpp
- + external/espeak/common.h


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/e829a40f834fa8e0305a7feb16b5a306b945a79a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/e829a40f834fa8e0305a7feb16b5a306b945a79a
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.18+dfsg

2023-10-10 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.18+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.18+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.18+dfsg-1

2023-10-10 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.18+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.18+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.3.17+dfsg

2023-09-22 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
58025e94 by Rafael Laboissière at 2023-09-22T14:53:28-03:00
New upstream version 6.3.17+dfsg
- - - - -


30 changed files:

- + EMA/EMA.cpp
- + EMA/EMA.h
- + EMA/EMA_def.h
- + EMA/Makefile
- + EMA/Sensor.cpp
- + EMA/Sensor.h
- + EMA/Sensor_def.h
- + EMA/praat_EMA_init.cpp
- FFNet/FFNet.cpp
- FFNet/FFNet_ActivationList_Categories.cpp
- FFNet/FFNet_PatternList_ActivationList.cpp
- LPC/FormantPath.cpp
- LPC/FormantPathEditor.cpp
- LPC/FormantPath_def.h
- LPC/PowerCepstrogram.cpp
- LPC/Sound_and_LPC.cpp
- LPC/Sound_and_LPC.h
- LPC/praat_LPC_init.cpp
- Makefile
- + dwsys/DataStore.cpp
- + dwsys/DataStore.h
- dwtest/test_LPC.praat
- dwtools/Categories.cpp
- dwtools/KlattTable.cpp
- dwtools/SSCP.cpp
- dwtools/SpeechSynthesizer.cpp
- dwtools/VowelEditor.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_David_init.cpp
- fon/ExperimentMFC.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/58025e941cbabe18d6bbbd529caef974934f572f

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/58025e941cbabe18d6bbbd529caef974934f572f
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.17+dfsg.orig.tar.xz

2023-09-22 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
56b108ea by Rafael Laboissière at 2023-09-22T14:54:16-03:00
pristine-tar data for praat_6.3.17+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + praat_6.3.17+dfsg.orig.tar.xz.delta
- + praat_6.3.17+dfsg.orig.tar.xz.id


Changes:

=
praat_6.3.17+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/praat_6.3.17+dfsg.orig.tar.xz.delta differ


=
praat_6.3.17+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+41917b6355a52fb45e29f3c36ab1c71102b7a18d



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/56b108ea265148d83d2a3618324dde8388b7d0a7

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/56b108ea265148d83d2a3618324dde8388b7d0a7
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 5 commits: Remove the *.exe files from the upstream tarball

2023-09-22 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
e9f72d24 by Rafael Laboissière at 2023-09-22T14:29:27-03:00
Remove the *.exe files from the upstream tarball

This is a temporary change, which will eventually fixed in a future
upstream release, when the *.exe files will not be included in the
tarball anymore.
+ d/copyright: Add Files-Excluded header
+ d/watch: Add options for the tarball repacking

Gbp-Dch: Full

- - - - -
58025e94 by Rafael Laboissière at 2023-09-22T14:53:28-03:00
New upstream version 6.3.17+dfsg
- - - - -
66599067 by Rafael Laboissière at 2023-09-22T14:54:17-03:00
Update upstream source from tag 'upstream/6.3.17+dfsg'

Update to upstream version '6.3.17+dfsg'
with Debian dir bfff9dfbf81bff3a66620f63d1b13f89d8480938
- - - - -
beef484c by Rafael Laboissière at 2023-09-22T16:42:16-03:00
d/p/extract-rows-where-mahalanobis-args.patch: New patch

- - - - -
43723494 by Rafael Laboissière at 2023-09-22T17:00:44-03:00
d/changelog: Add entry for release 6.3.17+dfsg-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- + EMA/EMA.cpp
- + EMA/EMA.h
- + EMA/EMA_def.h
- + EMA/Makefile
- + EMA/Sensor.cpp
- + EMA/Sensor.h
- + EMA/Sensor_def.h
- + EMA/praat_EMA_init.cpp
- FFNet/FFNet.cpp
- FFNet/FFNet_ActivationList_Categories.cpp
- FFNet/FFNet_PatternList_ActivationList.cpp
- LPC/FormantPath.cpp
- LPC/FormantPathEditor.cpp
- LPC/FormantPath_def.h
- LPC/PowerCepstrogram.cpp
- LPC/Sound_and_LPC.cpp
- LPC/Sound_and_LPC.h
- LPC/praat_LPC_init.cpp
- Makefile
- debian/changelog
- debian/copyright
- + debian/patches/extract-rows-where-mahalanobis-args.patch
- debian/patches/series
- debian/watch
- + dwsys/DataStore.cpp
- + dwsys/DataStore.h
- dwtest/test_LPC.praat
- dwtools/Categories.cpp
- dwtools/KlattTable.cpp
- dwtools/SSCP.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/b4e145b36ecf019043be9bb7c6dc18c1d9abb726...437234941f88eccf114f8adad87edd0a6eda6f52

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/b4e145b36ecf019043be9bb7c6dc18c1d9abb726...437234941f88eccf114f8adad87edd0a6eda6f52
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.17+dfsg

2023-09-22 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.17+dfsg at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.17+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.17+dfsg-1

2023-09-22 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.17+dfsg-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.17+dfsg-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.16.orig.tar.gz

2023-08-31 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
c476ce67 by Rafael Laboissière at 2023-08-31T04:33:04-03:00
pristine-tar data for praat_6.3.16.orig.tar.gz

- - - - -


2 changed files:

- + praat_6.3.16.orig.tar.gz.delta
- + praat_6.3.16.orig.tar.gz.id


Changes:

=
praat_6.3.16.orig.tar.gz.delta
=
Binary files /dev/null and b/praat_6.3.16.orig.tar.gz.delta differ


=
praat_6.3.16.orig.tar.gz.id
=
@@ -0,0 +1 @@
+d45dde9bf6a2d6ecbd1103c8c86e6f66bf7194ee



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/c476ce6748652c8be2e983eb4deb7a925a585d90

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/c476ce6748652c8be2e983eb4deb7a925a585d90
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.3.16

2023-08-31 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
eeb12556 by Rafael Laboissière at 2023-08-31T04:30:17-03:00
New upstream version 6.3.16
- - - - -


30 changed files:

- LPC/FormantPath.cpp
- LPC/PowerCepstrogram.cpp
- LPC/praat_LPC_init.cpp
- artsynth/praat_Artsynth.cpp
- dwtools/FilterBank.cpp
- dwtools/FilterBank.h
- dwtools/KlattGrid.cpp
- dwtools/KlattGrid.h
- dwtools/Sound_and_Spectrogram_extensions.cpp
- dwtools/Sound_and_Spectrogram_extensions.h
- dwtools/Sound_extensions.cpp
- dwtools/Sound_to_Pitch2.cpp
- dwtools/Sound_to_Pitch2.h
- dwtools/SpeechSynthesizer.cpp
- dwtools/SpeechSynthesizer.h
- dwtools/Table_extensions.cpp
- dwtools/Table_extensions.h
- dwtools/manual_MDS.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_BSS_init.cpp
- dwtools/praat_DataModeler_init.cpp
- dwtools/praat_David_init.cpp
- dwtools/praat_HMM_init.cpp
- dwtools/praat_MultiSampledSpectrogram.cpp
- fon/Ltas.cpp
- fon/Ltas.h
- fon/Manipulation.cpp
- fon/Manipulation.h
- fon/Sampled.cpp
- fon/Sound_and_Spectrogram.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/eeb12556e099432af8ef52ebf33fa9cd62e103f0

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/eeb12556e099432af8ef52ebf33fa9cd62e103f0
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 5 commits: New upstream version 6.3.16

2023-08-31 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
eeb12556 by Rafael Laboissière at 2023-08-31T04:30:17-03:00
New upstream version 6.3.16
- - - - -
71ceaa62 by Rafael Laboissière at 2023-08-31T04:33:05-03:00
Update upstream source from tag 'upstream/6.3.16'

Update to upstream version '6.3.16'
with Debian dir c537c9da6fe94fbb7459aced19be2b72acb0af31
- - - - -
25d441f7 by Rafael Laboissière at 2023-08-31T04:35:12-03:00
d/What_s_new_.html: Update upstream changelog

Gbp-Dch: Ignore

- - - - -
396509ec by Rafael Laboissière at 2023-08-31T05:39:01-03:00
d/p/return-getphonemesfromtext.patch: Drop patch (applied upstreqm)

- - - - -
b4e145b3 by Rafael Laboissière at 2023-08-31T07:09:42-03:00
d/changelog: Add entry for release 6.3.16-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- − .gitignore
- LPC/FormantPath.cpp
- LPC/PowerCepstrogram.cpp
- LPC/praat_LPC_init.cpp
- artsynth/praat_Artsynth.cpp
- debian/What_s_new_.html
- debian/changelog
- − debian/patches/return-getphonemesfromtext.patch
- debian/patches/series
- dwtools/FilterBank.cpp
- dwtools/FilterBank.h
- dwtools/KlattGrid.cpp
- dwtools/KlattGrid.h
- dwtools/Sound_and_Spectrogram_extensions.cpp
- dwtools/Sound_and_Spectrogram_extensions.h
- dwtools/Sound_extensions.cpp
- dwtools/Sound_to_Pitch2.cpp
- dwtools/Sound_to_Pitch2.h
- dwtools/SpeechSynthesizer.cpp
- dwtools/SpeechSynthesizer.h
- dwtools/Table_extensions.cpp
- dwtools/Table_extensions.h
- dwtools/manual_MDS.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_BSS_init.cpp
- dwtools/praat_DataModeler_init.cpp
- dwtools/praat_David_init.cpp
- dwtools/praat_HMM_init.cpp
- dwtools/praat_MultiSampledSpectrogram.cpp
- fon/Ltas.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/f1bd699eac82a50c42d1713785dbb0fbb0dd0cc9...b4e145b36ecf019043be9bb7c6dc18c1d9abb726

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/f1bd699eac82a50c42d1713785dbb0fbb0dd0cc9...b4e145b36ecf019043be9bb7c6dc18c1d9abb726
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.16-1

2023-08-31 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.16-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.16-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.16

2023-08-31 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.16 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.16
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.15.orig.tar.gz

2023-08-27 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
3e683459 by Rafael Laboissière at 2023-08-24T07:42:28-03:00
pristine-tar data for praat_6.3.15.orig.tar.gz

- - - - -


2 changed files:

- + praat_6.3.15.orig.tar.gz.delta
- + praat_6.3.15.orig.tar.gz.id


Changes:

=
praat_6.3.15.orig.tar.gz.delta
=
Binary files /dev/null and b/praat_6.3.15.orig.tar.gz.delta differ


=
praat_6.3.15.orig.tar.gz.id
=
@@ -0,0 +1 @@
+5ada022539b31785f64fe299aa9a4d22c17964ac



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/3e68345997f4813a964612b30df02e262280b95d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/3e68345997f4813a964612b30df02e262280b95d
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.3.15

2023-08-27 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
2b14312d by Rafael Laboissière at 2023-08-24T07:39:25-03:00
New upstream version 6.3.15
- - - - -


30 changed files:

- EEG/ERP.cpp
- EEG/ERPTier.cpp
- EEG/praat_EEG.cpp
- LPC/FormantModeler.cpp
- LPC/FormantPath.cpp
- LPC/PowerCepstrogram.cpp
- LPC/PowerCepstrum.cpp
- README.md
- dwsys/NUM2.cpp
- dwsys/NUM2.h
- dwtest/test_FormantPath.praat
- dwtest/test_SpeechSynthesizer.praat
- dwtools/DataModeler.cpp
- dwtools/Distance.cpp
- dwtools/Distance.h
- dwtools/FilterBank.cpp
- dwtools/HMM.cpp
- dwtools/KlattGrid.cpp
- dwtools/KlattTable.cpp
- dwtools/MDS.cpp
- dwtools/Matrix_extensions.cpp
- dwtools/SpeechSynthesizer.cpp
- dwtools/SpeechSynthesizer.h
- dwtools/Strings_extensions.cpp
- dwtools/Table_and_Strings.cpp
- dwtools/Table_dataSets.cpp
- dwtools/Table_extensions.cpp
- dwtools/Table_extensions.h
- dwtools/VowelEditor.cpp
- dwtools/praat_DataModeler_init.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/2b14312d2297bf84c4c7344310747a68d5287d9b

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/2b14312d2297bf84c4c7344310747a68d5287d9b
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 7 commits: New upstream version 6.3.15

2023-08-27 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
2b14312d by Rafael Laboissière at 2023-08-24T07:39:25-03:00
New upstream version 6.3.15
- - - - -
30e35751 by Rafael Laboissière at 2023-08-24T07:42:29-03:00
Merge tag 'upstream/6.3.15'

Upstream version 6.3.15

- - - - -
3de6ae01 by Rafael Laboissière at 2023-08-24T07:55:48-03:00
d/p/ftbfs-on-i386-with-g++13.patch: Refresh for new upstream version

- - - - -
2978bb7e by Rafael Laboissière at 2023-08-24T07:56:48-03:00
d/changelog: Add entry for release 6.3.15-1

Gbp-Dch: Ignore

- - - - -
1accb475 by Rafael Laboissière at 2023-08-27T05:23:25-03:00
d/p/return-getphonemesfromtext.patch: New patch

- - - - -
55f40ae8 by Rafael Laboissière at 2023-08-27T05:24:39-03:00
d/What_s_new_.html: Update upstream changelog

Gbp-Dch: Ignore

- - - - -
f1bd699e by Rafael Laboissière at 2023-08-27T05:25:24-03:00
d/changelog: Add entry for release 6.3.15-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- EEG/ERP.cpp
- EEG/ERPTier.cpp
- EEG/praat_EEG.cpp
- LPC/FormantModeler.cpp
- LPC/FormantPath.cpp
- LPC/PowerCepstrogram.cpp
- LPC/PowerCepstrum.cpp
- README.md
- debian/What_s_new_.html
- debian/changelog
- debian/patches/ftbfs-on-i386-with-g++13.patch
- + debian/patches/return-getphonemesfromtext.patch
- debian/patches/series
- dwsys/NUM2.cpp
- dwsys/NUM2.h
- dwtest/test_FormantPath.praat
- dwtest/test_SpeechSynthesizer.praat
- dwtools/DataModeler.cpp
- dwtools/Distance.cpp
- dwtools/Distance.h
- dwtools/FilterBank.cpp
- dwtools/HMM.cpp
- dwtools/KlattGrid.cpp
- dwtools/KlattTable.cpp
- dwtools/MDS.cpp
- dwtools/Matrix_extensions.cpp
- dwtools/SpeechSynthesizer.cpp
- dwtools/SpeechSynthesizer.h
- dwtools/Strings_extensions.cpp
- dwtools/Table_and_Strings.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/1ff2a456b92f29602e0ba2d822b23edb7f3b00b0...f1bd699eac82a50c42d1713785dbb0fbb0dd0cc9

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/1ff2a456b92f29602e0ba2d822b23edb7f3b00b0...f1bd699eac82a50c42d1713785dbb0fbb0dd0cc9
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.15

2023-08-27 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.15 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.15
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.15-1

2023-08-27 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.15-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.15-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.14.orig.tar.gz

2023-08-07 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
ab474ab8 by Rafael Laboissière at 2023-08-07T12:29:51-03:00
pristine-tar data for praat_6.3.14.orig.tar.gz

- - - - -


2 changed files:

- + praat_6.3.14.orig.tar.gz.delta
- + praat_6.3.14.orig.tar.gz.id


Changes:

=
praat_6.3.14.orig.tar.gz.delta
=
Binary files /dev/null and b/praat_6.3.14.orig.tar.gz.delta differ


=
praat_6.3.14.orig.tar.gz.id
=
@@ -0,0 +1 @@
+3662f28f3444c08c81007ca08b751a023b6d40ce



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/ab474ab898dcdcb3d00c39f330cdb2f3b6c14bdf

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/ab474ab898dcdcb3d00c39f330cdb2f3b6c14bdf
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.3.14

2023-08-07 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
fc4e484d by Rafael Laboissière at 2023-08-07T12:26:48-03:00
New upstream version 6.3.14
- - - - -


30 changed files:

- LPC/FormantPath_def.h
- dwtools/CCA.h
- dwtools/Configuration.h
- dwtools/Covariance.cpp
- dwtools/DTW.cpp
- dwtools/Electroglottogram.h
- dwtools/FilterBank.cpp
- dwtools/GaussianMixture.cpp
- dwtools/GaussianMixture.h
- dwtools/HMM.cpp
- dwtools/HMM.h
- dwtools/ICA.cpp
- dwtools/KlattGrid.cpp
- dwtools/Matrix_extensions.cpp
- dwtools/MultiSampledSpectrogram.h
- dwtools/PCA.h
- dwtools/Sound_and_Spectrogram_extensions.cpp
- dwtools/Sound_and_Spectrogram_extensions.h
- dwtools/Sound_extensions.cpp
- dwtools/Spectrum_extensions.h
- dwtools/SpeechSynthesizer_and_TextGrid.cpp
- dwtools/TableOfReal_extensions.cpp
- dwtools/TableOfReal_extensions.h
- dwtools/VowelEditor.cpp
- dwtools/manual_BSS.cpp
- dwtools/manual_HMM.cpp
- dwtools/manual_KlattGrid.cpp
- dwtools/manual_MDS.cpp
- dwtools/manual_Permutation.cpp
- dwtools/manual_dwtools.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/fc4e484de458ae911cecc1b62cd9e0a9694b725d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/fc4e484de458ae911cecc1b62cd9e0a9694b725d
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 4 commits: New upstream version 6.3.14

2023-08-07 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
fc4e484d by Rafael Laboissière at 2023-08-07T12:26:48-03:00
New upstream version 6.3.14
- - - - -
eb660475 by Rafael Laboissière at 2023-08-07T12:29:55-03:00
Merge tag 'upstream/6.3.14'

Upstream version 6.3.14

- - - - -
bb9475cb by Rafael Laboissière at 2023-08-07T12:40:32-03:00
d/What_s_new_.html: Update upstream changelog

Gbp-Dch: Ignore

- - - - -
1ff2a456 by Rafael Laboissière at 2023-08-07T12:41:16-03:00
d/changelog: Add entry for release 6.3.14-1

Gbp-Dch: Ignore

- - - - -


30 changed files:

- LPC/FormantPath_def.h
- debian/What_s_new_.html
- debian/changelog
- dwtools/CCA.h
- dwtools/Configuration.h
- dwtools/Covariance.cpp
- dwtools/DTW.cpp
- dwtools/Electroglottogram.h
- dwtools/FilterBank.cpp
- dwtools/GaussianMixture.cpp
- dwtools/GaussianMixture.h
- dwtools/HMM.cpp
- dwtools/HMM.h
- dwtools/ICA.cpp
- dwtools/KlattGrid.cpp
- dwtools/Matrix_extensions.cpp
- dwtools/MultiSampledSpectrogram.h
- dwtools/PCA.h
- dwtools/Sound_and_Spectrogram_extensions.cpp
- dwtools/Sound_and_Spectrogram_extensions.h
- dwtools/Sound_extensions.cpp
- dwtools/Spectrum_extensions.h
- dwtools/SpeechSynthesizer_and_TextGrid.cpp
- dwtools/TableOfReal_extensions.cpp
- dwtools/TableOfReal_extensions.h
- dwtools/VowelEditor.cpp
- dwtools/manual_BSS.cpp
- dwtools/manual_HMM.cpp
- dwtools/manual_KlattGrid.cpp
- dwtools/manual_MDS.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/542932279b10d8f90754cd7eb651e71d663b16de...1ff2a456b92f29602e0ba2d822b23edb7f3b00b0

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/542932279b10d8f90754cd7eb651e71d663b16de...1ff2a456b92f29602e0ba2d822b23edb7f3b00b0
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.14-1

2023-08-07 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.14-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.14-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.14

2023-08-07 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.14 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.14
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][pristine-tar] pristine-tar data for praat_6.3.12.orig.tar.gz

2023-07-27 Thread @rafael


Rafael Laboissière pushed to branch pristine-tar at Debian Med / praat


Commits:
a3230f28 by Rafael Laboissière at 2023-07-27T04:49:09-03:00
pristine-tar data for praat_6.3.12.orig.tar.gz

- - - - -


2 changed files:

- + praat_6.3.12.orig.tar.gz.delta
- + praat_6.3.12.orig.tar.gz.id


Changes:

=
praat_6.3.12.orig.tar.gz.delta
=
Binary files /dev/null and b/praat_6.3.12.orig.tar.gz.delta differ


=
praat_6.3.12.orig.tar.gz.id
=
@@ -0,0 +1 @@
+188b9c18fd696db5b512d130ac5dd2485fd85680



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/a3230f2880d382d1d4e290186a16f8ffd4aaa3a0

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/a3230f2880d382d1d4e290186a16f8ffd4aaa3a0
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][upstream] New upstream version 6.3.12

2023-07-27 Thread @rafael


Rafael Laboissière pushed to branch upstream at Debian Med / praat


Commits:
56fd0d5b by Rafael Laboissière at 2023-07-27T04:44:42-03:00
New upstream version 6.3.12
- - - - -


14 changed files:

- dwtools/Table_dataSets.cpp
- dwtools/Table_extensions.h
- dwtools/manual_HMM.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_David_init.cpp
- dwtools/praat_MDS_init.cpp
- fon/Makefile
- fon/manual_Fon.cpp
- fon/manual_Picture.cpp
- + fon/manual_demoWindow.cpp
- fon/manual_functions.cpp
- fon/manual_glossary.cpp
- fon/manual_Script.cpp → fon/manual_scripting.cpp
- fon/manual_sound.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/56fd0d5b0b49bff90b71eeff62e2fd663fdf7c88

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/commit/56fd0d5b0b49bff90b71eeff62e2fd663fdf7c88
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 4 commits: New upstream version 6.3.12

2023-07-27 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
56fd0d5b by Rafael Laboissière at 2023-07-27T04:44:42-03:00
New upstream version 6.3.12
- - - - -
de384169 by Rafael Laboissière at 2023-07-27T04:49:10-03:00
Merge tag 'upstream/6.3.12'

Upstream version 6.3.12

- - - - -
f96520d7 by Rafael Laboissière at 2023-07-27T07:00:45-03:00
d/What_s_new_.html: Update upstream changelog

Gbp-Dch: Ignore

- - - - -
54293227 by Rafael Laboissière at 2023-07-27T07:00:45-03:00
d/changelog: Add entry for release 6.3.12-1

Gbp-Dch: Ignore

- - - - -


14 changed files:

- debian/What_s_new_.html
- debian/changelog
- dwtools/Table_dataSets.cpp
- dwtools/Table_extensions.h
- dwtools/manual_HMM.cpp
- dwtools/manual_dwtools.cpp
- dwtools/praat_David_init.cpp
- dwtools/praat_MDS_init.cpp
- fon/Makefile
- fon/manual_Fon.cpp
- fon/manual_Picture.cpp
- + fon/manual_demoWindow.cpp
- fon/manual_functions.cpp
- fon/manual_glossary.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/874ed0782c9edec85b6aafd1dbad0a960c2e63a3...542932279b10d8f90754cd7eb651e71d663b16de

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/874ed0782c9edec85b6aafd1dbad0a960c2e63a3...542932279b10d8f90754cd7eb651e71d663b16de
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.12-1

2023-07-27 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.12-1 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.12-1
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag upstream/6.3.12

2023-07-27 Thread @rafael


Rafael Laboissière pushed new tag upstream/6.3.12 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/upstream/6.3.12
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat][master] 2 commits: d/p/ftbfs-on-i386-with-g++13.patch: Extend patch

2023-07-22 Thread @rafael


Rafael Laboissière pushed to branch master at Debian Med / praat


Commits:
8a2da3d6 by Rafael Laboissière at 2023-07-22T17:03:35-03:00
d/p/ftbfs-on-i386-with-g++13.patch: Extend patch

- - - - -
874ed078 by Rafael Laboissière at 2023-07-22T18:24:27-03:00
d/changelog: Add entry for release 6.3.11-3

Gbp-Dch: Ignore

- - - - -


2 changed files:

- debian/changelog
- debian/patches/ftbfs-on-i386-with-g++13.patch


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+praat (6.3.11-3) unstable; urgency=medium
+
+  * d/p/ftbfs-on-i386-with-g++13.patch: Extend patch
+
+ -- Rafael Laboissière   Sat, 22 Jul 2023 17:03:44 -0300
+
 praat (6.3.11-2) unstable; urgency=medium
 
   * d/p/ftbfs-on-i386-with-g++13.patch: New patch


=
debian/patches/ftbfs-on-i386-with-g++13.patch
=
@@ -6,19 +6,23 @@ Description: Fix build on i386 when compiling with g++ v13
  [1] 
https://buildd.debian.org/status/fetch.php?pkg=praat&arch=i386&ver=6.3.11-1&stamp=1689959453&raw=0
 Author: Rafael Laboissière 
 Bug: https://github.com/praat/praat/issues/2433
-Forwarded: no
+Forwarded: not-needed
 Last-Update: 2023-07-22
 
 --- praat-6.3.11.orig/sys/praat.cpp
 +++ praat-6.3.11/sys/praat.cpp
-@@ -2204,8 +2204,8 @@ void praat_run () {
+@@ -2204,10 +2204,10 @@ void praat_run () {
//autoVEC b { x };   // "No matching constructor for 
initialization of autoVEC" (2021-04-05)
//autoVEC c = x;   // "No viable conversion from VEC to 
autoVEC" (2021-04-05)
double aa [] = { 3.14, 2.718 };
 -  VEC x3 (aa, 2);   // initializes x3 to 2 values from a base-0 
array
 -  Melder_assert (x3 [2] == 2.718);
+-  autoVEC x4 = { 3.14, 2.718 };
+-  Melder_assert (x4 [2] == 2.718);
 +  //VEC x3 (aa, 2);   // initializes x3 to 2 values from a base-0 
array
 +  //Melder_assert (x3 [2] == 2.718);
-   autoVEC x4 = { 3.14, 2.718 };
-   Melder_assert (x4 [2] == 2.718);
++  //autoVEC x4 = { 3.14, 2.718 };
++  //Melder_assert (x4 [2] == 2.718);
}
+   Melder_assert (Melder_iroundUpToPowerOfTwo (-10) == 1);
+   Melder_assert (Melder_iroundUpToPowerOfTwo (-1) == 1);



View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/892111a3a697dc7ce2debab1ea6e1d106920ab55...874ed0782c9edec85b6aafd1dbad0a960c2e63a3

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/compare/892111a3a697dc7ce2debab1ea6e1d106920ab55...874ed0782c9edec85b6aafd1dbad0a960c2e63a3
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] [Git][med-team/praat] Pushed new tag debian/6.3.11-3

2023-07-22 Thread @rafael


Rafael Laboissière pushed new tag debian/6.3.11-3 at Debian Med / praat

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/praat/-/tree/debian/6.3.11-3
You're receiving this email because of your account on salsa.debian.org.


___
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit


  1   2   3   4   5   6   7   8   9   10   >