This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libapache-logformat-compiler-perl.
commit dea922d7e8415f14f12e563e8998ddd4cf9cc693 Author: gregor herrmann <[email protected]> Date: Sat Oct 1 17:36:28 2016 +0200 Drop unnecessary version constraints from build dependencies. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 136a2f4..451d989 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9), - libmodule-build-perl (>= 0.380000), + libmodule-build-perl, perl Build-Depends-Indep: libhttp-message-perl, libposix-strftime-compiler-perl, libtest-mocktime-perl, libtest-requires-perl, libtry-tiny-perl (>= 0.12), - liburi-perl (>= 1.60), + liburi-perl, tzdata Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-logformat-compiler-perl.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-logformat-compiler-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
