Debian Bug report logs -
#667787
Please make use of new php5enmod and php5dismod commands in your package
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Michal ÄihaÅ <nijel@debian.org>:
Bug#667787; Package php5-xcache.
(Fri, 06 Apr 2012 15:40:12 GMT) (full text, mbox, link).
Acknowledgement sent
to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
New Bug report received and forwarded. Copy sent to Michal ÄihaÅ <nijel@debian.org>.
(Fri, 06 Apr 2012 15:40:12 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-xcache
Version: 2.0.0~rc1-0.1
Severity: normal
User: pkg-php-maint@lists.alioth.debian.org
Usertags: php54
Dear maintainer,
package php5-xcache currently installs it's configuration file directly
to /etc/php5. php5 (>= 5.4.0~rc6-1) has introduced two new commands:
php5enmod and php5dismod
Your config file must be installed in /etc/php5/mods-available/<name>.ini
php5enmod should be called from your postinst script (when configuring
the package) with each installed ini file as an parameter (f.e. if you
provide more dynamic extensions and want to ensure correct loading order).
The syntax of php5enmod is:
php5enmod [name](/[priority])
[name] is filename without .ini extension from /etc/php5/mods-available/<name>.ini
The optional [priority] argument can be used if your extension require
other extensions to be loaded before. Default priority is 20.
Example:
if [ "$1" = "configure" ]; then
php5enmod mysqlnd
fi
or (with priority):
if [ "$1" = "configure" ]; then
php5enmod pdo/10
fi
**
php5dismod should be called from prerm script in remove target.
The syntax of php5dismod is:
php5dismod [name]
Example:
if [ "$1" = "remove" ]; then
php5dismod mysqlnd
fi
**
Using these maintainer scripts will help get rid of the condition
when the package is removed, but not purged, hence triggering error
messages from php from the fact that it cannot load deleted dynamic
extension.
Feel free to contact me, if you have any questions.
Thanks,
--
Ondřej Surý <ondrej@debian.org>
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (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
Reply sent
to Michal ÄihaÅ <nijel@debian.org>:
You have taken responsibility.
(Wed, 11 Apr 2012 09:51:17 GMT) (full text, mbox, link).
Notification sent
to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug acknowledged by developer.
(Wed, 11 Apr 2012 09:51:21 GMT) (full text, mbox, link).
Message #10 received at 667787-close@bugs.debian.org (full text, mbox, reply):
Source: xcache
Source-Version: 2.0.0~rc1-1
We believe that the bug you reported is fixed in the latest version of
xcache, which is due to be installed in the Debian FTP archive:
php5-xcache_2.0.0~rc1-1_amd64.deb
to main/x/xcache/php5-xcache_2.0.0~rc1-1_amd64.deb
xcache_2.0.0~rc1-1.debian.tar.gz
to main/x/xcache/xcache_2.0.0~rc1-1.debian.tar.gz
xcache_2.0.0~rc1-1.dsc
to main/x/xcache/xcache_2.0.0~rc1-1.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 667787@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michal ÄihaÅ <nijel@debian.org> (supplier of updated xcache package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 10 Apr 2012 11:05:19 +0200
Source: xcache
Binary: php5-xcache
Architecture: source amd64
Version: 2.0.0~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Michal ÄihaÅ <nijel@debian.org>
Changed-By: Michal ÄihaÅ <nijel@debian.org>
Description:
php5-xcache - Fast, stable PHP opcode cacher
Closes: 667787
Changes:
xcache (2.0.0~rc1-1) unstable; urgency=low
.
* Bump standards to 3.9.3.
* Add build-arch/build-indep targets.
* Merge NMU changes.
* Use php5enmod and php5dismod (Closes: #667787).
* Call testsuite during build.
* Add minimalistict tests to catch possible breakages during build.
Checksums-Sha1:
7f2e22c6b422d121daac2e5ebd10ad8a8cc6ca56 1926 xcache_2.0.0~rc1-1.dsc
e6e8c38841bf4343e3dbdc601b0f2a8108a0b928 7634 xcache_2.0.0~rc1-1.debian.tar.gz
88bc8b9b994913a9725e794b0387c378eeed5488 111308 php5-xcache_2.0.0~rc1-1_amd64.deb
Checksums-Sha256:
fa8de9848453c05c2e647fe9f699f7f984d07c9e226585260f885cb842eba32d 1926 xcache_2.0.0~rc1-1.dsc
3af05d9ba205cb4e40d7147fc6b404007e3e1ff8d43e681bbebaf1be82dd1a04 7634 xcache_2.0.0~rc1-1.debian.tar.gz
8ab0aa1d023e43da5a79543fd3135fa735661447559afe24c56fb184d7b8db52 111308 php5-xcache_2.0.0~rc1-1_amd64.deb
Files:
2dc707c285eef98f30f51cf00760fd62 1926 php optional xcache_2.0.0~rc1-1.dsc
429aa71699b4bf896683fb2e0de75ac7 7634 php optional xcache_2.0.0~rc1-1.debian.tar.gz
47854001c460edb701a873da486c6c0f 111308 php optional php5-xcache_2.0.0~rc1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJPhU6RAAoJEGo39bHX+xdNKCMP/392YOrFRj8TREdCpEhwed+5
8cvUtt/R3WCYBZHXZtu6amcdCVITPx1xmak+7C1VdtMPMA3lKcLNjADqcO1T2Opj
36VMQFoICOh/OryvLrB25vmwKaOY3OPJUVoVlg013K1XhRwQ1FV/VnZlVb+QkEyb
8mSueSIJwHMvmpIq4OazQFobKos4224KO/zpU3x9kaX2HBbgCQZYojidZyVSug4k
0xHDqHVEyJfi/g79ZdzbWQrb5iA954pZ9l18+wJu3fnZeS5OalwnVnPGqU5n5Gf9
1P5dwjSwnbC7vlCYsvo0zaQX8EemnQuZYz4ZQBfJ499lUUD6bFdcR52whBsoXXqy
rZVPDLOcbjkm21tA7L0OIdzllsQ6VTvdEyNgB/tuZ7TJpwiMkd1zvzCwdFsJ9gTv
rbCIfypYJtB2eB21Ardp+m3BTPWl03kDRPbKe8xNgJN7qia8R4s04UGs34tF8TOx
or18beRzXA2VweDtfkRQEwz8qeFPVn/A3CCKQxQo6crtd3opDcVy1VRBEgvWlHBj
vnYGH7KtwLH55AW/cxpmveM2C9j9jQhxL1Hv5fbnLDjn7KtsD3aOCeUYsYGK+4gx
R9l8mQlUk9/522pIkRs0NyyWWaTPxLzqiDqI/1I4w6rcKtwDLNhRSNsnz7PtjDsv
Kqo0BMzshe20OPUTXgmP
=Hljd
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 11 May 2012 07:39:42 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 02:06:28 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.