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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-03-12 06:52:59 +0000
3+++ debian/changelog 2013-03-22 17:35:35 +0000
4@@ -1,3 +1,9 @@
5+frame (2.5.0daily13.03.12-0ubuntu1phablet1) quantal; urgency=low
6+
7+ * Merging current branch into phablet series.
8+
9+ -- Sergio Schvezov <sergio.schvezov@canonical.com> Fri, 22 Mar 2013 13:25:22 -0300
10+
11 frame (2.5.0daily13.03.12-0ubuntu1) raring; urgency=low
12
13 [ Stephen M. Webb ]
14@@ -25,6 +31,18 @@
15
16 -- Automatic PS uploader <ps-jenkins@lists.canonical.com> Fri, 07 Dec 2012 06:37:44 +0000
17
18+frame (2.4.4phablet2) quantal; urgency=low
19+
20+ * Bump for auto CI/land
21+
22+ -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Thu, 29 Nov 2012 19:16:28 -0200
23+
24+frame (2.4.4phablet1) quantal; urgency=low
25+
26+ * Build without X11 support or dependencies. No tools package.
27+
28+ -- Daniel d'Andrada <daniel.dandrada@canonical.com> Thu, 29 Nov 2012 13:56:37 -0200
29+
30 frame (2.4.4daily12.12.04-0ubuntu1) raring; urgency=low
31
32 * Automatic snapshot from revision 110
33
34=== modified file 'debian/control'
35--- debian/control 2012-11-22 22:16:27 +0000
36+++ debian/control 2013-03-22 17:35:35 +0000
37@@ -1,15 +1,12 @@
38 Source: frame
39 Section: libs
40 Priority: optional
41-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
42+Maintainer: Daniel d'Andrada <daniel.dandrada@canonical.com>
43 Build-Depends: asciidoc,
44 debhelper (>= 9),
45 dh-autoreconf,
46 docbook-xsl,
47- libx11-dev,
48- libxi-dev (>= 2:1.5.99.2),
49 pkg-config,
50- xserver-xorg-dev,
51 xsltproc,
52 Standards-Version: 3.9.3
53 Homepage: https://launchpad.net/frame
54@@ -25,8 +22,7 @@
55 ${shlibs:Depends},
56 Description: Touch Frame Library
57 This library handles the buildup and synchronization of a set of
58- simultaneous touches. The library is input agnostic, with bindings
59- for mtdev, frame and XI2.1.
60+ simultaneous touches. The library is input agnostic.
61
62 Package: libframe-dev
63 Section: libdevel
64@@ -38,23 +34,6 @@
65 Conflicts: libutouch-frame-dev
66 Description: Touch Frame Library - dev files
67 This library handles the buildup and synchronization of a set of
68- simultaneous touches. The library is input agnostic, with bindings
69- for mtdev, frame and XI2.1.
70+ simultaneous touches. The library is input agnostic.
71 .
72 This package contains files that are needed to build applications.
73-
74-Package: frame-tools
75-Section: libdevel
76-Architecture: any
77-Pre-Depends: ${misc:Pre-Depends}
78-Depends: libframe6 (= ${binary:Version}),
79- ${misc:Depends},
80- ${shlibs:Depends},
81-Replaces: utouch-frame-tools
82-Conflicts: utouch-frame-tools
83-Description: Touch Frame Library - test tools
84- This library handles the buildup and synchronization of a set of
85- simultaneous touches. The library is input agnostic, with bindings
86- for mtdev, frame and XI2.1.
87- .
88- This package provides some test tools for the frame library.
89
90=== removed file 'debian/frame-tools.install'
91--- debian/frame-tools.install 2012-11-22 22:16:27 +0000
92+++ debian/frame-tools.install 1970-01-01 00:00:00 +0000
93@@ -1,2 +0,0 @@
94-usr/bin/*
95-usr/share/man/*
96
97=== modified file 'debian/libframe6.symbols'
98--- debian/libframe6.symbols 2012-12-04 18:46:01 +0000
99+++ debian/libframe6.symbols 2013-03-22 17:35:35 +0000
100@@ -87,12 +87,3 @@
101 frame_touch_get_value@FRAME_2.2 2.2.4
102 frame_touch_get_window_x@FRAME_2.2 2.2.4
103 frame_touch_get_window_y@FRAME_2.2 2.2.4
104- frame_x11_accept_touch@FRAME_2.2 2.2.4
105- frame_x11_create_touch_id@FRAME_2.2 2.2.4
106- frame_x11_create_window_id@FRAME_2.2 2.2.4
107- frame_x11_delete@FRAME_2.2 2.2.4
108- frame_x11_get_touch_id@FRAME_2.2 2.2.4
109- frame_x11_get_window_id@FRAME_2.2 2.2.4
110- frame_x11_new@FRAME_2.2 2.2.4
111- frame_x11_process_event@FRAME_2.2 2.2.4
112- frame_x11_reject_touch@FRAME_2.2 2.2.4
113
114=== modified file 'debian/rules'
115--- debian/rules 2012-11-23 16:39:12 +0000
116+++ debian/rules 2013-03-22 17:35:35 +0000
117@@ -6,3 +6,8 @@
118
119 override_dh_install:
120 dh_install --fail-missing -X.la -X.a
121+
122+# We cannot risk bringing in X11 dependencies, thus make it explicit instead
123+# of autodetecting it.
124+override_dh_auto_configure:
125+ dh_auto_configure -- --disable-x11

Subscribers

People subscribed via source and target branches