Partially addresses #717340.
---
 bin/dh_phppear | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/dh_phppear b/bin/dh_phppear
index 7a3c7b5..a8d3665 100755
--- a/bin/dh_phppear
+++ b/bin/dh_phppear
@@ -119,6 +119,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                $summary =~ s/\.$//;
                addsubstvar($package, "phppear:summary", $summary);
                my $description = 
_shell_exec('/usr/share/pkg-php-tools/scripts/phppkginfo -d description .');
+               $description =~ s/\t//g;
                local($Text::Wrap::separator) = '${Newline}';
                # Wrap and replace empty lines with a dot
                $description = join('${Newline}.${Newline}', 
split('${Newline}${Newline}', wrap("", "", $description)));
-- 
1.8.4.4


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to