This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libio-async-perl.
commit 884aee712a653e25d4c04b38555b8d5a13211e49 Author: gregor herrmann <[email protected]> Date: Tue Nov 10 19:23:35 2015 +0100 Make (build) dependency on libfuture-perl versioned. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 50f53c6..2882419 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl, perl -Build-Depends-Indep: libfuture-perl, +Build-Depends-Indep: libfuture-perl (>= 0.33), libstruct-dumb-perl, libtest-fatal-perl, libtest-identity-perl, @@ -27,7 +27,7 @@ Package: libio-async-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libfuture-perl, + libfuture-perl (>= 0.33), libstruct-dumb-perl, perl (>= 5.17.8) | libsocket-perl (>= 2.007) Recommends: libasync-mergepoint-perl, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-async-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
