Merge lp:~matttbe/ubuntu/oneiric/gthumb/fix-793438 into lp:ubuntu/oneiric/gthumb

Proposed by Matthieu Baerts
Status: Merged
Merged at revision: 15
Proposed branch: lp:~matttbe/ubuntu/oneiric/gthumb/fix-793438
Merge into: lp:ubuntu/oneiric/gthumb
Diff against target: 46 lines (+14/-3)
3 files modified
debian/changelog (+12/-0)
debian/control (+1/-2)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~matttbe/ubuntu/oneiric/gthumb/fix-793438
Reviewer Review Type Date Requested Status
Chris Coulson (community) Approve
Ubuntu Sponsors Pending
Review via email: mp+63538@code.launchpad.net

Description of the change

Hello,

With the new version of brasero, the libbrasero-media1 package has been updated and renamed. So we are currently not able to install GThumb on Ubuntu Oneiric.
If we try to rebuild it with the new version of this library, it fails to build.
As it doesn't seem compatible, it's maybe better to temporally disable the support of brasero and waiting for a new version of GThumb with the support of libbrasero-media3.

To post a comment you must log in.
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

This looks fine.

Yes, the only solution is to disable brasero support for now until gthumb has been ported to gtk 3

review: Approve

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-03-10 20:23:40 +0000
3+++ debian/changelog 2011-06-06 10:08:27 +0000
4@@ -1,3 +1,15 @@
5+gthumb (3:2.13.1-1ubuntu1) oneiric; urgency=low
6+
7+ * libbrasero-media1 is needed but no longuer available (LP: #793438)
8+ * debian/control:
9+ - Removed libbrasero-media-dev and not replaced with libbrasero-media3-dev
10+ because the new version of this library seems not compatible
11+ - Standards-Version bumped to 3.9.2
12+ * debian/rules:
13+ - Disabled libbrasero support and useless debug messages
14+
15+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Mon, 06 Jun 2011 12:01:56 +0200
16+
17 gthumb (3:2.13.1-1) unstable; urgency=low
18
19 * New upstream version
20
21=== modified file 'debian/control'
22--- debian/control 2011-03-10 20:23:40 +0000
23+++ debian/control 2011-06-06 10:08:27 +0000
24@@ -34,8 +34,7 @@
25 , libunique-dev (>= 1.1.2)
26 , libsoup-gnome2.4-dev (>= 2.26)
27 , libgnome-keyring-dev (>= 2.28)
28- , libbrasero-media-dev (>= 2.28)
29-Standards-Version: 3.9.1
30+Standards-Version: 3.9.2
31 Homepage: http://gthumb.sourceforge.net
32 Vcs-Git: git://git.debian.org/git/collab-maint/gthumb.git
33 Vcs-Browser: http://git.debian.org/?p=collab-maint/gthumb.git
34
35=== modified file 'debian/rules'
36--- debian/rules 2010-08-20 18:11:06 +0000
37+++ debian/rules 2011-06-06 10:08:27 +0000
38@@ -7,7 +7,7 @@
39 override_dh_auto_configure:
40 dh_auto_configure -- --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
41 --disable-clutter \
42- --enable-debug
43+ --disable-libbrasero
44
45 #override_dh_auto_install:
46 # dh_auto_install

Subscribers

People subscribed via source and target branches