summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-08-14 18:37:56 +0200
committergregor herrmann <gregoa@debian.org>2022-08-14 18:37:56 +0200
commit4086b9b4038e484278463d099436847a27e5c639 (patch)
treeb98ef019e84ed02c72d4f180d0fa9eb790e1a713
parentdf142bac2d2fde3762bffe1c5ea995c03415ddc4 (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 3a76036..05eff82 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
+ libdbus-glib-1-dev,
libglib-perl <!nocheck>,
libnet-dbus-perl <!nocheck>,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
perl-xs-dev,
perl:native,
- pkg-config,
- libdbus-glib-1-dev
+ pkg-config
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-dbus-glib-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-dbus-glib-perl.git
@@ -22,8 +22,8 @@ Rules-Requires-Root: no
Package: libnet-dbus-glib-perl
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends},
${perl:Depends},
+ ${shlibs:Depends},
libglib-perl,
libnet-dbus-perl
Description: extension for the DBus GLib bindings