From a1affea69333d306f309fa4209681a670c5657dd Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 12 Aug 2005 15:26:17 +0000 Subject: [PATCH] minor changes of questionable usefulness --- livesupport/etc/debian/control | 4 ++-- livesupport/etc/debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/etc/debian/control b/livesupport/etc/debian/control index 2db9bef1c..4cd599364 100644 --- a/livesupport/etc/debian/control +++ b/livesupport/etc/debian/control @@ -59,7 +59,7 @@ Description: A radio program automation and support tool. Package: livesupport-station Architecture: any Depends: ${shlibs:Depends}, - livesupport-libs (${dpkg:Version}), + livesupport-libs (>= ${dpkg:Version}), sed, odbc-postgresql, apache | apache2, @@ -77,7 +77,7 @@ Description: A radio program automation and support tool. Package: livesupport-studio Architecture: any Depends: ${shlibs:Depends}, - livesupport-libs (${dpkg:Version}), + livesupport-station (>= ${dpkg:Version}), sed Description: A radio program automation and support tool. This package contains the GUI client components of LiveSupport. diff --git a/livesupport/etc/debian/rules b/livesupport/etc/debian/rules index c41a30dcb..8c5a7689b 100755 --- a/livesupport/etc/debian/rules +++ b/livesupport/etc/debian/rules @@ -164,7 +164,7 @@ binary-common: dh_fixperms dh_makeshlibs dh_installdeb - dh_shlibdeps + dh_shlibdeps -l${CURDIR}/debian/livesupport-libs/opt/livesupport/lib dh_gencontrol dh_md5sums dh_builddeb