diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 01:45:59 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:19:15 +0200 |
commit | 0b02ced9871710b3f791697536f447c8870b5f58 (patch) | |
tree | 3b013f1a523ac02cddd00427685fd7c034b74e4d /debian/squeeze | |
parent | 41f2edecb8d72fba98f22912b125e0e8a2f297b9 (diff) | |
download | tde-packaging-0b02ced9871710b3f791697536f447c8870b5f58.tar.gz tde-packaging-0b02ced9871710b3f791697536f447c8870b5f58.zip |
Fix amarok and soundkonverter dependencies on libqt0-ruby1.8-trinity on Debian and Ubuntu
This closes Bug 469
(cherry picked from commit 8538bf77ad7aac0939ec917258c8fd9403372555)
Diffstat (limited to 'debian/squeeze')
-rw-r--r-- | debian/squeeze/applications/amarok.cmake/debian/control | 4 | ||||
-rw-r--r-- | debian/squeeze/applications/amarok/debian/control | 4 | ||||
-rw-r--r-- | debian/squeeze/applications/soundkonverter/debian/control | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/squeeze/applications/amarok.cmake/debian/control b/debian/squeeze/applications/amarok.cmake/debian/control index 3f9f0a8d2..b0f632bea 100644 --- a/debian/squeeze/applications/amarok.cmake/debian/control +++ b/debian/squeeze/applications/amarok.cmake/debian/control @@ -20,7 +20,7 @@ Package: amarok-trinity Architecture: any Depends: amarok-common-trinity (>= ${source:Version}), amarok-engine-xine-trinity (= ${binary:Version}) | amarok-engine-yauap-trinity (= ${binary:Version}), unzip, ${shlibs:Depends} Suggests: amarok-engines-trinity, moodbar, konqueror-trinity | www-browser, - python, python-qt3, libqt0-ruby1.8, libvisual-0.4-plugins + python, python-qt3, libqt0-ruby1.8-trinity, libvisual-0.4-plugins Description: versatile and easy to use audio player for Trinity Amarok tries to be a little different, providing a simple drag and drop interface that really makes playlist handling easy. @@ -48,7 +48,7 @@ Package: amarok-common-trinity Architecture: all Depends: ruby Recommends: amarok-trinity (>= ${source:Version}) -Suggests: libqt0-ruby1.8, python, python-qt3 +Suggests: libqt0-ruby1.8-trinity, python, python-qt3 Description: architecture independent files for Amarok [Trinity] This package contains architecture independent files needed for Amarok to run properly. It also provides Amarok documentation. Therefore, unless you have diff --git a/debian/squeeze/applications/amarok/debian/control b/debian/squeeze/applications/amarok/debian/control index dbb0f8232..36e829012 100644 --- a/debian/squeeze/applications/amarok/debian/control +++ b/debian/squeeze/applications/amarok/debian/control @@ -20,7 +20,7 @@ Package: amarok-trinity Architecture: any Depends: amarok-common-trinity (>= ${source:Version}), amarok-engine-xine-trinity (= ${binary:Version}) | amarok-engine-yauap-trinity (= ${binary:Version}), unzip, ${shlibs:Depends} Suggests: amarok-engines-trinity, moodbar, konqueror-trinity | www-browser, - python, python-qt3, libqt0-ruby1.8, libvisual-0.4-plugins + python, python-qt3, libqt0-ruby1.8-trinity, libvisual-0.4-plugins Description: versatile and easy to use audio player for Trinity Amarok tries to be a little different, providing a simple drag and drop interface that really makes playlist handling easy. @@ -48,7 +48,7 @@ Package: amarok-common-trinity Architecture: all Depends: ruby Recommends: amarok-trinity (>= ${source:Version}) -Suggests: libqt0-ruby1.8, python, python-qt3 +Suggests: libqt0-ruby1.8-trinity, python, python-qt3 Description: architecture independent files for Amarok [Trinity] This package contains architecture independent files needed for Amarok to run properly. It also provides Amarok documentation. Therefore, unless you have diff --git a/debian/squeeze/applications/soundkonverter/debian/control b/debian/squeeze/applications/soundkonverter/debian/control index 1d04a540a..71531fbb7 100644 --- a/debian/squeeze/applications/soundkonverter/debian/control +++ b/debian/squeeze/applications/soundkonverter/debian/control @@ -31,7 +31,7 @@ Description: audio converter frontend for Trinity Package: soundkonverter-amarok-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, soundkonverter-trinity, amarok-trinity, ruby, libqt0-ruby1.8 +Depends: ${shlibs:Depends}, ${misc:Depends}, soundkonverter-trinity, amarok-trinity, ruby, libqt0-ruby1.8-trinity Description: audio converter frontend for Trinity (Amarok script) Amarok script for soundKonverter. It allows you to easily transcode files when transferring them to your media device. |