[pkg-php-pear] php-date

Prach Pongpanich prachpub at gmail.com
Sun Dec 22 05:05:43 UTC 2013


Hi David,

On Sat, Dec 21, 2013 at 9:44 PM, David Prévot <david at tilapin.org> wrote:
>
> Hi Prach,
>
> Le 21/12/2013 04:21, Prach Pongpanich a écrit :
>> On Sat, Dec 21, 2013 at 6:37 AM, David Prévot <david at tilapin.org> wrote:
>
>>> Why not use ${phppear:description}?
>
>> Done, I not use it because #717340.
>
> I didn’t notice any tab or list in php-date’s package.xml description,
> can you please explain what is the problem here?
>

In package.xml description contains double-space in line 8.

In debian/control file was generated by pkg-php-tools (dh_phppear).

$ lintian php-date_1.4.7-2_i386.changes :
E: php-date: description-contains-tabs

This problem can be solve by update your patch (#717340) with :
+    $description =~ s/\t//g;
+    $description =~ s/\s+/ /g;

Regards,
 Prach



More information about the pkg-php-pear mailing list