summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-06 16:03:48 +0100
committergregor herrmann <gregoa@debian.org>2024-03-06 16:03:48 +0100
commitfaad54cbc83560549ccdf5914529699bc16d4f1f (patch)
treeaa478604844cfa358db989f2fd57a8cf3dfacba8
parentbc576f8c1c0a3d40128f7fc1498373a765ee103c (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 4269994..46d9c96 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl
-Build-Depends-Indep: perl,
- xvfb <!nocheck>,
+Build-Depends-Indep: gnuplot <!nocheck>,
+ perl,
xauth <!nocheck>,
xfonts-base <!nocheck>,
- gnuplot <!nocheck>
+ xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraphics-gnuplotif-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraphics-gnuplotif-perl.git
@@ -19,8 +19,8 @@ Rules-Requires-Root: no
Package: libgraphics-gnuplotif-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
gnuplot
Description: dynamic Perl interface to gnuplot
Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to