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

Proposed by Leo Iannacone
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~l3on/ubuntu/trusty/php-ps/fix-1243568
Merge into: lp:ubuntu/trusty/php-ps
Diff against target: 42 lines (+10/-3)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~l3on/ubuntu/trusty/php-ps/fix-1243568
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+207783@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
Sebastien Bacher (seb128) wrote :
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 01:35:38 +0000
3+++ debian/changelog 2014-02-22 11:07:05 +0000
4@@ -1,3 +1,9 @@
5+php-ps (1.3.7-1ubuntu1) 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 12:01:19 +0100
10+
11 php-ps (1.3.7-1build1) saucy; urgency=low
12
13 * Rebuild for PHP 5.5.
14
15=== modified file 'debian/control'
16--- debian/control 2011-05-25 18:46:21 +0000
17+++ debian/control 2014-02-22 11:07:05 +0000
18@@ -1,7 +1,8 @@
19 Source: php-ps
20 Section: php
21 Priority: optional
22-Maintainer: Uwe Steinmann <steinm@debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Uwe Steinmann <steinm@debian.org>
25 Build-Depends: debhelper (>> 5.0.0), xsltproc, php5-dev, pslib-dev (>= 0.2.3), libgd2-xpm-dev (>> 2.0.0)
26 Standards-Version: 3.7.2
27
28
29=== modified file 'debian/rules'
30--- debian/rules 2008-02-11 08:34:04 +0000
31+++ debian/rules 2014-02-22 11:07:05 +0000
32@@ -90,8 +90,8 @@
33 # chmod 644 debian/$(PACKAGE_NAME)/usr/lib/php4/$$VERSION/*.so'
34 mkdir -p debian/$(BIN_PACKAGE_NAME)/$(EXT_DIR)
35 install -m 644 -o root -g root tmp/modules$*/$(PECL_PKG_NAME).so debian/$(BIN_PACKAGE_NAME)/$(EXT_DIR)/$(PECL_PKG_NAME).so
36- mkdir -p debian/$(BIN_PACKAGE_NAME)/etc/php$*/conf.d
37- cp debian/$(PECL_PKG_NAME).ini debian/$(BIN_PACKAGE_NAME)/etc/php$*/conf.d
38+ mkdir -p debian/$(BIN_PACKAGE_NAME)/etc/php$*/mods-available
39+ cp debian/$(PECL_PKG_NAME).ini debian/$(BIN_PACKAGE_NAME)/etc/php$*/mods-available
40
41 # Build architecture-independent files here.
42 binary-indep:

Subscribers

People subscribed via source and target branches

to all changes: