~ubuntu-branches/ubuntu/trusty/xinput/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Julien Cristau, Chase Douglas, Cyril Brulebois
  • Date: 2012-05-20 13:56:03 UTC
  • mfrom: (1.1.9) (4.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120520135603-kz0mjqk7s0p84mz0
Tags: 1.6.0-1
[ Julien Cristau ]
* Change Maintainer to the X Strike Force.
* Add Vcs-* control fields.

[ Chase Douglas ]
* Bump Standards-Version to 3.9.2
* Add build deps on libxrandr-dev and libxinerama-dev
* Bump build deps on libxi and x11proto-input-dev

[ Cyril Brulebois ]
* New upstream release.
* Replace Julien with myself in Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
# Initialize Autoconf
24
24
AC_PREREQ([2.60])
25
 
AC_INIT([xinput], [1.5.99.1],
 
25
AC_INIT([xinput], [1.6.0],
26
26
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xinput])
27
27
AC_CONFIG_SRCDIR([Makefile.am])
28
28
AC_CONFIG_HEADERS([config.h])