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

Proposed by Leo Iannacone
Status: Merged
Merge reported by: Iain Lane
Merged at revision: not available
Proposed branch: lp:~l3on/ubuntu/trusty/php-adodb/fix-1243568
Merge into: lp:ubuntu/trusty/php-adodb
Diff against target: 38 lines (+9/-2)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~l3on/ubuntu/trusty/php-adodb/fix-1243568
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+207781@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.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-16 01:24:01 +0000
+++ debian/changelog 2014-02-22 10:48:32 +0000
@@ -1,3 +1,9 @@
1php-adodb (5.04-7ubuntu1) trusty; urgency=medium
2
3 * Install ini file in correct location with PHP 5.5 (LP: #1243568).
4
5 -- Leo Iannacone <l3on@ubuntu.com> Sat, 22 Feb 2014 11:19:51 +0100
6
1php-adodb (5.04-7build2) saucy; urgency=low7php-adodb (5.04-7build2) saucy; urgency=low
28
3 * Rebuild for PHP 5.5.9 * Rebuild for PHP 5.5.
410
=== modified file 'debian/control'
--- debian/control 2012-01-24 21:59:00 +0000
+++ debian/control 2014-02-22 10:48:32 +0000
@@ -1,7 +1,8 @@
1Source: php-adodb1Source: php-adodb
2Section: php2Section: php
3Priority: optional3Priority: optional
4Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
5Uploaders: Raphael Geissert <geissert@debian.org>6Uploaders: Raphael Geissert <geissert@debian.org>
6Build-Depends: debhelper (>= 6.0.7~), php5-dev (>= 5.2.0), cdbs (>= 0.4.52~)7Build-Depends: debhelper (>= 6.0.7~), php5-dev (>= 5.2.0), cdbs (>= 0.4.52~)
7Standards-Version: 3.9.28Standards-Version: 3.9.2
89
=== modified file 'debian/rules'
--- debian/rules 2012-01-24 21:59:00 +0000
+++ debian/rules 2014-02-22 10:48:32 +0000
@@ -18,5 +18,5 @@
1818
19install/php5-$(EXTN)::19install/php5-$(EXTN)::
20 install -D -m 644 modules/$(EXTN).so $(BUILD)$(PHP_EX)/$(EXTN).so20 install -D -m 644 modules/$(EXTN).so $(BUILD)$(PHP_EX)/$(EXTN).so
21 install -D -m 644 debian/$(EXTN).ini $(BUILD)/etc/php5/conf.d/$(EXTN).ini21 install -D -m 644 debian/$(EXTN).ini $(BUILD)/etc/php5/mods-available/$(EXTN).ini
22 echo "php:Depends=phpapi-`php-config5 --phpapi`" >> $(BUILD).substvars22 echo "php:Depends=phpapi-`php-config5 --phpapi`" >> $(BUILD).substvars

Subscribers

People subscribed via source and target branches

to all changes: