On Sat, Feb 23, 2008 at 7:19 PM, Torsten Werner <[EMAIL PROTECTED]> wrote: > I am attaching a patch that softens the problems with the unstable API > of libnxml and libmrss.
The patch follows now. Cheers, Torsten -- http://twerner.blogspot.com
diff --git a/debian/control b/debian/control index 510d8a6..9fa4a4b 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: newsbeuter Section: net Priority: optional Maintainer: Nico Golde <[EMAIL PROTECTED]> -Build-Depends: libncursesw5-dev, debhelper (>= 5), libnxml0-dev(>= 0.18), libmrss0-dev (>= 0.18), libstfl-dev (>= 0.14), libsqlite3-dev, perl +Build-Depends: libncursesw5-dev, debhelper (>= 5), libnxml0-dev (>= 0.18.1-4), libmrss0-dev (>= 0.19.0-2), libstfl-dev (>= 0.14), libsqlite3-dev, perl Standards-Version: 3.7.3 Homepage: http://synflood.at/newsbeuter.html Package: newsbeuter Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${libnxml-abi:Depends}, ${libmrss-abi:Depends} Description: text mode rss feed reader with podcast support newsbeuter is an innovative RSS feed reader for the text console. It supports OPML import/exports, HTML rendering, podcast (podbeuter), diff --git a/debian/rules b/debian/rules index ff6722f..1cca30f 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,8 @@ binary-arch: build install dh_fixperms dh_installdeb dh_shlibdeps + libnxml-depends + libmrss-depends dh_gencontrol dh_md5sums dh_builddeb