~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-02-07 15:18:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040207151822-es27xxkzbcxkebjm
Tags: 0.6.3-1
* New upstream version.
* Added patches:
  + [10_alsa_init_fix] New, from upstream CVS.
    Initialize direction variable when setting Alsa parameters.
  + [10_canvas_translation_fix] New, from upstream CVS.
    Do not translate tooltips twice in canvas popup.
  + [10_checkbox_fix] New, from upstream CVS.
    Use proper set/test methods on metronome checkboxes.
  + [10_html_doc_cleanup] New.
    Fix links and HTML errors in documentation.
  + [20_allow_system_timer] New.
    The new upstream version fails by default if the real-time clock
    could not be accessed (usually the case when not running suid-root).
    This patch reverts the old behaviour of falling back to the more
    inaccurate system timer.
* Updated patches:
  + [11_PIC_fixes_fixup] Rediffed.
* Removed patches:
  + [20_no_atomic_asm] Merged upstream.
* debian/compat: Splice out debhelper compatibility level from rules file.
* debian/control: Build-depend on latest jack release by default.
  Closes: #228788
* debian/control: Bump standards version.
* debian/control: Use auto-generated debconf dependency via misc:Depends.
* debian/control: Minor tweaks to the long description.
* debian/control: Tighten fluidsynth build dependency to sane version.
* debian/muse.doc-base: New. Register HTML documentation with doc-base.
* debian/templates: Tiny rewording, and typo fix.
* debian/templates, debian/po/*: Switch to po-debconf for translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Template: muse/muse-setuid
2
2
Type: boolean
3
3
Default: false
4
 
Description: Do you want the MusE binary to be setuid root?
5
 
 For a good timing MusE needs to set the real time clock 
6
 
 (/dev/rtc) to a higher rate. This is only possible if the
7
 
 binary is setuid root. However this might open a security 
8
 
 hole on your system since it is hard to audit the MusE code for
9
 
 securitiy holes such as buffer-overruns. Please read README.Debian 
10
 
 for further information.
 
4
_Description: Do you want MusE to run with superuser rights?
 
5
 For a good timing MusE needs to set the real time clock (/dev/rtc) to a
 
6
 higher clock rate, and raise its scheduling priority. Usually, only the
 
7
 root user is allowed to do this. MusE can be installed "suid-root", so
 
8
 that it always runs with superuser capabilities. In such a setup, ordinary
 
9
 users can twist the clock rate as well. However, this is a bad idea in
 
10
 general because large applications like MusE most definitely contain
 
11
 security holes that a local user might exploit to gain access to the root
 
12
 account.
11
13
 .
12
 
 If you intend to use MusE for timing-sensible recordings you should
13
 
 consider to use a computer which is not (permanently) connected to
14
 
 a network for this purpose. In this case it is safe to say yes here 
15
 
 and install MusE setuid root.
16
 
Description-de: Soll MuseE setuid root laufen?
17
 
 F�r ein gutes Timing ist es notwendig, da� MusE die Echtzeituhr
18
 
 auf eine h�here Rate setzt. Dies geht nur, wenn das Programm 
19
 
 mit root-Rechten l�uft (setuid root). Diese Vorgehensweise ist
20
 
 allerdings ein potenzielles Sicherheitsproblem, weil der Code
21
 
 von MusE scher auf Sicherheitsl�cken zu �berpr�fen ist.
22
 
 . 
23
 
 Wenn Sie MusE f�r Timing-kritische Aufnahmen einsetzen wollen, dann
24
 
 sollten Sie daf�r einen Computer ohne (permanenten) Netzwerkzugang
25
 
 verwenden. In diesem Fall sollte es unproblematisch sein, hier mit
26
 
 Ja (Yes) zu antworten um MusE als setui root zu installieren.
 
14
 If you intend to use MusE for timing-sensitive recordings, make sure you
 
15
 setup a computer with only a few trusted local users, preferrably no
 
16
 network connection, and give an affirmative answer to this question.
 
17
 Deny if unsure.