[med-svn] [Git][med-team/praat][master] 2 commits: Drop the praat_barren binary
Rafael Laboissière (@rafael)
gitlab at salsa.debian.org
Sat Jul 25 09:55:19 BST 2026
Rafael Laboissière pushed to branch master at Debian Med / praat
Commits:
03b3c950 by Rafael Laboissière at 2026-07-25T07:49:42+00:00
Drop the praat_barren binary
- - - - -
67a23b20 by Rafael Laboissière at 2026-07-25T07:49:42+00:00
d/changelog: Add entry for release 6.6.30+dfsg-3
Gbp-Dch: Ignore
- - - - -
7 changed files:
- debian/NEWS
- debian/changelog
- debian/clean
- debian/praat.manpages
- − debian/praat_barren.md
- debian/rules
- debian/tests/run-tests
Changes:
=====================================
debian/NEWS
=====================================
@@ -1,3 +1,11 @@
+praat (6.6.30+dfsg-3) unstable; urgency=medium
+
+ The praat_barren binary has been removed. This executable is not needed
+ by end users — use `praat --run` instead — and it is also not
+ necessary for running the unit tests during package building.
+
+ -- Rafael Laboissière <rafael at debian.org> Sat, 25 Jul 2026 07:30:03 +0000
+
praat (6.6.30+dfsg-2) unstable; urgency=medium
The praat_nogui binary has been replaced by the praat_barren
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+praat (6.6.30+dfsg-3) unstable; urgency=medium
+
+ * Drop the praat_barren binary
+
+ -- Rafael Laboissière <rafael at debian.org> Sat, 25 Jul 2026 07:37:30 +0000
+
praat (6.6.30+dfsg-2) unstable; urgency=medium
* d/control: Drop useless build-dependencies on xauth and xvfb
=====================================
debian/clean
=====================================
@@ -9,7 +9,5 @@ test/script/recursive_file/kanweg.txt
test/stat/kanweg.txt
test/sys/kanweg.*
debian/what-is-new
-praat_barren
praat.1
-praat_barren.1
praat-launch.1
=====================================
debian/praat.manpages
=====================================
@@ -1,3 +1,2 @@
praat.1
-praat_barren.1
praat-launch.1
=====================================
debian/praat_barren.md deleted
=====================================
@@ -1,49 +0,0 @@
-% PRAAT_BARREN(1) | User Commands
-%
-% April 22, 2013
-
-# NAME
-
-praat_barren - doing phonetics by compute (no GUI tool)
-
-# SYNOPSIS
-
-**praat_barren** \[--run] _script_
-
-# DESCRIPTION
-
-This manual page documents briefly the **praat_barren** command.
-
-This manual page was written for the Debian distribution because the
-original program does not have a manual page.
-
-**praat_barren** is a program for speech analysis and synthesis.
-Several speech analysis functionalities are available: spectrograms,
-cochleograms, and pitch and formant extraction. Articulatory
-synthesis, as well as synthesis from pitch, formant, and intensity are
-also available. Other features are segmentation, labelling using the
-phonetic alphabet, and computation of statistics.
-
-This is a non-GUI, no-audio version of the praat program, intended for
-running Praat script in batch mode, from the shell command line or
-called from other shell scripts.
-
-# SEE ALSO
-
-The GUI program **praat** has an on-line documentation; just launch
-**praat** and look at the Help menu entry.
-
-For further information, see the Praat website (http://www.praat.org).
-A good Beginner's Guide, written by Sidney Wood, is available at
-https://person2.sol.lu.se/SidneyWood/praate/frames.html
-
-# AUTHOR
-
-This manual page was written by Rafael Laboissière
-<rafael at laboissiere.net> for the Debian system (but may be used by
-others). Permission is granted to copy, distribute and/or modify this
-document under the terms of the &gnu; General Public License, Version
-3 any later version published by the Free Software Foundation.
-
-On Debian systems, the complete text of the GNU General Public License
-can be found in /usr/share/common-licenses/GPL-3.
=====================================
debian/rules
=====================================
@@ -28,19 +28,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Generate the man page from the Markdown source
pandoc --standalone --to man $< -o $@
-execute_before_dh_installman: praat.1 praat_barren.1 praat-launch.1
-
-OBJECTS_TO_REMOVE = fon/Photo.o \
- foned/FunctionEditor.o \
- foned/SoundRecorder.o \
- melder/melder_audio.o \
- melder/melder_debug.o \
- sys/*.o
-
-override_dh_auto_build:
- $(DH_OVERRIDDEN_COMMAND)
- rm -f $(OBJECTS_TO_REMOVE)
- PRAAT_GRAPHICS=barren PRAAT_SOUND=none $(DH_OVERRIDDEN_COMMAND)
+execute_before_dh_installman: praat.1 praat-launch.1
execute_after_dh_installchangelogs:
# Build and install the upstream changelog
@@ -49,7 +37,7 @@ execute_after_dh_installchangelogs:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
- PRAAT=$(CURDIR)/praat_barren debian/tests/run-tests
+ PRAAT=$(CURDIR)/praat debian/tests/run-tests
endif
execute_after_dh_installdeb-indep:
=====================================
debian/tests/run-tests
=====================================
@@ -4,7 +4,7 @@
### distributed in the upstream sources.
### Allow specification of the Praat executable
-PRAAT=${PRAAT:-praat_barren}
+PRAAT=${PRAAT:-praat}
### Run the unit tests
for dir in test dwtest ; do
View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/51e629bc704d5e0d950523c8ed849cc21c3d9db6...67a23b209e992ae205e3985075725558cb0d0f53
--
View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/51e629bc704d5e0d950523c8ed849cc21c3d9db6...67a23b209e992ae205e3985075725558cb0d0f53
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260725/f7527332/attachment-0001.htm>
More information about the debian-med-commit
mailing list