From 5f78abc3abe22f3937e343c48ed059e7f3a09344 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sat, 30 Jul 2022 16:36:17 +0200 Subject: (Re-)sort dependencies Gbp-Dch: ignore --- debian/control | 14 +++++++------- 1 file 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 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. -- cgit v1.2.3