Merge lp:~l3on/ubuntu/trusty/php-interbase/fix-1243568 into lp:ubuntu/trusty/php-interbase

Proposed by Leo Iannacone
Status: Merged
Merged at revision: 12
Proposed branch: lp:~l3on/ubuntu/trusty/php-interbase/fix-1243568
Merge into: lp:ubuntu/trusty/php-interbase
Diff against target: 27 lines (+8/-2)
2 files modified
debian/changelog (+6/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~l3on/ubuntu/trusty/php-interbase/fix-1243568
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Ubuntu branches Pending
Review via email: mp+207782@code.launchpad.net

Description of the change

Install ini file in correct location with PHP 5.5 (LP: #1243568).

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Thanks, uploaded. Please submit your fixes to Debian.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-07-16 08:56:03 +0000
3+++ debian/changelog 2014-02-22 11:00:27 +0000
4@@ -1,3 +1,9 @@
5+php-interbase (5.4.6-0ubuntu3) trusty; urgency=medium
6+
7+ * Install ini file in correct location with PHP 5.5 (LP: #1243568).
8+
9+ -- Leo Iannacone <l3on@ubuntu.com> Sat, 22 Feb 2014 11:55:07 +0100
10+
11 php-interbase (5.4.6-0ubuntu2) saucy; urgency=low
12
13 * Rebuild for PHP 5.5.
14
15=== modified file 'debian/rules'
16--- debian/rules 2008-06-05 19:10:49 +0000
17+++ debian/rules 2014-02-22 11:00:27 +0000
18@@ -63,8 +63,8 @@
19
20 # Add here commands to install the package into debian/php[45]-interbase.
21 (ext=`/usr/bin/php-config5 --extension-dir`;mkdir -p debian/php5-interbase/$${ext};install -m 644 -o root -g root build-php5/modules/interbase.so debian/php5-interbase/$${ext}/interbase.so;)
22- mkdir -p debian/php5-interbase/etc/php5/conf.d
23- install -m 644 debian/interbase.ini debian/php5-interbase/etc/php5/conf.d/interbase.ini
24+ mkdir -p debian/php5-interbase/etc/php5/mods-available
25+ install -m 644 debian/interbase.ini debian/php5-interbase/etc/php5/mods-available/interbase.ini
26
27 touch install-stamp
28

Subscribers

People subscribed via source and target branches

to all changes: