summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-12-06 16:46:19 +0100
committergregor herrmann <gregoa@debian.org>2020-12-06 16:46:19 +0100
commit0e529f7dc5b5e305fad8f42c6612f547045be9f3 (patch)
treedbfc0a5a6104983e98b6a98bc3a20258a94e715c
parent80efa9ad7f92ffa62fa60d7e0aa6e1587c488826 (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index d58a9e5..a0a49fa 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libio-socket-ssl-perl <!nocheck>,
libmojolicious-perl <!nocheck>,
- libio-socket-ssl-perl <!nocheck>
+ perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-oauth2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-oauth2-perl.git
@@ -18,8 +18,8 @@ Package: libmojolicious-plugin-oauth2-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libmojolicious-perl,
- libio-socket-ssl-perl
+ libio-socket-ssl-perl,
+ libmojolicious-perl
Description: Auth against OAuth2 APIs
Mojolicious::Plugin::OAuth2 allows you to easily authenticate against a
OAuth2 provider. It includes configurations for a few popular providers,