Package: src:python-abiword Version: 0.8.0-11 Severity: normal Dear Jonas,
"libabiword-3.0" is in experimental and "python-abiword" is the only reverse dependency that is still bound to "libabiword-2.9". Please consider updating your package for this mini-transition. With minimum changes to Build-Depends and to "configure.in" (see below) I was able to build "python-abiword" successfully with "libabiword-3.0", however I can't test the run-time functionality of the re-built package. ~~~~ --- a/configure.in +++ b/configure.in @@ -16,9 +16,9 @@ AC_STDC_HEADERS AM_PROG_LIBTOOL AC_C_CONST -abi_pkg='abiword-2.9 >= 2.9.0' +abi_pkg='abiword-3.0 >= 3.0.0' PKG_CHECK_MODULES(ABIWORD, "$abi_pkg") AC_SUBST(ABIWORD_CFLAGS) AC_SUBST(ABIWORD_LIBS) ~~~~ Thanks. -- Best wishes, Dmitry Smirnov GPG key : 4096R/53968D1B -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

