summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-08-15 15:12:02 +0200
committergregor herrmann <gregoa@debian.org>2022-08-15 15:12:02 +0200
commit5f44264397e9826ac330d5a50ca928edfd24a010 (patch)
treed0842aa76f8b0aea3b4950930133cc61962067a8
parent6ff85d089dcbf108f68f0f2efbcd5a0b83002f0a (diff)
(Re-)sort dependencies
Gbp-Dch: ignore
-rw-r--r--debian/control18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 07ef77f..724fd6f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
- perl-xs-dev,
- perl:native,
libcapture-tiny-perl <!nocheck>,
libconfig-autoconf-perl <!nocheck>,
libextutils-libbuilder-perl <!nocheck>,
libmodule-build-perl,
- libscalar-list-utils-perl <!nocheck>
+ libscalar-list-utils-perl <!nocheck>,
+ perl-xs-dev,
+ perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-bibtex-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-bibtex-perl.git
@@ -21,9 +21,9 @@ Rules-Requires-Root: no
Package: libtext-bibtex-perl
Architecture: any
-Depends: ${perl:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
${shlibs:Depends},
- ${misc:Depends},
libscalar-list-utils-perl
Description: Perl extension to read and parse BibTeX files
The Text::BibTeX module provides functions to read, parse and write bibTeX
@@ -40,8 +40,8 @@ Description: Perl extension to read and parse BibTeX files
Package: libbtparse-dev
Architecture: any
Section: libdevel
-Depends: libbtparse2 (= ${binary:Version}),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libbtparse2 (= ${binary:Version})
Description: C library to parse BibTeX files - development files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
@@ -55,8 +55,8 @@ Description: C library to parse BibTeX files - development files
Package: libbtparse2
Architecture: any
Section: libs
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: C library to parse BibTeX files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser