diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-09 02:47:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-09 02:47:32 +0100 |
commit | 9d0c5ba52619c4a8f5ee3ad468c6545cb722a9cf (patch) | |
tree | 7f87ee13e6dc061ffe14cc3daa63e097524c0ffd /debian | |
parent | ddfad94bab2610691676cadeaebdaff18d34fe28 (diff) | |
download | tde-packaging-9d0c5ba52619c4a8f5ee3ad468c6545cb722a9cf.tar.gz tde-packaging-9d0c5ba52619c4a8f5ee3ad468c6545cb722a9cf.zip |
DEB tdesdk: Add variant dependency php-cli for tdecachegrind-converters
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e41f766ba2f83dd2d876193a33dda4bdd8a4183b)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/lenny/tdesdk/debian/control | 2 | ||||
-rw-r--r-- | debian/squeeze/tdesdk/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/lenny/tdesdk/debian/control b/debian/lenny/tdesdk/debian/control index f84638272..e4615594c 100644 --- a/debian/lenny/tdesdk/debian/control +++ b/debian/lenny/tdesdk/debian/control @@ -166,7 +166,7 @@ Architecture: all Section: devel Replaces: kcachegrind-converters-trinity (<< 4:14.0.0~) Breaks: kcachegrind-converters-trinity (<< 4:14.0.0~) -Depends: ${perl:Depends}, php5-cli, python +Depends: ${perl:Depends}, php-cli | php5-cli, python Recommends: tdecachegrind-trinity Description: format converters for TDECachegrind profiling visualisation tool This is a collection of scripts for converting the output from diff --git a/debian/squeeze/tdesdk/debian/control b/debian/squeeze/tdesdk/debian/control index f84638272..e4615594c 100644 --- a/debian/squeeze/tdesdk/debian/control +++ b/debian/squeeze/tdesdk/debian/control @@ -166,7 +166,7 @@ Architecture: all Section: devel Replaces: kcachegrind-converters-trinity (<< 4:14.0.0~) Breaks: kcachegrind-converters-trinity (<< 4:14.0.0~) -Depends: ${perl:Depends}, php5-cli, python +Depends: ${perl:Depends}, php-cli | php5-cli, python Recommends: tdecachegrind-trinity Description: format converters for TDECachegrind profiling visualisation tool This is a collection of scripts for converting the output from |