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

Hi,


please wait 3 days from now until libmrss 0.19.0-2 enters unstable. It
is currently in DELAYED/3days.

I am attaching a patch that softens the problems with the unstable API
of libnxml and libmrss. Please apply the patch to your package.


Cheers,
Torsten
diff --git a/debian/control b/debian/control
index 0cffeb2..8e376de 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 (>= 5), libmrss0-dev, quilt
+Build-Depends: debhelper (>= 5), libnxml0-dev (>= 0.18.1-4), libmrss0-dev (>= 0.19.0-2), quilt
 Standards-Version: 3.7.3
 Homepage: http://www.vanheusden.com/rsstail/
 
 Package: rsstail
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${libnxml-abi:Depends}, ${libmrss-abi: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 6cde35b..2c756e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,8 @@ binary-arch: build install
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
+	libnxml-depends
+	libmrss-depends
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Reply via email to