Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
php-oci8
Commits
d3d0a04c
Commit
d3d0a04c
authored
Feb 24, 2017
by
Christopher Huhn
Browse files
PHP 5 to PHP 7
parent
4b5f6f9c
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d3d0a04c
...
...
@@ -3,4 +3,3 @@ php-oci8 (2.1.3-1) unstable; urgency=low
* Initial Release (Closes: #<ITP bug number>).
-- Christopher Huhn, GSI <C.Huhn@gsi.de> Wed, 22 Feb 2017 13:38:24 +0100
debian/control
View file @
d3d0a04c
...
...
@@ -2,10 +2,10 @@ Source: php-oci8
Section: php
Priority: extra
Maintainer: Christopher Huhn, GSI <C.Huhn@gsi.de>
Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.5~), php
5
-dev, dh-php
5
Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.5~), php-dev, dh-php
Standards-Version: 3.9.6
Package: php
5
-oci8
Package: php-oci8
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
...
...
debian/php
5
→
debian/php
View file @
d3d0a04c
File moved
debian/rules
View file @
d3d0a04c
...
...
@@ -4,7 +4,7 @@
#export DH_VERBOSE = 1
%:
dh $@ --buildsystem=phppear --with phppear --with php
5
dh $@ --buildsystem=phppear --with phppear --with php
override_dh_shlibdeps:
dh_shlibdeps -- --ignore-missing-info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment