Package: gnome-build Version: 2.24.0 Usertags: origin-ubuntu ubuntu-patch intrepid
Between version 0.2.4 and version 2.24.0 the soname change (LTVERSION has been bumped in the configure.in file from 1:0:0 to 2:0:0) but the binary has not been renamed. Here is a diff that corrects that. Please contact me if you have any questions (huats on freenode). All the best, Christophe -- Ma vie | Mes recettes | http://www.reponses.net Mes images |
diff -ur gnome-build-2.24.0/debian/control new_gnome-build/gnome-build-2.24.0/debian/control --- gnome-build-2.24.0/debian/control 2008-09-25 23:36:20.000000000 +0200 +++ new_gnome-build/gnome-build-2.24.0/debian/control 2008-09-25 23:41:50.000000000 +0200 @@ -1,14 +1,14 @@ Source: gnome-build Priority: optional Maintainer: Rob Bradford <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), autotools-dev, cdbs, libxml-parser-perl, libgdl-1-dev (>= 0.7.0), libgnomeui-dev, liblocale-gettext-perl +Build-Depends: debhelper (>= 5.0.0), autotools-dev, cdbs, libxml-parser-perl, libgdl-1-dev (>= 2.23.0), libgnomeui-dev, liblocale-gettext-perl, libglade2-dev (>= 2.0.1), libgvfscommon-dev Standards-Version: 3.7.2 Section: libs Package: libgbf-1-dev Section: libdevel Architecture: any -Depends: libgbf-1-1 (= ${binary:Version}) +Depends: libgbf-1-2 (= ${binary:Version}) Provides: libgbf-dev Conflicts: libgbf-dev Description: GNOME Development Framework - development files @@ -18,25 +18,25 @@ This package provides the development files for building programs against this library. -Package: libgbf-1-1-dbg +Package: libgbf-1-2-dbg Section: libdevel Priority: extra Architecture: any -Depends: libgbf-1-1 (= ${binary:Version}) -Conflicts: libgbf-1-0, libgbf-1-0-dbg -Replaces: libgbf-1-0-dbg +Depends: libgbf-1-2 (= ${binary:Version}) +Conflicts: libgbf-1-1, libgbf-1-1-dbg +Replaces: libgbf-1-1-dbg Description: GNOME Development Framework - debug files Provides a development and debug framework for tools designed around the GNOME desktop environment. . This package provides the debug files for this package. -Package: libgbf-1-1 +Package: libgbf-1-2 Section: libs Architecture: any Depends: ${shlibs:Depends}, libgbf-1-common (= ${source:Version}) -Conflicts: libgbf-1-0 -Replaces: libgbf-1-0 +Conflicts: libgbf-1-1 +Replaces: libgbf-1-1 Description: GNOME Development Framework - runtime files Provides a development and debug framework for tools designed around the GNOME desktop environment. Seulement dans gnome-build-2.24.0/debian: libgbf-1-1.install Seulement dans new_gnome-build/gnome-build-2.24.0/debian: libgbf-1-2.install