~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-03-25 15:34:41 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20100325153441-mcjpxpcwmr7jxcsm
Tags: 1.43.03-0ubuntu1
* New upstream bugfix release
  - Fix crash when embedded control codes are followed by numbers of 5 or more
    digits.
  - Fix lang=hu,  First character of an abbreviation is missed after an
    ordinal number (eg."2. cd")
  - Fix XML tag not recognized after "..." when announce punctuation is
    enabled.
  - Fix lang=zh-yue, 'p' 't' 'k' after a vowel give a long pause.
  - Fix lang=ru, "o" missing in unstressed syllables.
* debian/rules: Hard code version number for point release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#export DH_VERBOSE=1
6
6
 
7
7
soname=libespeak.so.1
8
 
version=$(shell dpkg-parsechangelog|sed -n -e 's/^Version: //p'|cut -d- -f1)
 
8
#version=$(shell dpkg-parsechangelog|sed -n -e 's/^Version: //p'|cut -d- -f1)
 
9
version=1.43
9
10
 
10
11
voicelist=$(shell ls -1 dictsource/*_list | cut -f2 -d/ | cut -f1 -d_)
11
12