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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-07-16 01:24:01 +0000
3+++ debian/changelog 2014-02-22 10:48:32 +0000
4@@ -1,3 +1,9 @@
5+php-adodb (5.04-7ubuntu1) 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:19:51 +0100
10+
11 php-adodb (5.04-7build2) saucy; urgency=low
12
13 * Rebuild for PHP 5.5.
14
15=== modified file 'debian/control'
16--- debian/control 2012-01-24 21:59:00 +0000
17+++ debian/control 2014-02-22 10:48:32 +0000
18@@ -1,7 +1,8 @@
19 Source: php-adodb
20 Section: php
21 Priority: optional
22-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
25 Uploaders: Raphael Geissert <geissert@debian.org>
26 Build-Depends: debhelper (>= 6.0.7~), php5-dev (>= 5.2.0), cdbs (>= 0.4.52~)
27 Standards-Version: 3.9.2
28
29=== modified file 'debian/rules'
30--- debian/rules 2012-01-24 21:59:00 +0000
31+++ debian/rules 2014-02-22 10:48:32 +0000
32@@ -18,5 +18,5 @@
33
34 install/php5-$(EXTN)::
35 install -D -m 644 modules/$(EXTN).so $(BUILD)$(PHP_EX)/$(EXTN).so
36- install -D -m 644 debian/$(EXTN).ini $(BUILD)/etc/php5/conf.d/$(EXTN).ini
37+ install -D -m 644 debian/$(EXTN).ini $(BUILD)/etc/php5/mods-available/$(EXTN).ini
38 echo "php:Depends=phpapi-`php-config5 --phpapi`" >> $(BUILD).substvars

Subscribers

People subscribed via source and target branches

to all changes: