chiark / gitweb /
debian/changelog: finalise 0.3.1-1+iwj1
[xf86-input-mtrack.git] / debian / patches / aa
1 Description: <short summary of the patch>
2  TODO: Put a short summary on the line above and replace this paragraph
3  with a longer explanation of this change. Complete the meta-information
4  with other relevant fields (see below for details). To make it easier, the
5  information below has been extracted from the changelog. Adjust it or drop
6  it.
7  .
8  xf86-input-mtrack (0.2.0-3) unstable; urgency=low
9  .
10    * Fix FTBFS against X server 1.12 (Closes: #671027)
11      Add patches/drop-mtrack-test.
12    * Bumped Standards-Version to 3.9.3.
13 Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>
14 Bug-Debian: http://bugs.debian.org/671027
15
16 ---
17 The information above should follow the Patch Tagging Guidelines, please
18 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
19 are templates for supplementary fields that you might want to add:
20
21 Origin: <vendor|upstream|other>, <url of original patch>
22 Bug: <url in upstream bugtracker>
23 Bug-Debian: http://bugs.debian.org/<bugnumber>
24 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
25 Forwarded: <no|not-needed|url proving that it has been forwarded>
26 Reviewed-By: <name and email of someone who approved the patch>
27 Last-Update: <YYYY-MM-DD>
28
29 --- xf86-input-mtrack-0.2.0.orig/Makefile.am
30 +++ xf86-input-mtrack-0.2.0/Makefile.am
31 @@ -14,7 +14,7 @@ SOURCES_COMMON = \
32         $(srcdir)/driver/mprops.c
33  @DRIVER_NAME@_drv_ladir = @inputdir@
34  
35 -noinst_PROGRAMS = mtrack-test
36 +noinst_PROGRAMS =
37  mtrack_test_SOURCES = $(SOURCES_COMMON) \
38         $(srcdir)/tools/mtrack-test.c
39  mtrack_test_CFLAGS = $(AM_CFLAGS)