summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-08-12 17:45:07 +0200
committergregor herrmann <gregoa@debian.org>2022-08-12 17:45:07 +0200
commit261e155223c7d5011c54ca71721fda546f2d847f (patch)
tree60a671159100ceafb6bd7530420dc754280a9fea
parentb03d11c18d9fe2cb3ec265828d968f495477ae10 (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 4e248cb..29b9033 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: perl,
- libexporter-tidy-perl <!nocheck>
+Build-Depends-Indep: libexporter-tidy-perl <!nocheck>,
+ perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libproc-fork-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libproc-fork-perl.git
@@ -17,8 +17,8 @@ Rules-Requires-Root: no
Package: libproc-fork-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
libexporter-tidy-perl
Description: Perl interface to the fork() system call
Proc::Fork provides an intuitive, Perl-ish way to write forking