[php-maint] Bug#739753: php-adodb: Install ini file in correct location with PHP 5.5

Leo Iannacone l3on at ubuntu.com
Sat Feb 22 10:52:30 UTC 2014


Source: php-adodb
Severity: important

Dear Maintainer,

With PHP 5.5 all ini file will be installed in /etc/php5/mods-available/
Less than PHP 5.5 all ini will install in /etc/php5/conf.d/

It looks like your package have some ini file in wrong location.

Please consider to apply this patch.

Thanks in advance.

=== modified file 'debian/rules'
--- debian/rules  2012-01-24 21:59:00 +0000
+++ debian/rules  2014-02-22 10:19:08 +0000
@@ -18,5 +18,5 @@
 
 install/php5-$(EXTN)::
  install -D -m 644 modules/$(EXTN).so $(BUILD)$(PHP_EX)/$(EXTN).so
- install -D -m 644 debian/$(EXTN).ini $(BUILD)/etc/php5/conf.d/$(EXTN).ini
+ install -D -m 644 debian/$(EXTN).ini $(BUILD)/etc/php5/mods-available/$(EXTN).ini
  echo "php:Depends=phpapi-`php-config5 --phpapi`" >> $(BUILD).substvars



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



More information about the pkg-php-maint mailing list