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