diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-11 00:36:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-11 00:36:59 +0100 |
| commit | 20448ec1502aa0983405f0cd790001c770182668 (patch) | |
| tree | ab746e52cca64b167785983f02a260e8befe1707 /cscript | |
| parent | 94d76e053863b8376db8eda08ffed27a4a49ebf6 (diff) | |
Tweak debian package description.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -193,9 +193,9 @@ def make_control(debian_version, bits, filename, debug): packages('Depends', deb_depends[debian_version], f) print('Description: Generator of Digital Cinema Packages (DCPs)', file=f) - print(' DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio', file=f) - print(' files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant', file=f) - print(' digital projectors.', file=f) + print(' DCP-o-matic generates Digital Cinema Packages (DCPs) from videos, images,', file=f) + print(' sound and subtitle files. You can use it to make content for playback on DCI-compliant', file=f) + print(' cinema projectors.', file=f) if debug: print('', file=f) |
