summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 3b8fc8f..54f6097 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: perl-xs-dev,
- perl:native,
- debhelper-compat (= 13),
- libextutils-depends-perl
+Build-Depends: debhelper-compat (= 13),
+ libextutils-depends-perl,
+ perl-xs-dev,
+ perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-ppaddr-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-ppaddr-perl.git
@@ -16,9 +16,9 @@ Rules-Requires-Root: no
Package: libb-hooks-op-ppaddr-perl
Architecture: any
-Depends: ${perl:Depends},
- ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
Description: C API to hook into Perl opcode execution
B::Hooks::OP::PPAddr provides a C API for XS modules to hook into the
execution of Perl opcodes.