summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 13 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 49db680..724fd6f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,26 @@ Uploaders: David Bremner <bremner@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper-compat (= 12),
- perl,
+Build-Depends: debhelper-compat (= 13),
libcapture-tiny-perl <!nocheck>,
libconfig-autoconf-perl <!nocheck>,
libextutils-libbuilder-perl <!nocheck>,
libmodule-build-perl,
- libscalar-list-utils-perl (>= 1:1.42) <!nocheck>
-Standards-Version: 4.4.0
+ 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
Homepage: https://metacpan.org/release/Text-BibTeX
+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 (>= 1:1.42)
+ 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
files using perl.
@@ -38,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
@@ -53,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