6.0.0-alpha12
6/5/25

[#10375] Change Horde_Memcache package.xml to depends on memcache extension instead of a pear package
Summary Change Horde_Memcache package.xml to depends on memcache extension instead of a pear package
Queue Horde Framework Packages
Queue Version Git master
Type Enhancement
State Rejected
Priority 2. Medium
Owners
Requester math.parent (at) gmail (dot) com
Created 07/24/2011 (5065 days ago)
Due
Updated 07/24/2011 (5065 days ago)
Assigned
Resolved 07/24/2011 (5065 days ago)
Milestone
Patch Yes

History
07/24/2011 07:03:23 PM math (dot) parent (at) gmail (dot) com Comment #3 Reply to this comment
Sadly yes, in debian PECL and extensions are prefixed by php5-, and 
PEAR packages are prefixed by php-.

07/24/2011 04:58:45 PM Jan Schneider Comment #2
State ⇒ Rejected
Reply to this comment
It's definitely a PECL package, not an extension: 
http://www.php.net/manual/en/memcache.installation.php
Marking this as an extension prohibits automatic installation and 
building from PECL. If the package name in Debian makes it a PHP 
extension, then Debian is wrong. If this happens with *all* PECL 
packages, it's even worse.
07/24/2011 09:58:54 AM math (dot) parent (at) gmail (dot) com Comment #1
Priority ⇒ 2. Medium
New Attachment: 0001-memcache-is-a-PHP-extension-mark-as-such.patch Download
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Change Horde_Memcache package.xml to depends on memcache extension instead of a pear package
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
While trying to convert PEAR packages to native Debian packages, the 
converter failed to properly translate the following snipset to proper 
debian name:
    <package>
     <name>memcache</name>
     <channel>pecl.php.net</channel>
    </package>

It should be translated as php5-memcache because it is an extension 
but translates to php-memcache as a PEAR package.

I don't say that current package.xml is incorrect, but the behavior is 
the same (AFAIK) after the patch and it works for Debian.

See 
http://lists.alioth.debian.org/pipermail/pkg-php-pear/2011-July/000149.html 
and thread for the context

Saved Queries