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

Proposed by Leo Iannacone
Status: Needs review
Proposed branch: lp:~l3on/ubuntu/trusty/php-mcrypt/fix-1243568
Merge into: lp:ubuntu/trusty/php-mcrypt
Diff against target: 28 lines (+9/-2)
2 files modified
debian/changelog (+7/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~l3on/ubuntu/trusty/php-mcrypt/fix-1243568
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+206579@code.launchpad.net

Description of the change

Please take a look at bug.

May this package need a release update?

uscan reports:
  Newest version on remote site is 5.5.9, local version is 5.4.6

Leo.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded. I just bumped the version number (and timestamp) because another upload happened in the meantime.

review: Approve

Unmerged revisions

19. By Leo Iannacone

install ini file in correct path - fix LP: #1243568

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-10-15 23:07:57 +0000
3+++ debian/changelog 2014-02-15 12:23:26 +0000
4@@ -1,3 +1,10 @@
5+php-mcrypt (5.4.6-0ubuntu4) trusty; urgency=low
6+
7+ * Install ini file in correct location with PHP 5.5.
8+ Thanks to Johannes Ballmann (LP: #1243568).
9+
10+ -- Leo Iannacone <l3on@ubuntu.com> Sat, 15 Feb 2014 13:07:59 +0100
11+
12 php-mcrypt (5.4.6-0ubuntu3) saucy; urgency=low
13
14 * Build with -g on aarch64-linux-gnu, not (pre-DWARF) -gstabs.
15
16=== modified file 'debian/rules'
17--- debian/rules 2013-10-15 23:07:57 +0000
18+++ debian/rules 2014-02-15 12:23:26 +0000
19@@ -76,8 +76,8 @@
20
21 # Add here commands to install the package into debian/php5-mcrypt.
22 (ext=`/usr/bin/php-config5 --extension-dir`;mkdir -p debian/php5-mcrypt/$${ext};install -m 644 -o root -g root build-php5/modules/mcrypt.so debian/php5-mcrypt/$${ext}/mcrypt.so;)
23- mkdir -p debian/php5-mcrypt/etc/php5/conf.d
24- install -m 644 debian/mcrypt.ini debian/php5-mcrypt/etc/php5/conf.d/mcrypt.ini
25+ mkdir -p debian/php5-mcrypt/etc/php5/mods-available
26+ install -m 644 debian/mcrypt.ini debian/php5-mcrypt/etc/php5/mods-available/mcrypt.ini
27
28 touch install-stamp
29

Subscribers

People subscribed via source and target branches

to all changes: