Source: desktop-data-model Version: 1.2.5-1 Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch jaunty
Hi Julien, Heikki, When rebuilding against gnome-desktop 2.25 in Ubuntu jaunty for an ABI transition, desktop-data-model has failed to build because libgnome-desktop-dev no longer requires (and therefore no longer depends on) libgnomevfs2-dev, which ddm makes direct use of. The attached trivial patch fixes this latent issue by adding a build-dependency on libgnomevfs2-dev. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
diff -Nru desktop-data-model-1.2.5/debian/changelog desktop-data-model-1.2.5/debian/changelog --- desktop-data-model-1.2.5/debian/changelog 2009-01-14 07:39:27.000000000 +0000 +++ desktop-data-model-1.2.5/debian/changelog 2009-01-14 07:39:27.000000000 +0000 @@ -1,3 +1,11 @@ +desktop-data-model (1.2.5-1ubuntu1) jaunty; urgency=low + + * Rebuild against libgnome-desktop-2-11. LP: #309529. + * Add a build-dependency on libgnomevfs2-dev, which is no longer + implicitly included by gnome-desktop. + + -- Steve Langasek <[email protected]> Wed, 14 Jan 2009 07:31:30 +0000 + desktop-data-model (1.2.5-1build1) jaunty; urgency=low * No-change rebuild for libempathy14 -> libempathy17 transistion. diff -Nru desktop-data-model-1.2.5/debian/control desktop-data-model-1.2.5/debian/control --- desktop-data-model-1.2.5/debian/control 2009-01-14 07:39:27.000000000 +0000 +++ desktop-data-model-1.2.5/debian/control 2009-01-14 07:39:27.000000000 +0000 @@ -17,6 +17,7 @@ libsqlite3-dev (>= 3.3), libxss-dev, libempathy-dev, + libgnomevfs2-dev, chrpath Standards-Version: 3.8.0 Homepage: http://mugshot.org

