Package: mdbtools Version: 0.5.99.0.6pre1.0.20050409-1 Severity: normal Tags: patch
Hi, here is the NMU diff for 0.5.99.0.6pre1.0.20050409-1.1. Different bug because I took an other patch for fixing the gcc-4.0 error. [ The older diff.gz also contained .csbs-orig files, the newer diff not. I didn't attach that to this diff because it's nothing I changed but what got fixed automatically ] I uploaded the NMU to DELAYED/0-day. Regards, Rene -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages mdbtools depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libglib2.0-0 2.6.4-1 The GLib library of C routines pn libmdbtools Not found. ii libreadline4 4.3-11 GNU readline and history libraries
diff -u mdbtools-0.5.99.0.6pre1.0.20050409/debian/changelog mdbtools-0.5.99.0.6pre1.0.20050409/debian/changelog --- mdbtools-0.5.99.0.6pre1.0.20050409/debian/changelog +++ mdbtools-0.5.99.0.6pre1.0.20050409/debian/changelog @@ -1,3 +1,11 @@ +mdbtools (0.5.99.0.6pre1.0.20050409-1.1) unstable; urgency=low + + * NMU + * rebuild against odbcinst1debian1 (closes: #315608) + * fix build with gcc-4.0 (closes: #287648) + + -- Rene Engelhard <[EMAIL PROTECTED]> Tue, 2 Aug 2005 16:15:54 +0200 + mdbtools (0.5.99.0.6pre1.0.20050409-1) unstable; urgency=high * New CVS snapshot. --- mdbtools-0.5.99.0.6pre1.0.20050409.orig/debian/patches/046_gcc4.patch +++ mdbtools-0.5.99.0.6pre1.0.20050409/debian/patches/046_gcc4.patch @@ -0,0 +1,11 @@ +--- src/libmdb/backend.c 2004-06-11 15:56:41.000000000 +0200 ++++ src/libmdb/backend.c 2005-08-01 17:36:27.000000000 +0200 +@@ -28,7 +28,7 @@ + #endif + + static int is_init; +-static GHashTable *mdb_backends; ++GHashTable *mdb_backends; + + /* Access data types */ + static MdbBackendType mdb_access_types[] = {