summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-04-14 20:19:39 +0200
committergregor herrmann <gregoa@debian.org>2023-04-14 20:19:39 +0200
commit2caecb69dc080e320b24115b0e79640826600f1e (patch)
tree1eae9963814249dc57c082350f1b8051b744aeca
parentc1950c17adab6320950b6017a294233e0cae8bff (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 447cc2e..889f12a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Rules-Requires-Root: no
Package: libapp-control-perl
Architecture: all
Multi-Arch: foreign
-Depends: ${perl:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Perl module for apachectl style control of another executable
App::Control is a simple module to replicate the kind of functionality you get
with apachectl to control Apache, but for any script or executable. There is a