Hi, I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition for etch. Please find the used diff below. Cheers, Andi diff -Nur m17n-lib-1.3.1~/debian/changelog m17n-lib-1.3.1/debian/changelog --- m17n-lib-1.3.1~/debian/changelog 2006-12-04 12:42:04.000000000 +0000 +++ m17n-lib-1.3.1/debian/changelog 2006-12-01 14:16:00.000000000 +0000 @@ -1,3 +1,11 @@ +m17n-lib (1.3.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Hardlink dlopen to use .so.0-files - not too nice, but works for now, and + reduces severity of bug #325528 to "only" important. Closes: #325528 + + -- Andreas Barth <[EMAIL PROTECTED]> Fri, 1 Dec 2006 14:15:15 +0000 + m17n-lib (1.3.1-1) unstable; urgency=low * New upstream release. diff -Nur m17n-lib-1.3.1~/debian/patches/00list m17n-lib-1.3.1/debian/patches/00list --- m17n-lib-1.3.1~/debian/patches/00list 2006-12-04 12:42:04.000000000 +0000 +++ m17n-lib-1.3.1/debian/patches/00list 2006-12-04 12:41:13.000000000 +0000 @@ -1,2 +1,3 @@ fix_no_family fix_loadable_modules_path +fix_soversion diff -Nur m17n-lib-1.3.1~/debian/patches/fix_soversion.dpatch m17n-lib-1.3.1/debian/patches/fix_soversion.dpatch --- m17n-lib-1.3.1~/debian/patches/fix_soversion.dpatch 1970-01-01 00:00:00.000000000 +0000 +++ m17n-lib-1.3.1/debian/patches/fix_soversion.dpatch 2006-12-04 12:40:39.000000000 +0000 @@ -0,0 +1,32 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fix_soversion.dpatch by Andreas Barth <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Replace .so with .so.0 to allow running without the -dev-package +## DP: see bug #325528 for details + [EMAIL PROTECTED]@ +diff -ur m17n-lib-1.3.1~~/configure m17n-lib-1.3.1/configure +--- m17n-lib-1.3.1~~/configure 2006-01-16 06:53:28.000000000 +0000 ++++ m17n-lib-1.3.1/configure 2006-12-01 14:15:00.000000000 +0000 +@@ -26635,7 +26635,7 @@ + CPPFLAGS="$CPPFLAGS $X_CFLAGS" + + +-SHLIB_EXT=".so" ++SHLIB_EXT=".so.0" + case $host_os in + darwin* | rhapsody*) + SHLIB_EXT=".dylib";; +diff -ur m17n-lib-1.3.1~~/configure.ac m17n-lib-1.3.1/configure.ac +--- m17n-lib-1.3.1~~/configure.ac 2006-01-16 02:11:54.000000000 +0000 ++++ m17n-lib-1.3.1/configure.ac 2006-12-01 14:15:09.000000000 +0000 +@@ -419,7 +419,7 @@ + dnl [ --enable-xom build and install XOM library.], + dnl XOM="$enableval") + +-SHLIB_EXT=".so" ++SHLIB_EXT=".so.0" + case $host_os in + darwin* | rhapsody*) + SHLIB_EXT=".dylib";; -- http://home.arcor.de/andreas-barth/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]