Debian Bug report logs -
#667780
Please make use of new php5enmod and php5dismod commands in your package
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Dario Minnucci <midget@debian.org>:
Bug#667780; Package php5-rrd.
(Fri, 06 Apr 2012 15:39:50 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 Dario Minnucci <midget@debian.org>.
(Fri, 06 Apr 2012 15:39:50 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-rrd
Version: 1.0.5-1+b1
Severity: normal
User: pkg-php-maint@lists.alioth.debian.org
Usertags: php54
Dear maintainer,
package php5-rrd 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
Added tag(s) pending.
Request was from Dario Minnucci <midget@debian.org>
to control@bugs.debian.org.
(Thu, 12 Apr 2012 23:36:02 GMT) (full text, mbox, link).
Reply sent
to Dario Minnucci <midget@debian.org>:
You have taken responsibility.
(Thu, 12 Apr 2012 23:51:06 GMT) (full text, mbox, link).
Notification sent
to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug acknowledged by developer.
(Thu, 12 Apr 2012 23:51:06 GMT) (full text, mbox, link).
Message #12 received at 667780-close@bugs.debian.org (full text, mbox, reply):
Source: php-rrd
Source-Version: 1.0.5-2
We believe that the bug you reported is fixed in the latest version of
php-rrd, which is due to be installed in the Debian FTP archive:
php-rrd_1.0.5-2.debian.tar.gz
to main/p/php-rrd/php-rrd_1.0.5-2.debian.tar.gz
php-rrd_1.0.5-2.dsc
to main/p/php-rrd/php-rrd_1.0.5-2.dsc
php5-rrd_1.0.5-2_i386.deb
to main/p/php-rrd/php5-rrd_1.0.5-2_i386.deb
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 667780@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dario Minnucci <midget@debian.org> (supplier of updated php-rrd 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: Fri, 13 Apr 2012 01:41:49 +0200
Source: php-rrd
Binary: php5-rrd
Architecture: source i386
Version: 1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Dario Minnucci <midget@debian.org>
Changed-By: Dario Minnucci <midget@debian.org>
Description:
php5-rrd - rrd module for PHP 5
Closes: 667780
Changes:
php-rrd (1.0.5-2) unstable; urgency=low
.
* debian/control:
- Updated Vcs-Git and Vcs-Browser URLs
- Package section updated to 'php'
- Bump Standards-Version to 3.9.3 (no changes)
- Update debhelper comaptibility to >= 9
* debian/rules:
- Use of new php5enmod and php5dismod commands to manage rrd
extension (Closes: #667780)
* debian/copyright:
- Fixes for DEP5 compatibility
- Copyright years updated
Checksums-Sha1:
5fba687fd508eaa17c826ad4dd2c43b0f89046ec 1878 php-rrd_1.0.5-2.dsc
3c629f3640aaf0b90eb98c1436ecb98ba0f710dd 6969 php-rrd_1.0.5-2.debian.tar.gz
b6df47961197a20fdad01088474fb8f6f31699c8 18534 php5-rrd_1.0.5-2_i386.deb
Checksums-Sha256:
c7dfea998191d77d440adc0ee50ba490328e43e0a4765244b05e6529e21709d2 1878 php-rrd_1.0.5-2.dsc
2632c6e2952d97d1d3ccbcf474c0dddc3d3e3b1f7628cac0ee6caaa932220a47 6969 php-rrd_1.0.5-2.debian.tar.gz
780e6f07d6ded4ecb1ee79f2a14aa3aa5ffc7fc0ddd07b15ba33eaaf999945d9 18534 php5-rrd_1.0.5-2_i386.deb
Files:
4a68c418e449dec4f314976e60d741c2 1878 php optional php-rrd_1.0.5-2.dsc
f41da370caa49742ee6bf53671e5b6a1 6969 php optional php-rrd_1.0.5-2.debian.tar.gz
507b4065116ddf14d97f5dfa17466b1f 18534 php optional php5-rrd_1.0.5-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJPh2hkAAoJEKgvu4Pz1XAzXSUP/iRrO4H1Q+pH7Lqx/3kAu0f6
cddvqxC2ek8mvKdTvWXiOsYMrVUZvyIoy1ILa5bDbM3ff7iwMy8026VDVIjb6de5
bU0UegDiSVZaOFVIE/6e1rsVI3wHxZkfiHlTFNZcROYNS4Pafh86XRKPJOcunqTA
ZhSCONPyl/3IZLSSGdnVHrAVKAJWaSRS5dVyiyNY1Xab4+nytCuWTxMtOc4YuvA5
FTIIL4hWL4JUNzt3mxkjaRGRuelEweE5zH+m5cI8hoWsNhH2HHyBUa9vsU6RLnfT
huznrGQWWNSOFSYKM0XVaiBKZmb95NQ022ZGC/MB0QE9ddFeuDnYXqwfMbe2inGt
a6rtk7daE1wmjt0pHFK4S+BRTeLoS5cDWyhj+j9dwqi+7vbLfZ7a2Wvcrgz5l/gJ
DKcGI2+8GFUs7xzvDWP+ZsUB6M7oZQOec4BSqZE1aVcz2moc208tch29WDCaqP7v
KScJLu3aMv2dLdLvHfyJH7YDX+k6nOMZWDpZMrLQQUiMO2I4/cdK5lxlaQJirSDH
mCIwaWIv4YpOCZcR1O/jRJVWFANAfq4DSlMwB0qGgmP5Fu4cy4hJpgs7fggx5eFc
aKh32GZLosVUJKgME3CusXh60sqcnDeFIk7pTKSXn1ywflccPgruzv0nMIHr3opO
tQGRMEJQzVIr+yfq+Z4o
=CVNQ
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Tue, 22 May 2012 07:40:59 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:05:59 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.