summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-12-26 18:34:32 +0000
committerColin Watson <cjwatson@debian.org>2021-12-26 18:34:32 +0000
commit2554ff0c033b7641c6f2c2d4e85637f08a549efa (patch)
tree9724cbaa59abb2712c1af5c598c793161b1b700a
parentc301594a250227d0174b2dfbe7a078b66d5f5bc4 (diff)
Apply wrap-and-sort -at
-rw-r--r--debian/control7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 26a91b0..0063828 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
libtest-compile-perl,
libtest-pod-perl,
libuniversal-require-perl,
- liburi-perl
+ liburi-perl,
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Getargs-Long/
Vcs-Git: https://salsa.debian.org/debian/libgetargs-long-perl.git
@@ -18,7 +18,10 @@ Rules-Requires-Root: no
Package: libgetargs-long-perl
Architecture: all
-Depends: liblog-agent-perl, perl, ${misc:Depends}, ${perl:Depends}
+Depends: liblog-agent-perl,
+ perl,
+ ${misc:Depends},
+ ${perl:Depends},
Description: Perl module to parse long function arguments
The Getargs::Long module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy