File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ Source: php-tarantool
2
2
Priority: optional
3
3
Maintainer: Dmitry E. Oboukhov <
[email protected] >
4
4
Build-Depends: debhelper (>= 8),
5
- php5 -dev | php-all-dev,
5
+ php7.0 -dev | php-all-dev,
6
6
pkg-config
7
7
Section: php
8
8
Standards-Version: 3.9.4
9
9
Homepage: https://github.com/tarantool/tarantool-php
10
10
VCS-Browser: https://github.com/tarantool/tarantool-php
11
11
VCS-Git: git://github.com/tarantool/tarantool-php.git
12
12
13
- Package: php5 -tarantool
13
+ Package: php7.0 -tarantool
14
14
Architecture: any
15
15
Priority: optional
16
16
Conflicts: libtarantool-php
Original file line number Diff line number Diff line change 2
2
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
5
- phpapi = $(shell php-config5 --phpapi)
5
+ phpapi = $(shell php-config7.0 --phpapi)
6
6
version = $(shell dpkg-parsechangelog \
7
7
|grep ^Version|awk '{print $$2}'|sed 's/-.* //')
8
8
9
- makebuilddir/php5 -tarantool ::
9
+ makebuilddir/php7.0 -tarantool ::
10
10
phpize
11
11
./configure
12
12
make
13
- echo " php:Depends=phpapi-$( phpapi) " > debian/php5 -tarantool.substvars
13
+ echo " php:Depends=phpapi-$( phpapi) " > debian/php7.0 -tarantool.substvars
14
14
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/
18
18
install -m 0755 modules/tarantool.so \
19
- debian/php5 -tarantool/usr/lib/php5 /$(phpapi ) /
19
+ debian/php7.0 -tarantool/usr/lib/php /$(phpapi ) /
20
20
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
22
22
23
23
clean ::
24
24
phpize --clean
You can’t perform that action at this time.
0 commit comments