summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-06 16:18:53 +0100
committergregor herrmann <gregoa@debian.org>2024-03-06 16:18:53 +0100
commit6723f64fabe161d38454f4fafb295195762a442b (patch)
tree1002665cddd2288610c26047f5ffe2f31dc29e26
parent1c8db56ff8e1a3e9a0023bfa2702b96d3bcc832e (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 3c25ce3..e95fa50 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-install-perl
-Build-Depends-Indep: perl,
- libhttp-server-simple-perl <!nocheck>,
+Build-Depends-Indep: libhttp-server-simple-perl <!nocheck>,
libio-tee-perl <!nocheck>,
libtest-http-server-simple-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
- netbase <!nocheck>
+ netbase <!nocheck>,
+ perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-recorder-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-recorder-perl.git
@@ -20,8 +20,8 @@ Rules-Requires-Root: no
Package: libhttp-server-simple-recorder-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
libhttp-server-simple-perl,
libio-tee-perl,
libtest-http-server-simple-perl