diff -u php-mcrypt-5.4.6/debian/changelog php-mcrypt-5.4.6/debian/changelog --- php-mcrypt-5.4.6/debian/changelog +++ php-mcrypt-5.4.6/debian/changelog @@ -1,3 +1,10 @@ +php-mcrypt (5.4.6-0ubuntu5) trusty; urgency=low + + * Install ini file in correct location with PHP 5.5. + Thanks to Johannes Ballmann (LP: #1243568). + + -- Leo Iannacone Thu, 20 Feb 2014 10:20:48 +0100 + php-mcrypt (5.4.6-0ubuntu4) trusty; urgency=medium * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit diff -u php-mcrypt-5.4.6/debian/rules php-mcrypt-5.4.6/debian/rules --- php-mcrypt-5.4.6/debian/rules +++ php-mcrypt-5.4.6/debian/rules @@ -76,8 +76,8 @@ # Add here commands to install the package into debian/php5-mcrypt. (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;) - mkdir -p debian/php5-mcrypt/etc/php5/conf.d - install -m 644 debian/mcrypt.ini debian/php5-mcrypt/etc/php5/conf.d/mcrypt.ini + mkdir -p debian/php5-mcrypt/etc/php5/mods-available + install -m 644 debian/mcrypt.ini debian/php5-mcrypt/etc/php5/mods-available/mcrypt.ini touch install-stamp