diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-09-02 18:47:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-09-02 18:47:38 +0200 |
commit | c9922415320c42ae0c717ec22578817cfdd1bcdc (patch) | |
tree | c4106549e2591c6604da97001ae91e96405bc6de /debian | |
parent | 08232693a551ced8e00a932d0c4a891229edebae (diff) | |
download | tde-packaging-c9922415320c42ae0c717ec22578817cfdd1bcdc.tar.gz tde-packaging-c9922415320c42ae0c717ec22578817cfdd1bcdc.zip |
DEB amarok: Move yauap engine from depends to recommends
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 35b5f97fe5a5ffc106c08e3a8d83fff9aeb15d12)
Diffstat (limited to 'debian')
4 files changed, 8 insertions, 4 deletions
diff --git a/debian/lenny/applications/amarok/debian/control b/debian/lenny/applications/amarok/debian/control index a4e2ca076..316e5c82a 100644 --- a/debian/lenny/applications/amarok/debian/control +++ b/debian/lenny/applications/amarok/debian/control @@ -64,7 +64,8 @@ Description: architecture independent files for Amarok [Trinity] Package: amarok-engines-trinity Architecture: all -Depends: amarok-engine-xine-trinity (>= ${source:Version}), amarok-engine-yauap-trinity (>= ${source:Version}) +Depends: amarok-engine-xine-trinity (>= ${source:Version}) +Recommends: amarok-engine-yauap-trinity (>= ${source:Version}) Replaces: amarok-engines-trinity (<< 4:14.0.0~) Breaks: amarok-engines-trinity (<< 4:14.0.0~) Description: output engines for the Amarok music player [Trinity] diff --git a/debian/lenny/applications/amarok/debian/control.in b/debian/lenny/applications/amarok/debian/control.in index 8ba1c93ec..8002fea07 100644 --- a/debian/lenny/applications/amarok/debian/control.in +++ b/debian/lenny/applications/amarok/debian/control.in @@ -59,7 +59,8 @@ Description: architecture independent files for Amarok [Trinity] Package: amarok-engines-trinity Architecture: all -Depends: amarok-engine-xine-trinity (>= ${source:Version}), amarok-engine-yauap-trinity (>= ${source:Version}) +Depends: amarok-engine-xine-trinity (>= ${source:Version}) +Recommends: amarok-engine-yauap-trinity (>= ${source:Version}) Description: output engines for the Amarok music player [Trinity] This package serves merely as a reference point if you want to install all available Amarok engines. It depends on those Amarok engines that diff --git a/debian/squeeze/applications/amarok/debian/control b/debian/squeeze/applications/amarok/debian/control index d2733c26e..cdd7a423b 100644 --- a/debian/squeeze/applications/amarok/debian/control +++ b/debian/squeeze/applications/amarok/debian/control @@ -64,7 +64,8 @@ Description: architecture independent files for Amarok [Trinity] Package: amarok-engines-trinity Architecture: all -Depends: amarok-engine-xine-trinity (>= ${source:Version}), amarok-engine-yauap-trinity (>= ${source:Version}) +Depends: amarok-engine-xine-trinity (>= ${source:Version}) +Recommends: amarok-engine-yauap-trinity (>= ${source:Version}) Replaces: amarok-engines-trinity (<< 4:14.0.0~) Breaks: amarok-engines-trinity (<< 4:14.0.0~) Description: output engines for the Amarok music player [Trinity] diff --git a/debian/squeeze/applications/amarok/debian/control.in b/debian/squeeze/applications/amarok/debian/control.in index 8ba1c93ec..8002fea07 100644 --- a/debian/squeeze/applications/amarok/debian/control.in +++ b/debian/squeeze/applications/amarok/debian/control.in @@ -59,7 +59,8 @@ Description: architecture independent files for Amarok [Trinity] Package: amarok-engines-trinity Architecture: all -Depends: amarok-engine-xine-trinity (>= ${source:Version}), amarok-engine-yauap-trinity (>= ${source:Version}) +Depends: amarok-engine-xine-trinity (>= ${source:Version}) +Recommends: amarok-engine-yauap-trinity (>= ${source:Version}) Description: output engines for the Amarok music player [Trinity] This package serves merely as a reference point if you want to install all available Amarok engines. It depends on those Amarok engines that |