[php-maint] Bug #596188: please unblock php-mail-mime 1.8.0-2

Adam D. Barratt adam at adam-barratt.org.uk
Fri Sep 10 05:21:48 UTC 2010


On Fri, 2010-09-10 at 12:28 +0800, Thomas Goirand wrote:
> Adam D. Barratt wrote:
> > On Fri, 2010-09-10 at 01:22 +0800, Thomas Goirand wrote:
> >> * Removed some unwanted /usr/share/php/{docs,tests} files that shouldn't
> >> be in there (they are already in /usr/share/doc/php-mail-mime anyway).
> > 
> > You mean {doc,test}.
> 
> No, I really meant what I wrote. The new version of php-pear, when
> calling "pear install", which I believe is used most of the time, uses
> {docs,tests} and not {doc,test} like before. This is what took me by
> surprise: in Lenny, no problem, it goes to {doc,test}, but in
> Squeeze/SID, it goes to {docs,tests}. At least this is what happened for
> me with php-mail-mime.

No idea about what pear does, I just did:

$ debdiff -w php-mail-mime_1.8.0-{1,2}.dsc
[...]
 	rm -rf debian/$(package)/usr/share/php/docs;  
+	rm -rf debian/$(package)/usr/share/php/doc;
 	rm -rf debian/$(package)/usr/share/php/tests; 
+	rm -rf debian/$(package)/usr/share/php/test;

Regards,

Adam



More information about the pkg-php-maint mailing list