Your message dated Thu, 25 Sep 2008 23:02:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#500196: soname changes but the binary has not been
renamed
has caused the Debian Bug report #500196,
regarding soname changes but the binary has not been renamed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
500196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500196
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Thu, 2008-09-25 at 23:52 +0200, Christophe Sauthier wrote:
> 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.
>
This is uploading now. It will have to go through NEW etc..
Cheers,
Rob
--- End Message ---