Package: rsstail
Version: 1.4-2.1
Severity: wishlist
Tags: patch

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 af10197..05e0689 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: rsstail
 Section: text
 Priority: optional
 Maintainer: Rene Mayorga <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), libnxml0-dev (>= 0.18.1-4), libmrss0-dev (>= 0.19.0-2), quilt
+Build-Depends: debhelper (>= 6), libmrss0-dev, quilt
 Standards-Version: 3.7.3
 Homepage: http://www.vanheusden.com/rsstail/
 
 Package: rsstail
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${libnxml-abi:Depends}, ${libmrss-abi:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: console RSS reader that monitors a feed and outputs new entries 
  This small, simple application reads an RSS feed an outputs it like the
  'tail' command.
diff --git a/debian/rules b/debian/rules
index 2c756e4..6cde35b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,8 +56,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