~ubuntu-branches/ubuntu/saucy/joystick/saucy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2013-05-06 23:03:26 UTC
  • mfrom: (3.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20130506230326-po18icz4mtaa25k1
Tags: 1:1.4.6-1
* New upstream release:
  - Disable CRTSCTS on ELO touchscreens. Closes: #699030. Thanks Thierry
    Bultel!
  - Handle long device names correctly. Closes: #706744. Thanks Ralf
    Jung!
* Drop hardening.patch, merged upstream.
* Standards-Version 3.9.4, no change required.
* Switch to my Debian address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Makefile for Linux input utilities
4
4
#
5
 
# © 2011-2012 Stephen Kitt <steve@sk2.org>
 
5
# © 2011-2013 Stephen Kitt <steve@sk2.org>
6
6
#
7
7
# This program is free software; you can redistribute it and/or modify
8
8
# it under the terms of the GNU General Public License as published by
19
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20
20
# 02110-1301 USA.
21
21
 
22
 
VERSION := 1.4.3
 
22
VERSION := 1.4.6
23
23
 
24
24
PACKAGE := linuxconsoletools-$(VERSION)
25
25