Merge lp:~fginther/unity-2d/libgeis-rename-oneiric into lp:unity-2d/4.0

Proposed by Francis Ginther
Status: Merged
Approved by: Gerry Boland
Approved revision: 752
Merge reported by: Łukasz Zemczak
Merged at revision: not available
Proposed branch: lp:~fginther/unity-2d/libgeis-rename-oneiric
Merge into: lp:unity-2d/4.0
Diff against target: 36 lines (+8/-2)
3 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
launcher/app/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~fginther/unity-2d/libgeis-rename-oneiric
Reviewer Review Type Date Requested Status
Chase Douglas (community) Approve
Gerry Boland (community) Needs Information
Review via email: mp+123139@code.launchpad.net

Commit message

Update build dependency to the renamed libgeis-dev (LP: #1046392)

Description of the change

Renamed build dependency from libutouch-geis-dev to libgeis-dev due to a rename of the geis project. The change to libgeis is a rename of files and symbols only, there were no functional changes.

Testing:
 - built and booted with updated package on precise

Note:
 - requires build with libgeis-dev currently in precise-proposed

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :

 - requires build with libgeis-dev currently in precise-proposed
You mean oneiric-proposed? Will this be made into an SRU? I just want to ensure all Oneiric users will update correctly.

review: Needs Information
Revision history for this message
Chase Douglas (chasedouglas) wrote :

Looks good :).

review: Approve
Revision history for this message
Francis Ginther (fginther) wrote :

> - requires build with libgeis-dev currently in precise-proposed
> You mean oneiric-proposed? Will this be made into an SRU? I just want to
> ensure all Oneiric users will update correctly.

Yes, you are correct. This is targeted for oneiric and an SRU delivery.

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Merged in manually to lp:unity/4.0.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-06-13 16:38:23 +0000
+++ debian/changelog 2012-09-06 18:06:25 +0000
@@ -1,3 +1,9 @@
1unity-2d (4.12.0-0ubuntu1.3) UNRELEASED; urgency=low
2
3 * Update build dependency to the renamed libgeis-dev (LP: #1046392)
4
5 -- Francis Ginther <francis.ginther@canonical.com> Wed, 05 Sep 2012 13:44:49 -0500
6
1unity-2d (4.12.0-0ubuntu1.2) oneiric-security; urgency=low7unity-2d (4.12.0-0ubuntu1.2) oneiric-security; urgency=low
28
3 * Fix issue with dropdown boxes on sites stop working (LP: #1010466)9 * Fix issue with dropdown boxes on sites stop working (LP: #1010466)
410
=== modified file 'debian/control'
--- debian/control 2011-09-19 17:11:45 +0000
+++ debian/control 2012-09-06 18:06:25 +0000
@@ -20,7 +20,7 @@
20 libx11-dev,20 libx11-dev,
21 libindicator3-dev,21 libindicator3-dev,
22 libgtk-3-dev,22 libgtk-3-dev,
23 libutouch-geis-dev,23 libgeis-dev,
24 libstartup-notification0-dev,24 libstartup-notification0-dev,
25 libunity-core-4.0-dev (>= 4.14.2),25 libunity-core-4.0-dev (>= 4.14.2),
26 libnux-1.0-dev (>= 1.8),26 libnux-1.0-dev (>= 1.8),
2727
=== modified file 'launcher/app/CMakeLists.txt'
--- launcher/app/CMakeLists.txt 2011-07-27 12:29:17 +0000
+++ launcher/app/CMakeLists.txt 2012-09-06 18:06:25 +0000
@@ -1,5 +1,5 @@
1# Dependencies1# Dependencies
2pkg_check_modules(GEIS REQUIRED libutouch-geis)2pkg_check_modules(GEIS REQUIRED libgeis)
3pkg_check_modules(QTGCONF REQUIRED libqtgconf)3pkg_check_modules(QTGCONF REQUIRED libqtgconf)
4pkg_check_modules(DCONFQT REQUIRED dconf-qt)4pkg_check_modules(DCONFQT REQUIRED dconf-qt)
55

Subscribers

People subscribed via source and target branches

to all changes: