r11832 - in packages/trunk/jstest-gtk/debian: . patches

Stephen Kitt steve-guest at alioth.debian.org
Wed Feb 23 20:58:44 UTC 2011


Author: steve-guest
Date: 2011-02-23 20:58:42 +0000 (Wed, 23 Feb 2011)
New Revision: 11832

Added:
   packages/trunk/jstest-gtk/debian/patches/persistent-settings.patch
Modified:
   packages/trunk/jstest-gtk/debian/control
   packages/trunk/jstest-gtk/debian/patches/series
Log:
Mention that jscal-store in the joystick package can store calibration settings. Reword the description.

Modified: packages/trunk/jstest-gtk/debian/control
===================================================================
--- packages/trunk/jstest-gtk/debian/control	2011-02-23 18:24:53 UTC (rev 11831)
+++ packages/trunk/jstest-gtk/debian/control	2011-02-23 20:58:42 UTC (rev 11832)
@@ -13,15 +13,21 @@
 Package: jstest-gtk
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: joystick
 Suggests: jstest-gtk-dbg (= ${binary:Version})
 Description: joystick testing and configuration tool
- jstest-gtk is a simple joystick tester based on Gtk+. It provides a list of
- attached joysticks, a way to display which buttons and axis are pressed,
- a way to remap axis and buttons and a way to calibrate your joystick.
+ jstest-gtk is a simple graphical joystick tester. It provides a list
+ of attached joysticks, and for each one can display which buttons and
+ axes are pressed, remap axes and buttons, and calibrate the device.
  .
- Even when your joystick is working mostly fine, you might want to give it a
- try, as the calibration lets you get rid of overlarge default deadzones that
- many joysticks use and then is a noticeable problem in some games.
+ Even when your joystick is working mostly fine, you might want to
+ give it a try, as the calibration lets you get rid of overlarge
+ default deadzones that many joysticks use and which are a noticeable
+ problem in some games.
+ .
+ Installing the joystick package in addition to this one will allow
+ you to store your calibration settings and mappings and have the
+ automatically restored.
 
 Package: jstest-gtk-dbg
 Section: debug
@@ -29,12 +35,13 @@
 Architecture: any
 Depends: jstest-gtk (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: joystick testing and configuration tool - debug
- jstest-gtk is a simple joystick tester based on Gtk+. It provides a list of
- attached joysticks, a way to display which buttons and axis are pressed,
- a way to remap axis and buttons and a way to calibrate your joystick.
+ jstest-gtk is a simple graphical joystick tester. It provides a list
+ of attached joysticks, and for each one can display which buttons and
+ axes are pressed, remap axes and buttons, and calibrate the device.
  .
- Even when your joystick is working mostly fine, you might want to give it a
- try, as the calibration lets you get rid of overlarge default deadzones that
- many joysticks use and then is a noticeable problem in some games.
+ Even when your joystick is working mostly fine, you might want to
+ give it a try, as the calibration lets you get rid of overlarge
+ default deadzones that many joysticks use and which are a noticeable
+ problem in some games.
  .
  This package contains the debugging symbols.

Added: packages/trunk/jstest-gtk/debian/patches/persistent-settings.patch
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/persistent-settings.patch	                        (rev 0)
+++ packages/trunk/jstest-gtk/debian/patches/persistent-settings.patch	2011-02-23 20:58:42 UTC (rev 11832)
@@ -0,0 +1,14 @@
+--- jstest-gtk-0.1.1~git20090722.orig/src/joystick_map_widget.cpp
++++ jstest-gtk-0.1.1~git20090722/src/joystick_map_widget.cpp
+@@ -25,8 +25,9 @@
+ JoystickMapWidget::JoystickMapWidget(Joystick& joystick)
+   : Gtk::Dialog("Mapping: " + joystick.get_name()),
+     label("Change the order of axis and button. The order applies directly to the "
+-          "joystick kernel driver, so it will work in any game, it is however not "
+-          "persistant across reboots."),
++          "joystick kernel driver, so it will work in any game. To make the order "
++	  "persistent, you can use the jscal-store command provided by the joystick "
++	  "package."),
+     axis_map(joystick, RemapWidget::REMAP_AXIS),
+     button_map(joystick, RemapWidget::REMAP_BUTTON)
+ {

Modified: packages/trunk/jstest-gtk/debian/patches/series
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/series	2011-02-23 18:24:53 UTC (rev 11831)
+++ packages/trunk/jstest-gtk/debian/patches/series	2011-02-23 20:58:42 UTC (rev 11832)
@@ -1,3 +1,4 @@
 datadir.patch
 libraries.patch
 strict-dependencies.patch
+persistent-settings.patch




More information about the Pkg-games-commits mailing list