Merge lp:~sergiusens/frame/update into lp:frame

Proposed by Sergio Schvezov
Status: Superseded
Proposed branch: lp:~sergiusens/frame/update
Merge into: lp:frame
Diff against target: 125 lines (+26/-35)
5 files modified
debian/changelog (+18/-0)
debian/control (+3/-24)
debian/frame-tools.install (+0/-2)
debian/libframe6.symbols (+0/-9)
debian/rules (+5/-0)
To merge this branch: bzr merge lp:~sergiusens/frame/update
Reviewer Review Type Date Requested Status
Open Input Framework Team Pending
Review via email: mp+155023@code.launchpad.net

This proposal has been superseded by a proposal from 2013-03-22.

Commit message

Merging in trunk

To post a comment you must log in.

Unmerged revisions

112. By Sergio Schvezov

Merging current branch into phablet series.

111. By Sergio Schvezov

Merging current trunk

[ Stephen M. Webb ]
* frame FTBFS out of source tree (LP: #1152741)
[ Ubuntu daily release ]
* Automatic snapshot from revision 119
* Automatic snapshot from revision 117
[ Daniel d'Andrada ]
* Relicense under (L)GPL version 3 *only* (no +)
* new: frame_accept_touch() and frame_reject_touch()
[ Automatic PS uploader ]
* Automatic snapshot from revision 115
* Automatic snapshot from revision 110
* Automatic snapshot from revision 108

110. By Ricardo Salveti

Bump for auto CI/land.

Approved by Sergio Schvezov, PS Jenkins bot.

109. By Daniel d'Andrada

debian: Build without X11 support or dependencies. No tools package. For phablet

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-03-12 06:52:59 +0000
+++ debian/changelog 2013-03-22 17:35:35 +0000
@@ -1,3 +1,9 @@
1frame (2.5.0daily13.03.12-0ubuntu1phablet1) quantal; urgency=low
2
3 * Merging current branch into phablet series.
4
5 -- Sergio Schvezov <sergio.schvezov@canonical.com> Fri, 22 Mar 2013 13:25:22 -0300
6
1frame (2.5.0daily13.03.12-0ubuntu1) raring; urgency=low7frame (2.5.0daily13.03.12-0ubuntu1) raring; urgency=low
28
3 [ Stephen M. Webb ]9 [ Stephen M. Webb ]
@@ -25,6 +31,18 @@
2531
26 -- Automatic PS uploader <ps-jenkins@lists.canonical.com> Fri, 07 Dec 2012 06:37:44 +000032 -- Automatic PS uploader <ps-jenkins@lists.canonical.com> Fri, 07 Dec 2012 06:37:44 +0000
2733
34frame (2.4.4phablet2) quantal; urgency=low
35
36 * Bump for auto CI/land
37
38 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Thu, 29 Nov 2012 19:16:28 -0200
39
40frame (2.4.4phablet1) quantal; urgency=low
41
42 * Build without X11 support or dependencies. No tools package.
43
44 -- Daniel d'Andrada <daniel.dandrada@canonical.com> Thu, 29 Nov 2012 13:56:37 -0200
45
28frame (2.4.4daily12.12.04-0ubuntu1) raring; urgency=low46frame (2.4.4daily12.12.04-0ubuntu1) raring; urgency=low
2947
30 * Automatic snapshot from revision 11048 * Automatic snapshot from revision 110
3149
=== modified file 'debian/control'
--- debian/control 2012-11-22 22:16:27 +0000
+++ debian/control 2013-03-22 17:35:35 +0000
@@ -1,15 +1,12 @@
1Source: frame1Source: frame
2Section: libs2Section: libs
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Daniel d'Andrada <daniel.dandrada@canonical.com>
5Build-Depends: asciidoc,5Build-Depends: asciidoc,
6 debhelper (>= 9),6 debhelper (>= 9),
7 dh-autoreconf,7 dh-autoreconf,
8 docbook-xsl,8 docbook-xsl,
9 libx11-dev,
10 libxi-dev (>= 2:1.5.99.2),
11 pkg-config,9 pkg-config,
12 xserver-xorg-dev,
13 xsltproc,10 xsltproc,
14Standards-Version: 3.9.311Standards-Version: 3.9.3
15Homepage: https://launchpad.net/frame12Homepage: https://launchpad.net/frame
@@ -25,8 +22,7 @@
25 ${shlibs:Depends},22 ${shlibs:Depends},
26Description: Touch Frame Library23Description: Touch Frame Library
27 This library handles the buildup and synchronization of a set of24 This library handles the buildup and synchronization of a set of
28 simultaneous touches. The library is input agnostic, with bindings25 simultaneous touches. The library is input agnostic.
29 for mtdev, frame and XI2.1.
3026
31Package: libframe-dev27Package: libframe-dev
32Section: libdevel28Section: libdevel
@@ -38,23 +34,6 @@
38Conflicts: libutouch-frame-dev34Conflicts: libutouch-frame-dev
39Description: Touch Frame Library - dev files35Description: Touch Frame Library - dev files
40 This library handles the buildup and synchronization of a set of36 This library handles the buildup and synchronization of a set of
41 simultaneous touches. The library is input agnostic, with bindings37 simultaneous touches. The library is input agnostic.
42 for mtdev, frame and XI2.1.
43 .38 .
44 This package contains files that are needed to build applications.39 This package contains files that are needed to build applications.
45
46Package: frame-tools
47Section: libdevel
48Architecture: any
49Pre-Depends: ${misc:Pre-Depends}
50Depends: libframe6 (= ${binary:Version}),
51 ${misc:Depends},
52 ${shlibs:Depends},
53Replaces: utouch-frame-tools
54Conflicts: utouch-frame-tools
55Description: Touch Frame Library - test tools
56 This library handles the buildup and synchronization of a set of
57 simultaneous touches. The library is input agnostic, with bindings
58 for mtdev, frame and XI2.1.
59 .
60 This package provides some test tools for the frame library.
6140
=== removed file 'debian/frame-tools.install'
--- debian/frame-tools.install 2012-11-22 22:16:27 +0000
+++ debian/frame-tools.install 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1usr/bin/*
2usr/share/man/*
30
=== modified file 'debian/libframe6.symbols'
--- debian/libframe6.symbols 2012-12-04 18:46:01 +0000
+++ debian/libframe6.symbols 2013-03-22 17:35:35 +0000
@@ -87,12 +87,3 @@
87 frame_touch_get_value@FRAME_2.2 2.2.487 frame_touch_get_value@FRAME_2.2 2.2.4
88 frame_touch_get_window_x@FRAME_2.2 2.2.488 frame_touch_get_window_x@FRAME_2.2 2.2.4
89 frame_touch_get_window_y@FRAME_2.2 2.2.489 frame_touch_get_window_y@FRAME_2.2 2.2.4
90 frame_x11_accept_touch@FRAME_2.2 2.2.4
91 frame_x11_create_touch_id@FRAME_2.2 2.2.4
92 frame_x11_create_window_id@FRAME_2.2 2.2.4
93 frame_x11_delete@FRAME_2.2 2.2.4
94 frame_x11_get_touch_id@FRAME_2.2 2.2.4
95 frame_x11_get_window_id@FRAME_2.2 2.2.4
96 frame_x11_new@FRAME_2.2 2.2.4
97 frame_x11_process_event@FRAME_2.2 2.2.4
98 frame_x11_reject_touch@FRAME_2.2 2.2.4
9990
=== modified file 'debian/rules'
--- debian/rules 2012-11-23 16:39:12 +0000
+++ debian/rules 2013-03-22 17:35:35 +0000
@@ -6,3 +6,8 @@
66
7override_dh_install:7override_dh_install:
8 dh_install --fail-missing -X.la -X.a8 dh_install --fail-missing -X.la -X.a
9
10# We cannot risk bringing in X11 dependencies, thus make it explicit instead
11# of autodetecting it.
12override_dh_auto_configure:
13 dh_auto_configure -- --disable-x11

Subscribers

People subscribed via source and target branches