Merge lp:~3v1n0/ginn/libbamf3 into lp:ginn

Proposed by Marco Trevisan (Treviño)
Status: Merged
Merged at revision: 93
Proposed branch: lp:~3v1n0/ginn/libbamf3
Merge into: lp:ginn
Diff against target: 12 lines (+1/-1)
1 file modified
configure.ac (+1/-1)
To merge this branch: bzr merge lp:~3v1n0/ginn/libbamf3
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Review via email: mp+128463@code.launchpad.net

Description of the change

Ginn is the last package in archive depending on libbamf0 (i.e. not the gtk-3 version), but it can be safely moved to libbamf3.

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

Compiles OK. Does not appear to adversely affect the functionality.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2012-07-30 20:29:57 +0000
3+++ configure.ac 2012-10-08 10:47:19 +0000
4@@ -26,7 +26,7 @@
5 PKG_CHECK_MODULES([X11], [x11 >= 1.3.3])
6 PKG_CHECK_MODULES([XML2], [libxml-2.0 >= 2.7.7])
7 PKG_CHECK_MODULES([XTST], [xtst >= 1.1.0])
8-PKG_CHECK_MODULES([BAMF], [libbamf >= 0.2.53])
9+PKG_CHECK_MODULES([BAMF], [libbamf3 >= 0.2.53])
10
11 AC_CONFIG_FILES([Makefile
12 src/Makefile