Replace @PHP_VERSION@ in debian/control generated from php-module.control.in (Closes: #807386)

This commit is contained in:
Ondřej Surý 2015-12-08 16:47:56 +01:00
parent a74507482b
commit 02dcc04b71

1
debian/rules vendored
View file

@ -37,6 +37,7 @@ debian/control: debian/control.in debian/rules debian/changelog
$(SED) -e "s/@package@/$${package}/" \
-e "s/@depends@/$${depends}/" \
-e "s/@description@/$${description}/" \
-e "s/@PHP_VERSION@/$(PHP_DEFAULT_VERSION)/g" \
< debian/php-module.control.in \
>> $@; \
echo >> $@; \