Merge lp:~cjwatson/frame/udeb into lp:frame/ubuntu

Proposed by Colin Watson
Status: Merged
Merged at revision: 14
Proposed branch: lp:~cjwatson/frame/udeb
Merge into: lp:frame/ubuntu
Diff against target: 54 lines (+23/-0)
4 files modified
debian/changelog (+7/-0)
debian/control (+13/-0)
debian/libutouch-frame1-udeb.install (+1/-0)
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~cjwatson/frame/udeb
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Review via email: mp+50339@code.launchpad.net

Description of the change

Missing udeb support means that debian-installer fails to build (http://launchpadlibrarian.net/64612696/buildlog_ubuntu-natty-i386.debian-installer_20101020ubuntu16_FAILEDTOBUILD.txt.gz). After this is uploaded and has built and published everywhere, utouch-grail needs to be rebuilt against it, and then we can retry debian-installer.

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

Yep, restores the udeb to the packaging. Please merge.

review: Approve
Revision history for this message
Colin Watson (cjwatson) wrote :

Done, thanks!

Revision history for this message
Colin Watson (cjwatson) wrote :

Wait, no, not done - I don't have write access to this branch, despite being in ~ubuntu-core-dev. Could somebody in ~utouch-packaging please merge this?

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 2011-02-07 17:48:03 +0000
3+++ debian/changelog 2011-02-18 14:43:53 +0000
4@@ -1,3 +1,10 @@
5+utouch-frame (1.0.0-0ubuntu3) UNRELEASED; urgency=low
6+
7+ * Restore udeb support. utouch-grail is in some d-i initrds, depends on
8+ this library, and ships a udeb, so we have to as well.
9+
10+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Feb 2011 14:35:28 +0000
11+
12 utouch-frame (1.0.0-0ubuntu2) natty; urgency=low
13
14 * Fixed a FTBFS due to indirect asciidoc dependencies
15
16=== modified file 'debian/control'
17--- debian/control 2011-02-07 17:47:11 +0000
18+++ debian/control 2011-02-18 14:43:53 +0000
19@@ -50,3 +50,16 @@
20 for mtdev, frame and XI2.1.
21 .
22 This package provides some test tools for the frame library.
23+
24+Package: libutouch-frame1-udeb
25+Section: debian-installer
26+Architecture: any
27+XC-Package-Type: udeb
28+Depends: ${shlibs:Depends},
29+ ${misc:Depends}
30+Description: Touch Frame Library
31+ This library handles the buildup and synchronization of a set of
32+ simultaneous touches. The library is input agnostic, with bindings
33+ for mtdev, frame and XI2.1.
34+ .
35+ This is a udeb, or a microdeb, for the debian-installer.
36
37=== added file 'debian/libutouch-frame1-udeb.install'
38--- debian/libutouch-frame1-udeb.install 1970-01-01 00:00:00 +0000
39+++ debian/libutouch-frame1-udeb.install 2011-02-18 14:43:53 +0000
40@@ -0,0 +1,1 @@
41+usr/lib/libutouch-frame.so.1*
42
43=== modified file 'debian/rules'
44--- debian/rules 2011-02-03 18:53:53 +0000
45+++ debian/rules 2011-02-18 14:43:53 +0000
46@@ -7,6 +7,8 @@
47
48 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
49
50+DEB_DH_MAKESHLIBS_ARGS_libutouch-frame1 = --add-udeb=libutouch-frame1-udeb
51+
52 common-binary-post-install-arch::
53 find debian/tmp/usr/lib -name \*.la -exec rm {} \;
54 find debian/tmp/usr/lib -name \*.a -exec rm {} \;

Subscribers

People subscribed via source and target branches

to all changes: