summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-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