~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to debian/mythtv-database.templates

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey), Jamie Bennett, Mario Limonciello, Dave Walker (Daviey)
  • Date: 2010-03-23 19:32:33 UTC
  • mfrom: (1.1.49 upstream)
  • Revision ID: james.westby@ubuntu.com-20100323193233-5sv9djoxtlmwt3ca
Tags: 0.23.0+fixes23789-0ubuntu1
[ Jamie Bennett ]
* Fix FTBFS on armel (LP: #537714)

[ Mario Limonciello ]
* mythtv-{common,backend}.{config,templates,postinst}: (LP: #483748)
  - Simplify debconf questions by avoiding showing the generated pw
  - Don't warn about mythtv group.
  - Don't notify about running mythtv-setup.  This is optional (but
    of course encouraged!)
* Set version to include a "+" delimitter.
* Restore libfaad-dev dependency. (LP: #546552)

[ Dave Walker (Daviey) ]
* New snapshot (r23789), based from 0.23-fixes.
* debian/control:
  - mythtv-frontend set to Conflict with mythflix, as it's dropped
    upstream. (LP: #544521)
  - Remove unnecessary and potentially problematic use of Pre-Depends.
  - Set the debug package to Priority extra.
  - Change *-perl Section's from libs to perl
  - add ${shlibs:Depends} for mythtv-common Depends field
  - Minor spelling fix.
  - Fixes the long description for one of the packages, ensuring the
    description doesn't exceed 80 characters.
  - Vcs-* set to -fixes, rather than -trunk.
* debian/rules:
  - Use debconf-updatepo to update translations when required
  - Ensure license files are not included in the binary packages, except 
    for debian/copyright.
  - Fixes the permissions of certain files in the packaging.
* debian/copyright:
  - updated to reflect that mythtv is GPL-2 only.
  - inserted better licence statement and Copyright reference.
* debian/mythtv-*.templates
  - Simplified strings; removed verbosity and improved readability.
* Prevent the maintainer scripts from failing in case any questions 
  can't be displayed.
* Added holding debian/mythtv-frontend.config, mainly to appease lintian.
* debian/mythtv-frontend.menu: Changed section to Applications/Graphics.
* debian/mythtv-backend.postinst: Load debconf libraries.
* debian/source.lintian-overrides: Removes the unecessary override of the 
  binNMU warnings.
* Fix perl binding installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Template: mythtv/mysql_admin_user
2
2
Type: string
3
3
Default: root
4
 
_Description: What is the name of the MySQL administrator account:
 
4
_Description: MySQL administrator account:
5
5
 This information will be used to create a database and user for MythTV.
6
6
 .
7
7
 Unless you have explicitly changed this on the MySQL server, and
9
9
 
10
10
Template: mythtv/mysql_admin_password
11
11
Type: password
12
 
_Description: What is the password for the MySQL administrator account '${user}':
 
12
_Description: Password for the MySQL administrator account '${user}':
13
13
 This information will be used to create a database and user for MythTV.
14
14
 .
15
15
 Unless you have explicitly changed the password on the MySQL server, leave
18
18
Template: mythtv/public_bind
19
19
Type: boolean
20
20
Default: false
21
 
_Description: Will you be using other computers running MythTV?
22
 
 If you will be using any other computers (that includes other Front End 
23
 
 machines) with MythTV, this computer needs to be configured to allow 
24
 
 remote connections. Do you want to enable remote connectivity? 
 
21
_Description: Will other computers run MythTV?
 
22
 If any other computers (that includes other Front End machines) with MythTV
 
23
 will be used, this computer needs to be configured to allow remote connections.
25
24
 .
26
25
 Note that this is a security risk, as both the MythTV and MySQL services
27
26
 will be exposed. Be sure to place this machine behind a firewall.
28
27
 .
29
 
 If you have multiple interfaces, the first one listed in 'ifconfig' will be used.
 
28
 If multiple interfaces are used, the first one listed in 'ifconfig' will be
 
29
 used.
 
30