File: control

package info (click to toggle)
biber 2.20-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,436 kB
  • sloc: perl: 17,354; sh: 1,084; xml: 896; makefile: 11
file content (128 lines) | stat: -rw-r--r-- 3,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Source: biber
Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org>
Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>,
           Norbert Preining <norbert@preining.info>,
           Hilmar Preusse <hille42@web.de>
Section: tex
Priority: optional
Build-Depends: debhelper-compat (= 13),
		perl (>= 5.30),
		libautovivification-perl,
		libclass-accessor-perl,
		libconfig-autoconf-perl,
		libdata-compare-perl,
		libdata-dump-perl,
		libdata-uniqid-perl,
		libdate-simple-perl,
		libdatetime-perl,
		libdatetime-format-builder-perl,
		libdatetime-calendar-julian-perl,
		libencode-eucjpms-perl,
		libencode-eucjpascii-perl,
		libencode-hanextra-perl,
		libencode-jis2k-perl,
		libextutils-libbuilder-perl,
		libfile-slurper-perl,
		libfile-which-perl,
		libipc-run3-perl,
		libio-string-perl,
		liblingua-translit-perl,
		liblist-allutils-perl,
		liblist-moreutils-perl,
		liblog-log4perl-perl,
		liblwp-protocol-https-perl,
		libmodule-build-perl,
		libparse-recdescent-perl,
		libperlio-utf8-strict-perl,
		libreadonly-perl,
		libregexp-common-perl,
		libtext-bibtex-perl (>= 0.88),
		libtext-csv-perl,
		libtext-csv-xs-perl,
		libunicode-collate-perl (>= 1.29),
		libunicode-linebreak-perl,
		libwww-perl,
		libxml-libxml-simple-perl,
		libxml-libxslt-perl,
		libtest-pod-perl,
		libxml-writer-perl,
		libbusiness-isbn-perl,
		libbusiness-ismn-perl,
		libbusiness-issn-perl,
		liburi-perl,
		libsort-key-perl,
		libtest-pod-coverage-perl,
		libtest-differences-perl,
		libtext-roman-perl,
		tex-common,
		lmodern,
		texlive-fonts-extra,
		texlive-lang-english,
		texlive-latex-base,
		texlive-latex-extra,
		texlive-luatex
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://github.com/debian-tex/biber.git
Vcs-Browser: https://github.com/debian-tex/biber
Homepage: http://biblatex-biber.sourceforge.net/

Package: biber
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
	perl (>= 5.30),
	libautovivification-perl,
	libclass-accessor-perl,
	libdata-compare-perl,
	libdata-dump-perl,
	libdata-uniqid-perl,
	libdate-simple-perl,
	libdatetime-perl,
	libdatetime-format-builder-perl,
	libdatetime-calendar-julian-perl,
	libencode-eucjpms-perl,
	libencode-hanextra-perl,
	libencode-jis2k-perl,
	libfile-slurper-perl,
	libipc-run3-perl,
	liblwp-protocol-https-perl,
	liblingua-translit-perl,
	liblist-allutils-perl,
	liblist-moreutils-perl,
	liblog-log4perl-perl,
	libparse-recdescent-perl,
	libreadonly-perl,
	libregexp-common-perl,
	libsort-key-perl,
	libtext-bibtex-perl (>= 0.88),
	libtext-csv-perl,
	libtext-csv-xs-perl,
	libtext-roman-perl,
	libunicode-collate-perl,
	libwww-perl,
	libxml-libxml-simple-perl,
	libxml-libxslt-perl,
	libxml-writer-perl,
	libbusiness-isbn-perl,
	libbusiness-ismn-perl,
	libbusiness-issn-perl,
	liburi-perl,
	libunicode-linebreak-perl,
	libencode-eucjpascii-perl
Recommends: texlive-bibtex-extra
Breaks: biblatex (<< 2), texlive-bibtex-extra (<< 2024.20240401)
Description: Much-augmented BibTeX replacement for BibLaTeX users
 The biblatex package by Philipp Lehman is becoming the definitive
 citation management tool for LaTeX users. Biblatex has relied on the
 venerable BibTeX program only for sorting and generating a very
 generic .bbl file without any formatting instruction. Everything else
 is taken care of by biblatex, which provides a powerful and flexible
 macro interface for authors of citation styles.
 .
 Biber offers a large superset of BibTeX functionality for BibLaTeX
 users. In addition it offers full UTF-8 (Unicode 6.0) capabilities,
 fully customisable sorting, output to GraphViz to help visualise
 complex crossrefs, support for remote data sources, structural
 validation of the data against the (customisable) data model, and a
 lot more.