Your message dated Sun, 19 Sep 2010 02:42:40 +0800 with message-id <[email protected]> and subject line Done since package upload has been reverted has caused the Debian Bug report #594607, regarding libdbi0: ABI breakage without package name change 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.) -- 594607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594607 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libdbi0 Version: 0.8.3-1 Severity: serious The diff between libdbi 0.8.2 and 0.8.3 includes this: /* other type definitions */ typedef enum { - DBI_ERROR_USER = -1, DBI_ERROR_NONE = 0, DBI_ERROR_DBD, DBI_ERROR_BADOBJECT, - DBI_ERROR_BADTYPE, DBI_ERROR_BADIDX, DBI_ERROR_BADNAME, DBI_ERROR_UNSUPPORTED , - DBI_ERROR_NOCONN, DBI_ERROR_NOMEM, DBI_ERROR_BADPTR + DBI_ERROR_USER = -10, /* must be the first in the list */ + DBI_ERROR_DBD = -9, + DBI_ERROR_BADOBJECT, + DBI_ERROR_BADTYPE, + DBI_ERROR_BADIDX, + DBI_ERROR_BADNAME, + DBI_ERROR_UNSUPPORTED, + DBI_ERROR_NOCONN, + DBI_ERROR_NOMEM, + DBI_ERROR_BADPTR, + DBI_ERROR_NONE = 0, + DBI_ERROR_CLIENT } dbi_error_flag; which changes the values of various error constants. That's an incompatible ABI change, and should therefore have come with a SONAME change, AFAICT. Cheers, Julien
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
--- End Message ---

