Package: newsbeuter
Followup-For: Bug #467201

Hi,

sorry for my incompetence but the calls to libnxml-depends and
libmrss-depends are no longer needed any more because I have learned
that dpkg-shlibsdeps has all the functionality. A patch is attached.

Thanks,
Torsten

diff --git a/debian/control b/debian/control
index e045ca0..a618ad4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: newsbeuter
 Section: net
 Priority: optional
 Maintainer: Nico Golde <[EMAIL PROTECTED]>
-Build-Depends: libncursesw5-dev, debhelper (>= 6), libnxml0-dev(>= 0.18.1-4), libmrss0-dev (>= 0.19.0-2), libstfl-dev (>= 0.14), libsqlite3-dev, perl, pkg-config
+Build-Depends: libncursesw5-dev, debhelper (>= 6), libmrss0-dev, libstfl-dev (>= 0.14), libsqlite3-dev, perl, pkg-config
 Standards-Version: 3.7.3
 Homepage: http://synflood.at/newsbeuter.html
 
diff --git a/debian/rules b/debian/rules
index c781a47..ac76c6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,6 @@ binary-arch: build install
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
-	libnxml-depends
-	libmrss-depends
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Attachment: signature.asc
Description: Digital signature

Reply via email to