debian/changelog | 6 ++++++ debian/control | 34 ++++++++++++++++++++++++++++++++++ debian/rules | 4 ++++ 3 files changed, 44 insertions(+)
New commits: commit 29d8b63c7d281732b51714ef8d7a7350ba53d816 Author: Maarten Lankhorst <[email protected]> Date: Tue Aug 14 17:11:28 2012 +0200 Add -dbg package diff --git a/debian/changelog b/debian/changelog index 0cbf8ba..1aae8b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -xserver-xorg-input-synaptics (1.6.2-2) UNRELEASED; urgency=low +xserver-xorg-input-synaptics (1.6.2-1ubuntu3) UNRELEASED; urgency=low - * Rebuild against xserver 1.13rc1 * Add -dbg package -- Maarten Lankhorst <[email protected]> Mon, 16 Jul 2012 14:15:22 +0200 commit 3aec70f16372a6b097c083a72619e92de9109dd1 Author: Maarten Lankhorst <[email protected]> Date: Fri Jul 20 11:16:39 2012 +0200 Add -dbg package diff --git a/debian/changelog b/debian/changelog index 555aed5..7f05573 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xserver-xorg-input-synaptics (1.6.2-2) UNRELEASED; urgency=low * Rebuild against xserver 1.13rc1 + * Add -dbg package -- Maarten Lankhorst <[email protected]> Mon, 16 Jul 2012 14:15:22 +0200 diff --git a/debian/control b/debian/control index c7d440c..0540e2d 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: quilt, xutils-dev (>= 1:7.5+4), libmtdev-dev [linux-any], -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-synaptics Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-synaptics.git @@ -66,3 +66,37 @@ Description: Synaptics TouchPad driver for X.Org server (development headers) This package contains the development headers for the Synaptics input driver found in xserver-xorg-input-synaptics. Non-developers likely have little use for this package. + +Package: xserver-xorg-input-synaptics-dbg +Architecture: linux-any +Depends: + ${misc:Depends}, + xserver-xorg-input-synaptics (= ${binary:Version}), +Section: debug +Priority: extra +Description: Synaptics TouchPad driver for X.Org server + This package provides an input driver for the X.Org X server to enable + advanced features of the Synaptics Touchpad including: + . + * Movement with adjustable, non-linear acceleration and speed + * Button events through short touching of the touchpad + * Double-Button events through double short touching of the touchpad + * Dragging through short touching and holding down the finger on the touchpad + * Middle and right button events on the upper and lower corner of the touchpad + * Vertical scrolling (button four and five events) through moving the finger + on the right side of the touchpad + * The up/down button sends button four/five events + * Horizontal scrolling (button six and seven events) through moving the finger + on the lower side of the touchpad + * The multi-buttons send button four/five events, and six/seven events for + horizontal scrolling + * Adjustable finger detection + * Multifinger taps: two finger for middle button and three finger for right + button events. (Needs hardware support. Not all models implement this + feature.) + * Run-time configuration using shared memory. This means you can change + parameter settings without restarting the X server (see synclient(1)). + * It also provides a daemon to disable touchpad while typing at the keyboard + and thus avoid unwanted mouse movements (see syndaemon(1)). + . + This package provides debugging symbols for this Xorg X driver. diff --git a/debian/rules b/debian/rules index 3d192dc..794e295 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,7 @@ override_dh_shlibdeps: %: dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ + +# Debug package: +override_dh_strip: + dh_strip --dbg-package=xserver-xorg-input-synaptics-dbg commit 582e0604e7177834b2a879790f203a0376a983d7 Author: Maarten Lankhorst <[email protected]> Date: Mon Jul 16 14:20:06 2012 +0200 Rebuild against xserver 1.13rc1 diff --git a/debian/changelog b/debian/changelog index 0139cde..555aed5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-input-synaptics (1.6.2-2) UNRELEASED; urgency=low + + * Rebuild against xserver 1.13rc1 + + -- Maarten Lankhorst <[email protected]> Mon, 16 Jul 2012 14:15:22 +0200 + xserver-xorg-input-synaptics (1.6.2-1) unstable; urgency=low * New upstream release, from the 1.6 branch. diff --git a/debian/control b/debian/control index 42f77a6..c7d440c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libxi-dev (>= 2:1.2.0), libxtst-dev, x11proto-core-dev, - xserver-xorg-dev (>= 2:1.11.99.901), + xserver-xorg-dev (>= 2:1.12.99.901), pkg-config, quilt, xutils-dev (>= 1:7.5+4), -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

