chiark / gitweb /
xf86-input-mtrack (0.3.1-1) unstable; urgency=medium
[xf86-input-mtrack.git] / debian / patches / drop-mtrack-test
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      Change function name of xf86SetIntOption, xf86SetBoolOption
12      and xf86SetRealOption.
13    * Bumped Standards-Version to 3.9.3.
14 Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>
15 Bug-Debian: http://bugs.debian.org/671027
16
17 ---
18 The information above should follow the Patch Tagging Guidelines, please
19 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
20 are templates for supplementary fields that you might want to add:
21
22 Origin: <vendor|upstream|other>, <url of original patch>
23 Bug: <url in upstream bugtracker>
24 Bug-Debian: http://bugs.debian.org/<bugnumber>
25 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
26 Forwarded: <no|not-needed|url proving that it has been forwarded>
27 Reviewed-By: <name and email of someone who approved the patch>
28 Last-Update: <YYYY-MM-DD>
29
30 --- xf86-input-mtrack-0.2.0.orig/Makefile.am
31 +++ xf86-input-mtrack-0.2.0/Makefile.am
32 @@ -14,7 +14,7 @@ SOURCES_COMMON = \
33         $(srcdir)/driver/mprops.c
34  @DRIVER_NAME@_drv_ladir = @inputdir@
35  
36 -noinst_PROGRAMS = mtrack-test
37 +noinst_PROGRAMS =
38  mtrack_test_SOURCES = $(SOURCES_COMMON) \
39         $(srcdir)/tools/mtrack-test.c
40  mtrack_test_CFLAGS = $(AM_CFLAGS)