~ubuntu-branches/ubuntu/trusty/espeak/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich, Samuel Thibault
  • Date: 2012-01-08 11:33:31 UTC
  • mfrom: (1.2.24)
  • Revision ID: package-import@ubuntu.com-20120108113331-vhobdqtxyylwjhd4
Tags: 1.46.02-1
[ Luke Yelavich ]
* Update the explanation of the -b command-line flag in the espeak manpage
* New upstream release
* debian/control: Add libpulse-dev as a build dependency
* debian/rules:
  - Build espeak with AUDIO=runtime
  - Reinstate parsing the changelog for the soname version, and extend the
    command to only extract the major version of the soname
* debian/patches/leak: Dropped, applied upstream
* Build for multi-arch
* Fix some lintian warnings

[ Samuel Thibault ]
* control: Depend on hardening-check.
* rules: Set DEB_BUILD_HARDENING=1 to enable hardening.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Vcs-Browser: http://git.debian.org/?p=pkg-a11y/espeak.git;a=summary
7
7
Vcs-Git: git://git.debian.org/git/pkg-a11y/espeak.git
8
8
Homepage: http://espeak.sourceforge.net/
9
 
Build-Depends: debhelper (>= 5.0.0), portaudio19-dev, libsonic-dev
 
9
Build-Depends: debhelper (>= 5.0.0), portaudio19-dev, libsonic-dev, hardening-wrapper, libpulse-dev
10
10
Standards-Version: 3.9.2
11
11
 
12
12
Package: espeak
13
13
Architecture: any
 
14
Multi-Arch: foreign
14
15
Depends: ${shlibs:Depends}, ${misc:Depends}
15
16
Description: Multi-lingual software speech synthesizer
16
17
 eSpeak is a software speech synthesizer for English, and some other
58
59
Package: libespeak1
59
60
Architecture: any
60
61
Section: libs
 
62
Multi-Arch: same
 
63
Pre-Depends: ${misc:Pre-Depends}
61
64
Depends: ${shlibs:Depends}, ${misc:Depends}, espeak-data (= ${binary:Version})
62
65
Description: Multi-lingual software speech synthesizer: shared library
63
66
 eSpeak is a software speech synthesizer for English, and some other
68
71
Package: libespeak-dev
69
72
Architecture: any
70
73
Section: libdevel
 
74
Multi-Arch: same
 
75
Pre-Depends: ${misc:Pre-Depends}
71
76
Depends: ${misc:Depends}, libespeak1 (= ${binary:Version})
72
77
Description: Multi-lingual software speech synthesizer: development files
73
78
 eSpeak is a software speech synthesizer for English, and some other