--- cicero-0.7.2.orig/debian/changelog
+++ cicero-0.7.2/debian/changelog
@@ -0,0 +1,20 @@
+cicero (0.7.2-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.2 (no change needed)
+  * Depend on oss-compat.
+
+ -- Samuel Thibault <sthibault@debian.org>  Tue, 03 Jan 2012 00:13:07 +0100
+
+cicero (0.7.2-1) unstable; urgency=low
+
+  * Initial upload to Debian (Closes: Bug#594834).
+
+ -- Samuel Thibault <sthibault@debian.org>  Mon, 30 Aug 2010 02:10:15 +0200
+
+cicero (0.7-1) unstable; urgency=low
+
+  * Initial release: config.py uses mbrola-fr4.
+    python is currently a link to python2.3. 
+    The brltty install is not yet operationnal.
+
+ -- Gilles Casse <gcasse@oralux.org>  Wed, 13 Sep 2006 11:21:19 +0200
--- cicero-0.7.2.orig/debian/rules
+++ cicero-0.7.2/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
--- cicero-0.7.2.orig/debian/control
+++ cicero-0.7.2/debian/control
@@ -0,0 +1,30 @@
+Source: cicero
+Section: contrib/sound
+Priority: optional
+Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
+Uploaders: Samuel Thibault <sthibault@debian.org>
+Vcs-Browser: http://git.debian.org/?p=pkg-a11y/cicero.git;a=summary
+Vcs-Git: git://git.debian.org/git/pkg-a11y/cicero.git
+Homepage: http://pages.infinit.net/fluxnic/cicero/
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.2
+
+Package: cicero
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), mbrola-fr4, sox, oss-compat
+Description: French and English Text-To-Speech for MBROLA
+ This Text-To-Speech (TTS) engine speaks French; a preliminary English support
+ is also offered.
+ The engine uses context-sensitive rules to produce phonemes from the text. It
+ relies on MBROLA to generate actual audio output from the phonemes. The TTS
+ engine is implemented using the Python programming language.
+ .
+ The upstream authors have come up with this TTS to try and meet their own needs
+ as blind users.
+ It's designed to be plugged as output to some screen-review software, firstly
+ with BRLTTY.
+ They favor speed and intelligibility over perfect pronunciation.
+ Cicero is aimed to have a quick response time, the ability to quickly shut-up
+ and skip to another utterance, intelligibility where it counts (not perfect
+ pronunciation), the ability to track speech progression, relative simplicity
+ (hackability) and relative small code size.
--- cicero-0.7.2.orig/debian/copyright
+++ cicero-0.7.2/debian/copyright
@@ -0,0 +1,22 @@
+This package was debianized by Gilles Casse <gcasse@oralux.org> on
+Wed, 13 Sep 2006 11:21:19 +0200.
+
+It was downloaded from http://pages.infinit.net/fluxnic/cicero/
+
+Upstream Authors: Nicolas Pitre <nico@cam.org>, Stéphane Doyon <s.doyon@videotron.ca>
+
+Copyright: 
+
+2003-2008 Nicolas Pitre <nico@cam.org>
+2003-2008 Stéphane Doyon <s.doyon@videotron.ca>
+ 
+License:
+ 
+This software is distributed under the GNU General Public Licence (GPL) version
+2. On Debian GNU/Linux systems, the complete text of the GNU General Public
+License version 2 can be found in /usr/share/common-licenses/GPL-2,
+
+The Debian packaging is (C) 2006, Gilles Casse <gcasse@oralux.org> and
+is licensed under the GPL or any later version, see
+`/usr/share/common-licenses/GPL-3'.
+
--- cicero-0.7.2.orig/debian/docs
+++ cicero-0.7.2/debian/docs
@@ -0,0 +1,7 @@
+TODO
+LISEZ-MOI
+README
+rule_format.txt
+checklist*
+*.sample
+top*.txt
--- cicero-0.7.2.orig/debian/compat
+++ cicero-0.7.2/debian/compat
@@ -0,0 +1 @@
+7
--- cicero-0.7.2.orig/debian/README.Debian
+++ cicero-0.7.2/debian/README.Debian
@@ -0,0 +1,22 @@
+Quickcheck
+==========
+Run
+
+/usr/share/cicero/tts_shell.py
+
+and typing text.
+
+
+
+BRLTTY
+======
+Add the following lines to /etc/brltty.conf:
+
+speech-driver xs
+speech-parameters xs:Programs=/usr/share/cicero/brltty_es_wrapper,Gid=0,Uid=0
+
+
+
+Speech-Dispatcher
+=================
+Uncomment the AddModule "cicero" line in /etc/speech-dispatcher/speechd.conf
