File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ Source: php-tarantool
22Priority: optional
33Maintainer: Dmitry E. Oboukhov <unera@debian.org>
44Build-Depends: debhelper (>= 8),
5- php5 -dev | php-all-dev,
5+ php7.0 -dev | php-all-dev,
66 pkg-config
77Section: php
88Standards-Version: 3.9.4
99Homepage: https://github.com/tarantool/tarantool-php
1010VCS-Browser: https://github.com/tarantool/tarantool-php
1111VCS-Git: git://github.com/tarantool/tarantool-php.git
1212
13- Package: php5 -tarantool
13+ Package: php7.0 -tarantool
1414Architecture: any
1515Priority: optional
1616Conflicts: libtarantool-php
Original file line number Diff line number Diff line change 22
33include /usr/share/cdbs/1/rules/debhelper.mk
44
5- phpapi = $(shell php-config5 --phpapi)
5+ phpapi = $(shell php-config7.0 --phpapi)
66version = $(shell dpkg-parsechangelog \
77 |grep ^Version|awk '{print $$2}'|sed 's/-.* //')
88
9- makebuilddir/php5 -tarantool ::
9+ makebuilddir/php7.0 -tarantool ::
1010 phpize
1111 ./configure
1212 make
13- echo " php:Depends=phpapi-$( phpapi) " > debian/php5 -tarantool.substvars
13+ echo " php:Depends=phpapi-$( phpapi) " > debian/php7.0 -tarantool.substvars
1414
15- install/php5 -tarantool ::
16- install -m 0755 -d debian/php5 -tarantool/usr/lib/php5 /$(phpapi ) /
17- install -m 0755 -d debian/php5 -tarantool/etc/php5 /mods-available/
15+ install/php7.0 -tarantool ::
16+ install -m 0755 -d debian/php7.0 -tarantool/usr/lib/php /$(phpapi ) /
17+ install -m 0755 -d debian/php7.0 -tarantool/etc/php/7.0 /mods-available/
1818 install -m 0755 modules/tarantool.so \
19- debian/php5 -tarantool/usr/lib/php5 /$(phpapi ) /
19+ debian/php7.0 -tarantool/usr/lib/php /$(phpapi ) /
2020 echo extension=tarantool.so \
21- > debian/php5 -tarantool/etc/php5 /mods-available/tarantool.ini
21+ > debian/php7.0 -tarantool/etc/php/7.0 /mods-available/tarantool.ini
2222
2323clean ::
2424 phpize --clean
You can’t perform that action at this time.
0 commit comments