summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-10-24 18:54:57 +0200
committergregor herrmann <gregoa@debian.org>2020-10-24 18:54:57 +0200
commitde92802b05b5d52b687b59ae2f50074853554ae8 (patch)
treed9706418a7b176674a1263185f710e7ef27755e3
parent8888411a1499f9039d6820e218d3a658957ff3a2 (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 31c5c1e..a9b64f1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
-Build-Depends-Indep: perl,
- libclass-inspector-perl <!nocheck>,
- libfile-sharedir-install-perl (>= 0.13)
+Build-Depends-Indep: libclass-inspector-perl <!nocheck>,
+ libfile-sharedir-install-perl (>= 0.13),
+ perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-sharedir-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-sharedir-perl.git
@@ -16,8 +16,8 @@ Rules-Requires-Root: no
Package: libfile-sharedir-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
libclass-inspector-perl
Description: module to locate non-code files during run-time
The intent of File::ShareDir is to provide a companion to Class::Inspector and