Your message dated Mon, 25 Apr 2016 16:58:58 +0000
with message-id <[email protected]>
and subject line Bug#821781: Removed package(s) from unstable
has caused the Debian Bug report #739753,
regarding php-adodb: Install ini file in correct location with PHP 5.5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
739753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739753
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 5.04-7+rm
Dear submitter,
as the package php-adodb has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/821781
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---