This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libwww-shorten-perl.
commit 543e5b22febbc06b1966f25912d5ae7141890c55 Author: gregor herrmann <[email protected]> Date: Sat May 10 17:05:25 2014 +0200 Switch order of alternative Module::Build build-dep. --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d4439cb..7d6e1bb 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: gregor herrmann <[email protected]> Section: perl Priority: optional Build-Depends: debhelper (>= 8), - libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1) + perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: perl, libwww-perl Standards-Version: 3.9.4 @@ -23,4 +23,3 @@ Description: interface to URL shortening sites WWW::Shorten contains a variety of modules to interface with many URL shortening sites. Each site maintains a database of long URLs, each of which has a unique identifier. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-shorten-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
