chiark / gitweb /
debian/changelog: finalise 0.3.1-1+iwj1
[xf86-input-mtrack.git] / debian / patches / upsteam-commit
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.3.0-1) experimental; urgency=low
9  .
10    * New upstream release.
11 Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>
12
13 ---
14 The information above should follow the Patch Tagging Guidelines, please
15 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
16 are templates for supplementary fields that you might want to add:
17
18 Origin: <vendor|upstream|other>, <url of original patch>
19 Bug: <url in upstream bugtracker>
20 Bug-Debian: http://bugs.debian.org/<bugnumber>
21 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
22 Forwarded: <no|not-needed|url proving that it has been forwarded>
23 Reviewed-By: <name and email of someone who approved the patch>
24 Last-Update: <YYYY-MM-DD>
25
26 --- /dev/null
27 +++ xf86-input-mtrack-0.3.0/debian.upstream/changelog
28 @@ -0,0 +1,26 @@
29 +xserver-xorg-input-mtrack (0.2.0) unstable; urgency=low
30 +
31 +  * Now built via autoconf/automake.
32 +  * Fully configurable via XInput.
33 +  * Sensitivify now configurable.
34 +  * Trackpad can now be disabled on keystroke via an external daemon.
35 +  * Four finger tapping/swiping added.
36 +  * Button zones added, a new button emulation method.
37 +  * Tap-to-drag fixed.
38 +  * Three finger tapping responsiveness fixed.
39 +
40 + -- Ryan Bourgeois <bluedragonx@gmail.com>  Thu, 26 May 2011 09:44:43 -0500
41 +
42 +xserver-xorg-input-mtrack (0.1.1) unstable; urgency=low
43 +
44 +  * Bugfix release.
45 +  * Disabling tapping no longer (wrongly) disables pointer movement.
46 +  * Button emulation set to ignore "old" touches. What consitutes an old touch can be adjusted with the ButtonTouchExpire option.
47 +
48 + -- Ryan Bourgeois <bluedragonx@gmail.com>  Thu, 28 Apr 2011 01:14:58 -0500
49 +
50 +xserver-xorg-input-mtrack (0.1.0) unstable; urgency=low
51 +
52 +  * Initial release.
53 +
54 + -- Ryan Bourgeois <bluedragonx@gmail.com>  Fri, 15 Apr 2011 14:46:10 -0500
55 --- /dev/null
56 +++ xf86-input-mtrack-0.3.0/debian.upstream/copyright
57 @@ -0,0 +1,29 @@
58 +Source URL: https://github.com/BlueDragonX/xf86-input-mtrack
59 +
60 +Upstream Author: Ryan Bourgeois <bluedragonx@gmail.com>
61 +
62 +Copyright:
63 +       Copyright (C) 2008      Henrik Rydberg (rydberg@euromail.se)
64 +       Copyright (C) 2011      Ryan Bourgeois (bluedragonx@gmail.com)
65 +
66 +License:
67 +
68 +       This program is free software; you can redistribute it and/or modify
69 +       it under the terms of the GNU General Public License as published by
70 +       the Free Software Foundation; either version 2 of the License, or
71 +       (at your option) any later version.
72 +
73 +       This program is distributed in the hope that it will be useful,
74 +       but WITHOUT ANY WARRANTY; without even the implied warranty of
75 +       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.     See the
76 +       GNU General Public License for more details.
77 +
78 +       You should have received a copy of the GNU General Public License
79 +       along with this program; if not, write to the Free Software
80 +       Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
81 +
82 +Packaging:
83 +       Copyright (C) 2008 by Henrik Rydberg <rydberg@euromail.se>
84 +       Copyright (C) 2011 by Ryan Bourgeois <bluedragonx@gmail.com>
85 +       released under GPL 2
86 +
87 --- /dev/null
88 +++ xf86-input-mtrack-0.3.0/debian.upstream/compat
89 @@ -0,0 +1 @@
90 +5
91 --- /dev/null
92 +++ xf86-input-mtrack-0.3.0/debian.upstream/dirs
93 @@ -0,0 +1 @@
94 +
95 --- /dev/null
96 +++ xf86-input-mtrack-0.3.0/debian.upstream/control
97 @@ -0,0 +1,17 @@
98 +Source: xserver-xorg-input-mtrack
99 +Section: misc
100 +Priority: optional
101 +Maintainer: Ryan Bourgeois <bluedragonx@gmail.com>
102 +Build-Depends:
103 +       debhelper (>= 5),
104 +       xserver-xorg-dev (>= 2:1.7.6),
105 +       libmtdev-dev (>= 1.0.10)
106 +Standards-Version: 3.7.2
107 +Homepage: https://github.com/BlueDragonX/xf86-input-mtrack
108 +
109 +Package: xserver-xorg-input-mtrack
110 +Architecture: any
111 +Depends: ${shlibs:Depends}, ${misc:Depends}, libmtdev1 (>= 1.0)
112 +Description: Xorg Multitouch Trackpad Driver
113 + This X input driver provides gestures support for multitouch touchpads,
114 + with or without an integrated button.
115 --- /dev/null
116 +++ xf86-input-mtrack-0.3.0/debian.upstream/rules
117 @@ -0,0 +1,46 @@
118 +#!/usr/bin/make -f
119 +# -*- makefile -*-
120 +
121 +# Uncomment this to turn on verbose mode.
122 +#export DH_VERBOSE=1
123 +
124 +build-arch:
125 +       dh_testdir
126 +       $(MAKE)
127 +
128 +build-indep:
129 +
130 +build: build-arch build-indep
131 +
132 +install:
133 +       dh_testdir
134 +       dh_testroot
135 +       dh_clean -k
136 +       dh_installdirs
137 +       $(MAKE) DESTDIR=$(CURDIR)/debian/xserver-xorg-input-mtrack install
138 +
139 +binary-arch: build-arch install
140 +       dh_testdir
141 +       dh_testroot
142 +       dh_link
143 +       dh_strip
144 +       dh_compress
145 +       dh_fixperms
146 +       dh_installdeb
147 +       dh_shlibdeps
148 +       dh_gencontrol
149 +       dh_md5sums
150 +       dh_builddeb
151 +
152 +binary-indep: build-indep
153 +
154 +binary: binary-arch binary-indep
155 +
156 +clean:
157 +       dh_testdir
158 +       dh_testroot
159 +       $(MAKE) clean
160 +       dh_clean
161 +
162 +.PHONY: build-arch build-indep build install binary-arch binary-indep binary clean
163 +
164 --- /dev/null
165 +++ xf86-input-mtrack-0.3.0/debian.upstream/README.Debian
166 @@ -0,0 +1,5 @@
167 +Xorg Multitouch Trackpad Driver
168 +* Install the Debian package
169 +* Configure xorg.conf
170 +* Restart X
171 +