summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 8b92adb..f1625a6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,21 @@
Source: libregexp-trie-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libregexp-trie-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libregexp-trie-perl.git
Homepage: https://metacpan.org/release/Regexp-Trie
-Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libregexp-trie-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Perl module for building a trie-ized regular expression
Regexp::Trie is a faster but simpler version of Regexp::Assemble or
Regexp::Optimizer. It builds a regular expression that matches multiple