diff -Nru speakup-tools-0.0~git20110720.1/debian/changelog speakup-tools-0.0~git20121016.1/debian/changelog --- speakup-tools-0.0~git20110720.1/debian/changelog 2012-03-14 00:23:27.000000000 +0000 +++ speakup-tools-0.0~git20121016.1/debian/changelog 2012-10-16 19:53:21.000000000 +0000 @@ -1,10 +1,20 @@ +speakup-tools (1:0.0~git20121016.1-1) unstable; urgency=low + + * New upstream snapshot. + - Fixes bashism. Closes: #690653 + * control: + - Fix section & priority according to ftp-master override. + - Fix list indentation in description. + + -- Samuel Thibault Wed, 14 Mar 2012 01:52:19 +0100 + speakup-tools (1:0.0~git20110720.1-1) unstable; urgency=low * control: Rework description. Make speakup-tools arch:all. Add myself as uploader and set debian-a11y as maintainer. * changelog: Fix version to be greater than the old package from speakup. - -- Samuel Thibault Wed, 14 Mar 2012 00:00:44 +0100 + -- Samuel Thibault Wed, 14 Mar 2012 01:51:42 +0100 speakup-tools (0.0~git20110720-1) unstable; urgency=low diff -Nru speakup-tools-0.0~git20110720.1/debian/control speakup-tools-0.0~git20121016.1/debian/control --- speakup-tools-0.0~git20110720.1/debian/control 2012-03-14 00:23:27.000000000 +0000 +++ speakup-tools-0.0~git20121016.1/debian/control 2012-10-16 19:50:54.000000000 +0000 @@ -1,6 +1,6 @@ Source: speakup-tools -Section: sound -Priority: optional +Section: admin +Priority: extra Maintainer: Debian Accessibility Team Uploaders: Jean-Philippe MENGUAL , Samuel Thibault Build-Depends: debhelper (>= 8.0.0) @@ -16,7 +16,7 @@ This package provides three scripts to configure and make easier using speakup_soft module. . - - speakupconf allows one to save and restore speakup's customizable variables. - - speakup_setlocale allows one to choose another language so that speakup's - messages are localized. - - talkwith allows one to easily switch between speech synthesizers. + - speakupconf allows one to save and restore speakup's customizable variables. + - speakup_setlocale allows one to choose another language so that speakup's + messages are localized. + - talkwith allows one to easily switch between speech synthesizers. diff -Nru speakup-tools-0.0~git20110720.1/scripts/speakup_setlocale.in speakup-tools-0.0~git20121016.1/scripts/speakup_setlocale.in --- speakup-tools-0.0~git20110720.1/scripts/speakup_setlocale.in 2011-07-21 17:49:37.000000000 +0000 +++ speakup-tools-0.0~git20121016.1/scripts/speakup_setlocale.in 2012-10-16 19:42:49.000000000 +0000 @@ -3,7 +3,8 @@ echo "1 Canadian English" echo "2 Français UTF8" echo "3 Français ISO-8859-1" -read -p "Choose the language " r +echo -n "Choose the language " +read r case $r in 1) cp @pkgdatadir@/locales/en_CA/* /sys/accessibility/speakup/i18n