diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-09 03:01:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-09 03:01:00 +0100 |
commit | 8f7a0371c7e330fcbf0cd1ac97f24366f16a71ae (patch) | |
tree | 45680fef8582dc986ec791466b163d01e6ae6757 /ubuntu/maverick/applications | |
parent | e41f766ba2f83dd2d876193a33dda4bdd8a4183b (diff) | |
download | tde-packaging-8f7a0371c7e330fcbf0cd1ac97f24366f16a71ae.tar.gz tde-packaging-8f7a0371c7e330fcbf0cd1ac97f24366f16a71ae.zip |
DEB ktorrent: Add variant dependency php-cli
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications')
-rw-r--r-- | ubuntu/maverick/applications/ktorrent/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/maverick/applications/ktorrent/debian/control.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/ktorrent/debian/control b/ubuntu/maverick/applications/ktorrent/debian/control index bffe67d3f..16fb91ea7 100644 --- a/ubuntu/maverick/applications/ktorrent/debian/control +++ b/ubuntu/maverick/applications/ktorrent/debian/control @@ -10,7 +10,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: ktorrent-kde3 (<< 4:14.0.0~), ktorrent-trinity (<< 4:14.0.0~) Breaks: ktorrent-kde3 (<< 4:14.0.0~), ktorrent-trinity (<< 4:14.0.0~) -Suggests: php5-cli +Suggests: php-cli | php5-cli Recommends: tdebase-tdeio-plugins-trinity Description: BitTorrent client for Trinity KTorrent is a BitTorrent program for Trinity. Its features include speed capping diff --git a/ubuntu/maverick/applications/ktorrent/debian/control.in b/ubuntu/maverick/applications/ktorrent/debian/control.in index 5c3d75b9b..703e04c3e 100644 --- a/ubuntu/maverick/applications/ktorrent/debian/control.in +++ b/ubuntu/maverick/applications/ktorrent/debian/control.in @@ -10,7 +10,7 @@ Standards-Version: 3.8.3 Package: ktorrent-trinity Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: php5-cli +Suggests: php-cli | php5-cli Recommends: tdebase-tdeio-plugins-trinity Description: BitTorrent client for Trinity KTorrent is a BitTorrent program for Trinity. Its features include speed capping |