From: Sebastian Harl Date: Mon, 1 Jun 2009 11:54:31 +0000 (+0200) Subject: control: Let rrdtool-dbg depend on ${shlibs:Depends}. X-Git-Tag: debian/1.3.8-1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d87d74dc4c40101af1dc4ac80575f8c9c7a3d273;p=pkg-rrdtool.git control: Let rrdtool-dbg depend on ${shlibs:Depends}. --- diff --git a/debian/changelog b/debian/changelog index 8beba10..7195c87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,13 +10,14 @@ rrdtool (1.3.8-1) unstable; urgency=low - Removed doc-fixes - applied upstream. * debian/control: - Removed transitional package "python-rrd" which is no longer required. + - Let rrdtool-dbg depend on ${shlibs:Depends}. [ Bernd Zeimetz ] * debian/rules, debian/control: - Build Python dbg modules into rrdtool-dbg. Add necessary (build-) dependencies. - -- Sebastian Harl Mon, 01 Jun 2009 13:23:33 +0200 + -- Sebastian Harl Mon, 01 Jun 2009 13:53:11 +0200 rrdtool (1.3.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index fa6ce88..0d0d744 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Architecture: any Priority: extra Section: debug Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}), - ${python:Depends}, ${misc:Depends} + ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Recommends: librrds-perl (= ${binary:Version}), rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}), librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version}),