Merge lp:~oif-packaging/frame/ubuntu.v1.1.1 into lp:frame/ubuntu

Proposed by Henrik Rydberg
Status: Merged
Merged at revision: 20
Proposed branch: lp:~oif-packaging/frame/ubuntu.v1.1.1
Merge into: lp:frame/ubuntu
Diff against target: 195 lines (+45/-15)
7 files modified
ChangeLog (+20/-0)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+7/-0)
src/frame-mtdev.c (+3/-0)
tools/utouch-frame-test-mtdev.1 (+2/-2)
tools/utouch-frame-test-xi2.1 (+2/-2)
To merge this branch: bzr merge lp:~oif-packaging/frame/ubuntu.v1.1.1
Reviewer Review Type Date Requested Status
Chase Douglas (community) Approve
Review via email: mp+51142@code.launchpad.net

Description of the change

New release for LP: #724051

To post a comment you must log in.
Revision history for this message
Chase Douglas (chasedouglas) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2011-02-23 11:44:27 +0000
+++ ChangeLog 2011-02-24 15:07:22 +0000
@@ -1,5 +1,25 @@
1------------------------------------------------------------1------------------------------------------------------------
2revno: 26
3tags: v1.1.1
4committer: Henrik Rydberg <rydberg@bitmath.org>
5branch nick: trunk
6timestamp: Thu 2011-02-24 15:48:20 +0100
7message:
8 Release v1.1.1
9------------------------------------------------------------
10revno: 25
11committer: Henrik Rydberg <rydberg@bitmath.org>
12branch nick: trunk
13timestamp: Thu 2011-02-24 15:47:40 +0100
14message:
15 Do not accept non-mt devices until emulation is in place
16
17 The current code accepts multi-finger non-mt devices such as
18 older synaptics trackpads, which breaks things since emulation
19 of these devices is not in place. Fixed with this patch.
20------------------------------------------------------------
2revno: 2421revno: 24
22tags: v1.1.0
3committer: Henrik Rydberg <rydberg@bitmath.org>23committer: Henrik Rydberg <rydberg@bitmath.org>
4branch nick: trunk24branch nick: trunk
5timestamp: Wed 2011-02-23 12:37:53 +010025timestamp: Wed 2011-02-23 12:37:53 +0100
626
=== modified file 'configure'
--- configure 2011-02-23 11:44:57 +0000
+++ configure 2011-02-24 15:07:22 +0000
@@ -1,6 +1,6 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.67 for Touch Frame Library 1.1.0.3# Generated by GNU Autoconf 2.67 for Touch Frame Library 1.1.1.
4#4#
5#5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
698# Identity of this package.698# Identity of this package.
699PACKAGE_NAME='Touch Frame Library'699PACKAGE_NAME='Touch Frame Library'
700PACKAGE_TARNAME='utouch-frame'700PACKAGE_TARNAME='utouch-frame'
701PACKAGE_VERSION='1.1.0'701PACKAGE_VERSION='1.1.1'
702PACKAGE_STRING='Touch Frame Library 1.1.0'702PACKAGE_STRING='Touch Frame Library 1.1.1'
703PACKAGE_BUGREPORT=''703PACKAGE_BUGREPORT=''
704PACKAGE_URL=''704PACKAGE_URL=''
705705
@@ -1440,7 +1440,7 @@
1440 # Omit some internal or obsolete options to make the list less imposing.1440 # Omit some internal or obsolete options to make the list less imposing.
1441 # This message is too long to be a string in the A/UX 3.1 sh.1441 # This message is too long to be a string in the A/UX 3.1 sh.
1442 cat <<_ACEOF1442 cat <<_ACEOF
1443\`configure' configures Touch Frame Library 1.1.0 to adapt to many kinds of systems.1443\`configure' configures Touch Frame Library 1.1.1 to adapt to many kinds of systems.
14441444
1445Usage: $0 [OPTION]... [VAR=VALUE]...1445Usage: $0 [OPTION]... [VAR=VALUE]...
14461446
@@ -1510,7 +1510,7 @@
15101510
1511if test -n "$ac_init_help"; then1511if test -n "$ac_init_help"; then
1512 case $ac_init_help in1512 case $ac_init_help in
1513 short | recursive ) echo "Configuration of Touch Frame Library 1.1.0:";;1513 short | recursive ) echo "Configuration of Touch Frame Library 1.1.1:";;
1514 esac1514 esac
1515 cat <<\_ACEOF1515 cat <<\_ACEOF
15161516
@@ -1626,7 +1626,7 @@
1626test -n "$ac_init_help" && exit $ac_status1626test -n "$ac_init_help" && exit $ac_status
1627if $ac_init_version; then1627if $ac_init_version; then
1628 cat <<\_ACEOF1628 cat <<\_ACEOF
1629Touch Frame Library configure 1.1.01629Touch Frame Library configure 1.1.1
1630generated by GNU Autoconf 2.671630generated by GNU Autoconf 2.67
16311631
1632Copyright (C) 2010 Free Software Foundation, Inc.1632Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1904,7 +1904,7 @@
1904This file contains any messages produced by compilers while1904This file contains any messages produced by compilers while
1905running configure, to aid debugging if configure makes a mistake.1905running configure, to aid debugging if configure makes a mistake.
19061906
1907It was created by Touch Frame Library $as_me 1.1.0, which was1907It was created by Touch Frame Library $as_me 1.1.1, which was
1908generated by GNU Autoconf 2.67. Invocation command line was1908generated by GNU Autoconf 2.67. Invocation command line was
19091909
1910 $ $0 $@1910 $ $0 $@
@@ -2724,7 +2724,7 @@
27242724
2725# Define the identity of the package.2725# Define the identity of the package.
2726 PACKAGE='utouch-frame'2726 PACKAGE='utouch-frame'
2727 VERSION='1.1.0'2727 VERSION='1.1.1'
27282728
27292729
2730cat >>confdefs.h <<_ACEOF2730cat >>confdefs.h <<_ACEOF
@@ -12062,7 +12062,7 @@
12062# report actual input values of CONFIG_FILES etc. instead of their12062# report actual input values of CONFIG_FILES etc. instead of their
12063# values after options handling.12063# values after options handling.
12064ac_log="12064ac_log="
12065This file was extended by Touch Frame Library $as_me 1.1.0, which was12065This file was extended by Touch Frame Library $as_me 1.1.1, which was
12066generated by GNU Autoconf 2.67. Invocation command line was12066generated by GNU Autoconf 2.67. Invocation command line was
1206712067
12068 CONFIG_FILES = $CONFIG_FILES12068 CONFIG_FILES = $CONFIG_FILES
@@ -12128,7 +12128,7 @@
12128cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=112128cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12129ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"12129ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12130ac_cs_version="\\12130ac_cs_version="\\
12131Touch Frame Library config.status 1.1.012131Touch Frame Library config.status 1.1.1
12132configured by $0, generated by GNU Autoconf 2.67,12132configured by $0, generated by GNU Autoconf 2.67,
12133 with options \\"\$ac_cs_config\\"12133 with options \\"\$ac_cs_config\\"
1213412134
1213512135
=== modified file 'configure.ac'
--- configure.ac 2011-02-23 11:44:57 +0000
+++ configure.ac 2011-02-24 15:07:22 +0000
@@ -1,7 +1,7 @@
1# Initialize Autoconf1# Initialize Autoconf
2AC_PREREQ([2.60])2AC_PREREQ([2.60])
3AC_INIT([Touch Frame Library],3AC_INIT([Touch Frame Library],
4 [1.1.0],4 [1.1.1],
5 [],5 [],
6 [utouch-frame])6 [utouch-frame])
7AC_CONFIG_SRCDIR([Makefile.am])7AC_CONFIG_SRCDIR([Makefile.am])
88
=== modified file 'debian/changelog'
--- debian/changelog 2011-02-23 17:00:04 +0000
+++ debian/changelog 2011-02-24 15:07:22 +0000
@@ -1,3 +1,10 @@
1utouch-frame (1.1.1-0ubuntu1) UNRELEASED; urgency=low
2
3 * New upstream release.
4 * Fixing semi-mt entanglement (LP: #724051)
5
6 -- Henrik Rydberg <rydberg@bitmath.org> Thu, 24 Feb 2011 16:02:44 +0100
7
1utouch-frame (1.1.0-0ubuntu1) natty; urgency=low8utouch-frame (1.1.0-0ubuntu1) natty; urgency=low
29
3 * New upstream release (LP: #723763)10 * New upstream release (LP: #723763)
411
=== modified file 'src/frame-mtdev.c'
--- src/frame-mtdev.c 2011-02-23 10:25:28 +0000
+++ src/frame-mtdev.c 2011-02-24 15:07:22 +0000
@@ -47,6 +47,9 @@
47 evemu_has_event(dev, EV_ABS, ABS_MT_POSITION_Y))47 evemu_has_event(dev, EV_ABS, ABS_MT_POSITION_Y))
48 return 1;48 return 1;
4949
50 /* do not support multi-finger non-mt for now */
51 return 0;
52
50 return evemu_has_event(dev, EV_ABS, ABS_X) &&53 return evemu_has_event(dev, EV_ABS, ABS_X) &&
51 evemu_has_event(dev, EV_ABS, ABS_Y) &&54 evemu_has_event(dev, EV_ABS, ABS_Y) &&
52 evemu_has_event(dev, EV_KEY, BTN_TOUCH) &&55 evemu_has_event(dev, EV_KEY, BTN_TOUCH) &&
5356
=== modified file 'tools/utouch-frame-test-mtdev.1'
--- tools/utouch-frame-test-mtdev.1 2011-02-23 10:25:28 +0000
+++ tools/utouch-frame-test-mtdev.1 2011-02-24 15:07:22 +0000
@@ -2,12 +2,12 @@
2.\" Title: utouch-frame-test-mtdev2.\" Title: utouch-frame-test-mtdev
3.\" Author: [see the "AUTHOR" section]3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 02/23/20115.\" Date: 02/24/2011
6.\" Manual: \ \&6.\" Manual: \ \&
7.\" Source: \ \&7.\" Source: \ \&
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "UTOUCH\-FRAME\-TEST\" "1" "02/23/2011" "\ \&" "\ \&"10.TH "UTOUCH\-FRAME\-TEST\" "1" "02/24/2011" "\ \&" "\ \&"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'tools/utouch-frame-test-xi2.1'
--- tools/utouch-frame-test-xi2.1 2011-02-23 10:25:28 +0000
+++ tools/utouch-frame-test-xi2.1 2011-02-24 15:07:22 +0000
@@ -2,12 +2,12 @@
2.\" Title: utouch-frame-test-xi22.\" Title: utouch-frame-test-xi2
3.\" Author: [see the "AUTHOR" section]3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 02/23/20115.\" Date: 02/24/2011
6.\" Manual: \ \&6.\" Manual: \ \&
7.\" Source: \ \&7.\" Source: \ \&
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "UTOUCH\-FRAME\-TEST\" "1" "02/23/2011" "\ \&" "\ \&"10.TH "UTOUCH\-FRAME\-TEST\" "1" "02/24/2011" "\ \&" "\ \&"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------

Subscribers

People subscribed via source and target branches

to all changes: