Package: gnome-panel Version: 2.26.0-1 Severity: normal Tags: patch Hi, building 2.26.0-1 fails with
panel-run-dialog.c:49:42: error: libgnome/gnome-desktop-utils.h: No such file or directory without a recent libgnome-desktop-dev. The build-dep is versioned already, so it should probably be just bumped. Patch attached. Cheers, -- Guido
>From 12e883bde6d887fa458c3240b4074bcc852977a5 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Sat, 2 May 2009 18:19:25 +0200 Subject: [PATCH] depend on a libgnome-desktop-dev that ships libgnome/gnome-desktop-utils.h --- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index 26065ef..e7969db 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: cdbs (>= 0.4.41), libxau-dev, libgtk2.0-dev (>= 2.15.1), libgnomeui-dev (>= 2.16.0-2), - libgnome-desktop-dev (>= 2.11.1), + libgnome-desktop-dev (>= 2.26.1), libglade2-dev (>= 1:2.5.0), libgnome2-dev (>= 2.13.0), libbonoboui2-dev (>= 2.1.1), -- 1.6.2.4

