Debian Bug report logs -
#667771
Please make use of new php5enmod and php5dismod commands in your package
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>:
Bug#667771; Package php5-mapscript.
(Fri, 06 Apr 2012 15:39:23 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 Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>.
(Fri, 06 Apr 2012 15:39:23 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-mapscript
Version: 6.0.1-3
Severity: normal
User: pkg-php-maint@lists.alioth.debian.org
Usertags: php54
Dear maintainer,
package php5-mapscript 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
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>:
Bug#667771; Package php5-mapscript.
(Mon, 23 Sep 2013 02:33:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Sebastiaan Couwenberg <sebastic@xs4all.nl>:
Extra info received and forwarded to list. Copy sent to Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>.
(Mon, 23 Sep 2013 02:33:04 GMT) (full text, mbox, link).
Message #10 received at 667771@bugs.debian.org (full text, mbox, reply):
Control: fixed -1 6.4.0-2
Control: tags 667771 pending
Hi Ondřej,
An updated mapserver package incorporating the php5enmod/php5sidmod
changes has been uploaded to mentors and is waiting for sponsorship
(#723991).
Kind Regards,
Bas
Marked as fixed in versions 6.4.0-2.
Request was from Sebastiaan Couwenberg <sebastic@xs4all.nl>
to 667771-submit@bugs.debian.org.
(Mon, 23 Sep 2013 02:33:04 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from Sebastiaan Couwenberg <sebastic@xs4all.nl>
to 667771-submit@bugs.debian.org.
(Mon, 23 Sep 2013 02:33:05 GMT) (full text, mbox, link).
Reply sent
to Bas Couwenberg <sebastic@xs4all.nl>:
You have taken responsibility.
(Tue, 24 Sep 2013 09:51:10 GMT) (full text, mbox, link).
Notification sent
to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug acknowledged by developer.
(Tue, 24 Sep 2013 09:51:10 GMT) (full text, mbox, link).
Message #19 received at 667771-close@bugs.debian.org (full text, mbox, reply):
Source: mapserver
Source-Version: 6.4.0-2
We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive.
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 667771@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bas Couwenberg <sebastic@xs4all.nl> (supplier of updated mapserver 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@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 19 Sep 2013 19:52:12 +0200
Source: mapserver
Binary: libmapserver1 libmapserver1-dev cgi-mapserver mapserver-bin mapserver-doc php5-mapscript libmapscript-perl python-mapscript libmapscript-ruby libmapscript-ruby1.8 libmapscript-ruby1.9.1 ruby-mapscript
Architecture: source i386 all
Version: 6.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebastic@xs4all.nl>
Description:
cgi-mapserver - CGI executable for MapServer
libmapscript-perl - Perl MapServer module
libmapscript-ruby - Transitional dummy package for ruby-mapscript
libmapscript-ruby1.8 - Transitional package from libmapscript-ruby1.8 to ruby-mapscript
libmapscript-ruby1.9.1 - Transitional package from libmapscript-ruby1.9.1 to ruby-mapscrip
libmapserver1 - Shared library for MapServer
libmapserver1-dev - Shared library development files for MapServer
mapserver-bin - MapServer utilities
mapserver-doc - documentation for MapServer
php5-mapscript - php5-cgi module for MapServer
python-mapscript - Python library for MapServer
ruby-mapscript - MapServer library for Ruby
Closes: 667771 723979 724259
Changes:
mapserver (6.4.0-2) unstable; urgency=low
.
* Also include mapserver-config.h and mapserver-version.h in dev package.
Required to build MapCache with MapServer support.
* Use php5enmod and php5dismod instead of installing the ini directly.
(closes: #667771)
* Add patch to export mapserver cmake package for external projects.
* Add versioned Breaks/Replaces for dev package.
* Drop transitional packages and Breaks/Replaces for libmapserver.
(closes: #723979)
* Drop unused lintian-overrides for php5-mapscript.
* Build-Depend on libperl-dev so cmake can find PerlLibs.
(closes: #724259)
Checksums-Sha1:
c84bf0b199c7bc59c5ed4fd504052da24f05a693 2684 mapserver_6.4.0-2.dsc
222b00ec9733196c0626aa3ffcd2ac3513b94a8e 2033176 mapserver_6.4.0.orig.tar.gz
4ffadab65fdce25b544fe20c7830d4ac1c38c8e2 59681 mapserver_6.4.0-2.debian.tar.gz
f5a6e78291dd7a131ec4db0c3d286e6cee884f48 833686 libmapserver1_6.4.0-2_i386.deb
a4b6f0664ec9dee082a1125ad100826445ba2426 131796 libmapserver1-dev_6.4.0-2_i386.deb
7f43383ab93d746ec6973867b5211747dad79510 78812 cgi-mapserver_6.4.0-2_i386.deb
5b952be1babce2f92df3d834789d502156b3c28f 104576 mapserver-bin_6.4.0-2_i386.deb
1d09464715442f85a248da5f9ee125adad41b131 88758 mapserver-doc_6.4.0-2_all.deb
b8ae3c080d5bcda24ecf2cbec217baacde3de83f 163626 php5-mapscript_6.4.0-2_i386.deb
506e8dd88602a0ec055c76a7912ee6a190951a61 265872 libmapscript-perl_6.4.0-2_i386.deb
2e4210a8852d7349bda88c450ff98f3fee69b6c8 216172 python-mapscript_6.4.0-2_i386.deb
98b87d6bc5b93094b0fed88a2b6f92dd5e73d32a 75378 libmapscript-ruby_6.4.0-2_all.deb
75e838287129611231218efecd3e0c65fb6996fd 75396 libmapscript-ruby1.8_6.4.0-2_i386.deb
12565c92da2e499fc0ba08df97b5d48ec0895eee 75392 libmapscript-ruby1.9.1_6.4.0-2_i386.deb
0b826da762a12b948580fe60c1b3680859954c57 189066 ruby-mapscript_6.4.0-2_i386.deb
Checksums-Sha256:
83030f6b7917892de91feb16c4236e99fbea9649e430f1fc61e9d27d0373993e 2684 mapserver_6.4.0-2.dsc
6d7e01635ad65b3ccffc1697ee990aac11d535943cf2cf12de35c121b8c9f966 2033176 mapserver_6.4.0.orig.tar.gz
83123d2490f085276cd038e8ace470842d3b754f9fe5a322d09c8d8bf46b0ac0 59681 mapserver_6.4.0-2.debian.tar.gz
6aa7bb25445ff11256f5ab75a56e3cf6e2dab81aa2de3d042534350302249600 833686 libmapserver1_6.4.0-2_i386.deb
859f390e1688476e9f521cf85a6066f8bdbd2bada26f1f199d6353033b544b6d 131796 libmapserver1-dev_6.4.0-2_i386.deb
811c6ade5aa70fcc17dbac571de3c240fa7aed86e00420ea2c6902798e816902 78812 cgi-mapserver_6.4.0-2_i386.deb
f6cd3f0de48fd57ceb81ab8d4bd3b791864f91a2af3dad24d3c9e8d7d1bcbb1d 104576 mapserver-bin_6.4.0-2_i386.deb
f3fd58ad06a6c65a7aea46d2c7e78c63416e6da8b086161b9c248467dce94c37 88758 mapserver-doc_6.4.0-2_all.deb
490ea62c9e274d6e193d9fed93902a65ba65abce8d14d622935daa0c918b8550 163626 php5-mapscript_6.4.0-2_i386.deb
766308da473b0b4ab51f9d821442f9b217fc1af50631957729a3cd12a2fb3ad5 265872 libmapscript-perl_6.4.0-2_i386.deb
7f2081b014a3e6923cdd7e6f1a90ae230a10ad273e8d2a0b41f71925c30cf9fe 216172 python-mapscript_6.4.0-2_i386.deb
3b22bd5ea63de3b43e0dc4b22c01574b2887108a085e8e1b37d7003d6c48194a 75378 libmapscript-ruby_6.4.0-2_all.deb
b2eb2d6cf4cc138058b0b68688e708990c64d5235b40561ef5a8771671b9bdfe 75396 libmapscript-ruby1.8_6.4.0-2_i386.deb
e904586035cb94bc1b38ca6992af9146b8dc5a43a5295e7988ecdbf9cbc5de83 75392 libmapscript-ruby1.9.1_6.4.0-2_i386.deb
e9f0e9db4e355678f6c8cb3b0b464f837bfb87ece0dced78914251278d2f2b7c 189066 ruby-mapscript_6.4.0-2_i386.deb
Files:
3de97141f17d40ec46940e911fb38c8c 2684 devel optional mapserver_6.4.0-2.dsc
4030054684f91953df2a7ba5b89714e0 2033176 devel optional mapserver_6.4.0.orig.tar.gz
b5ee0a40296454b887d8b326d640de68 59681 devel optional mapserver_6.4.0-2.debian.tar.gz
86ba269d22f805705311de4014d616bf 833686 libs optional libmapserver1_6.4.0-2_i386.deb
b503518d1b69d289d64479014a258a8d 131796 libdevel optional libmapserver1-dev_6.4.0-2_i386.deb
94e65945fff5a310e1ffd6e9d991e32b 78812 web optional cgi-mapserver_6.4.0-2_i386.deb
14aadfc41b7e73bfb335b2d754070d2b 104576 misc optional mapserver-bin_6.4.0-2_i386.deb
3a622f91b24886d579f27aac8b800bbb 88758 doc optional mapserver-doc_6.4.0-2_all.deb
cc61c0b106831d911d8adcf73ac140a6 163626 php optional php5-mapscript_6.4.0-2_i386.deb
309aba81a28e0915d4e7b7f699af5f97 265872 perl optional libmapscript-perl_6.4.0-2_i386.deb
e7e1185661b98430d1df742d458e6fc8 216172 python optional python-mapscript_6.4.0-2_i386.deb
1b5712b1eeafcca702f4ad601deedec2 75378 oldlibs optional libmapscript-ruby_6.4.0-2_all.deb
7e7c50f539619a1e6fb6c16e6905d761 75396 oldlibs optional libmapscript-ruby1.8_6.4.0-2_i386.deb
4840171b91655e70cb21b0165b9b4ba7 75392 oldlibs optional libmapscript-ruby1.9.1_6.4.0-2_i386.deb
70ba765b1258f4815ebf83ae4498e3a2 189066 ruby optional ruby-mapscript_6.4.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlJBXIQACgkQpFNRmenyx0eDcACfb5UX3/UAgebA1kk/fZL4TnnF
MJUAnjdewcMLHOnY7MDLX6c/4sBd4k8v
=MgAT
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 02 Nov 2013 07:31:06 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:08:29 2023;
Machine Name:
buxtehude
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.