[SCM] Debian packaging of libwww-google-auth-clientlogin-perl branch, master, updated. 446addd7f47f360a74eb5bc3f09f4fa7fc0f9b8c

gregor herrmann gregoa at debian.org
Wed Nov 23 18:25:21 UTC 2011


The following commit has been merged in the master branch:
commit 446addd7f47f360a74eb5bc3f09f4fa7fc0f9b8c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 23 19:05:34 2011 +0100

    Swap order of alternative (build) dependencies after the perl 5.14 transition.

diff --git a/debian/control b/debian/control
index 3b477de..9fa2a5d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libhttp-tiny-perl | perl (>= 5.14),
+ perl (>= 5.14) | libhttp-tiny-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -16,7 +16,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-google
 Package: libwww-google-auth-clientlogin-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-tiny-perl | perl (>= 5.14)
+ perl (>= 5.14) | libhttp-tiny-perl
 Description: Perl module to interact with Google's ClientLogin protocol
  Google's ClientLogin is a programmatic method for getting authorized access
  to information exchanged with Google services and protected by an user

-- 
Debian packaging of libwww-google-auth-clientlogin-perl



More information about the Pkg-perl-cvs-commits mailing list