summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-02-04 19:30:07 +0100
committergregor herrmann <gregoa@debian.org>2023-02-04 19:30:07 +0100
commitece55534c73050d7c9d3cabb6dcf46ff6b8974a3 (patch)
tree5534622cb968151d4ec4ffbe78c798e2cb74d9c6
parent669ecb0b31349787849228e36a6de340ba3b88e4 (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 8dbf5db..e5b62d5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Rules-Requires-Root: no
Package: libtest-checkmanifest-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: module to check if your manifest matches your distribution
Test::CheckManifest is a Perl test module that checks whether the package
manifest matches your distribution. The package manifest must name all files