summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-01-22 11:21:43 -0800
committerRuss Allbery <rra@stanford.edu>2010-01-22 11:21:43 -0800
commit1498bdc3813a622f296eed86cb363db29a27f940 (patch)
tree14d4580d9cdb2db4c8189922e5c8e0a44955f594 /debian/rules
parentd36a780bb68f69b5bbabdc8adf0a178cf78790f3 (diff)
Do not allow php5 as an alternative to phpapi
* Do not add php5 as an alternative to the phpapi dependency in php5-remctl, fixing problems with the upcoming PHP 5.3 transition. Thanks, Raphael Geissert. (Closes: #566300)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 669d611..1dd14ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,6 @@ override_dh_makeshlibs:
# Override dh_gencontrol to set up the substvar for the PHP dependency.
override_dh_gencontrol:
- echo "php:Depends=php5 | phpapi-`php-config5 --phpapi`" \
+ echo "php:Depends=phpapi-`php-config5 --phpapi`" \
>> debian/php5-remctl.substvars
dh_gencontrol