This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libdevel-repl-perl.
commit f5cd0eda9d556d36e48c98d901102f0201555c11 Author: Niko Tyni <[email protected]> Date: Tue Oct 13 22:05:13 2015 +0300 Relax dependencies on libdata-dump-streamer-perl, broken by Perl 5.22 Closes: #801662 --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index e6442dc..4125ae7 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Priority: optional Build-Depends: debhelper (>= 9), Build-Depends-Indep: libapp-nopaste-perl, libb-keywords-perl, - libdata-dump-streamer-perl, libdata-dumper-concise-perl, libfile-homedir-perl, libfile-next-perl, @@ -40,7 +39,6 @@ Depends: ${misc:Depends}, ${perl:Depends}, libapp-nopaste-perl, libb-keywords-perl, - libdata-dump-streamer-perl, libdata-dumper-concise-perl, libfile-homedir-perl, libfile-next-perl, @@ -55,7 +53,8 @@ Depends: ${misc:Depends}, libscope-guard-perl, libsys-sigaction-perl, libtask-weaken-perl -Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl +Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl, + libdata-dump-streamer-perl Description: module for building a modern Perl interactive shell Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in Perl. The shell provides for rapid development or testing of code without the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-repl-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
