~ubuntu-branches/ubuntu/utopic/joystick/utopic

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2011-09-08 07:25:39 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110908072539-xvqdvep3nwjs6pw5
Tags: 1:1.4.2-1
* New upstream release:
  - Splits the udev rules for w8001 devices so that the correct baud
    rate is used. Closes: #632961.
  - Documents the conflict with xserver-xorg-input-wacom.
  - Creates /var/lib/joystick/ if necessary. Closes: #632623.
  - inputattach avoids resetting the line discipline if the device is
    already in use. Closes: #630173.
* Remove braces in joystick.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20
20
# 02110-1301 USA.
21
21
 
22
 
VERSION := 1.4.1
 
22
VERSION := 1.4.2
23
23
 
24
24
PACKAGE := linuxconsoletools-$(VERSION)
25
25