On Fri, Nov 27, 2009 at 09:26:43PM +0100, Michael Banck wrote:
> I am shortly going to upload an NMU fixing this bug with the attached
> interdiff.

Eh, attached now.


Michael
diff -u sablotron-1.0.3/debian/changelog sablotron-1.0.3/debian/changelog
--- sablotron-1.0.3/debian/changelog
+++ sablotron-1.0.3/debian/changelog
@@ -1,3 +1,11 @@
+sablotron (1.0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Add ${shlibs:Depends} to sablotron's Depends (Closes:
+    #553258).
+
+ -- Michael Banck <mba...@debian.org>  Fri, 27 Nov 2009 20:59:19 +0100
+
 sablotron (1.0.3-1) unstable; urgency=low
 
   * New upstream release: (Closes: #385676)
diff -u sablotron-1.0.3/debian/control sablotron-1.0.3/debian/control
--- sablotron-1.0.3/debian/control
+++ sablotron-1.0.3/debian/control
@@ -7,7 +7,7 @@
 Package: sablotron
 Architecture: any
 Section: text
-Depends: libsablot0 (= ${Source-Version}), ${misc:Depends}
+Depends: libsablot0 (= ${Source-Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: an XSL processor fully implemented in C++
  Sablotron is a fast, compact and portable XML toolkit implementing
  XSLT 1.0, DOM Level2 and XPath 1.0.

Reply via email to