~ubuntu-branches/ubuntu/edgy/joystick/edgy

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Edward Betts
  • Date: 2005-10-19 06:22:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051019062203-bc382mxpjne3477m
Tags: 20051019-1
* New upstream release. Closes: #245108
* drop joystick-device-check - leave device file handling to MAKEDEV
  or udev this makes everything lots more simple, means debconf is
  no longer a dependancy, and no need for an initscript.
  Closes: #164592, #235168, #303682, #331872
* debian/rules: move to CDBS
* debian/control: added 'Requires at Linux 2.4 or newer.' Closes: #111117
* debian/control: Standards-Version: 3.6.2
* debian/copyright: updated FSF address
* debian/README.Debian: removed
* fix spelling mistakes in manpages Closes: #311445, #311446

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Template: joystick/createdevs
2
 
Type: boolean
3
 
Default: true
4
 
Description: Create device nodes for joysticks now?
5
 
 Should I create some device nodes for joysticks in your /dev/
6
 
 directory? Applications use this files to access the joystick
7
 
 hardware, so you probably want to create them.
8
 
Description-de: Joystick-Ger�tedateien jetzt erstellen?
9
 
 Sollen die Ger�tedateien f�r Joysticks jetzt im Verzeichnis
10
 
 /dev erstellt werden? Anwendungen mit Joystick-Unterst�tzung
11
 
 ben�tigen diese Dateien, um auf Joysticks zuzugreifen. 
12
 
 
13
 
Template: joystick/nodecheck-types
14
 
Type: select
15
 
Choices: check at bootup, check once, check manually
16
 
Choices-de: �berpr�fung beim Booten, Einmalige �berpr�fung, Manuelle �berpr�fung
17
 
Default: check at bootup
18
 
Description: Check of joystick device node compatibility?
19
 
 Because of changes in the kernel version from 2.2.x to 2.4.x the
20
 
 major number of the joystick device nodes have been changed. For
21
 
 this reason you should check whether your joystick device nodes are
22
 
 compatible with the running kernel, otherwise you probably won't be
23
 
 able to use joystick devices. This package has a script called
24
 
 joystick-device-check which will do the job. Which method of
25
 
 checking do you prefer?
26
 
 .
27
 
 check at bootup - joystick-device-check will be invoked from an init
28
 
 script at boot time, so the changes are done automaticaly when you
29
 
 upgrade or downgrade your kernel.
30
 
 .
31
 
 check once - joystick-device-check will be executed once and never
32
 
 again, you will have to call it manually after changing the kernel
33
 
 generation.
34
 
 .
35
 
 check manually - don't touch anything, don't do anything now, don't
36
 
 run joystick-device-check from the init script.
37
 
Description-de: Joystick-Ger�tekompatibilit�t �berpr�fen?
38
 
 Da es zwischen den Kernelversionen 2.2.x und 2.4.x zu �nderungen
39
 
 der Major-Nummer f�r Joysticks kam, sollten Sie �berpr�fen, ob
40
 
 die erstellten Ger�tedateien zu dem von Ihnen verwendeten Kernel
41
 
 passen. Diese Paket enth�lt ein Skript joystick-device-check, welches
42
 
 diese �berpr�fung vornehmen kann. Welche Pr�fmethode bevorzugen Sie?
43
 
 .
44
 
 �berpr�fung beim Booten - joystick-device-check wird beim Booten von
45
 
 einem Init-Skript gestartet, so das Kernel-�nderungen automatisch
46
 
 eine Anpassung der Ger�tedateien ausl�sen.
47
 
 .
48
 
 Einmalige �berpr�fung - joystick-device-check wurd einmalig aufgerufen.
49
 
 Sie m�ssen es nach einem Up- oder Downgrade des Kernels von Hand
50
 
 nochmals ausf�hren.
51
 
 .
52
 
 Manuelle �berpr�fung - nichts wird automatisch ausgef�hrt und keine
53
 
 Init-Skripte werden ver�ndert.