This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libterm-twiddle-perl.
commit a426c2192fab37a119f5d94be27d60ba96776be5 Author: gregor herrmann <[email protected]> Date: Mon May 4 17:55:12 2015 +0200 Add libterm-size-perl to Build-Depends-Indep and Recommends. This avoids shelling out to tput which writes warnings to stderr if TERM is unset or unknown. Closes: #784175 --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 48c3f3c..2aaf45b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl +Build-Depends-Indep: perl, + libterm-size-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-twiddle-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-twiddle-perl.git @@ -16,6 +17,7 @@ Package: libterm-twiddle-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} +Recommends: libterm-size-perl Description: Perl module to twiddle a thingy while-u wait Term::Twiddle provides methods to start, stop and configure a terminal-based animation meant to entertain the user while waiting for some long-running -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-twiddle-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
