Package: devscripts Version: 2.10.12 Severity: minor Tags: patch Hello,
grep-excuses requires that libterm-size-perl (which contains Term/Size.pm) is installed to work: > $ grep-excuses > Can't locate Term/Size.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl .) at /usr/bin/grep-excuses line 27. BEGIN > failed--compilation aborted at /usr/bin/grep-excuses line 27. However, devscripts' description only lists wget as dependency for grep-excuses. Please update the description with the attached patch. Thanks, Frank
Index: debian/control
===================================================================
--- debian/control (revision 888)
+++ debian/control (working copy)
@@ -79,7 +79,8 @@
placing them under debian/ or, if present, debian/patches
- dscverify: verify the integrity of a Debian package from the
.changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl]
- - grep-excuses: grep the update_excuses.html file for your packages [wget]
+ - grep-excuses: grep the update_excuses.html file for your packages [wget,
+ libterm-size-perl]
- licensecheck: attempt to determine the license of source files
- list-unreleased: searches for unreleased packages
- manpage-alert: locate binaries without corresponding manpages [man-db]
signature.asc
Description: This is a digitally signed message part.

