File: control

package info (click to toggle)
biber 1.9-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 12,812 kB
  • ctags: 1,297
  • sloc: xml: 93,570; perl: 12,281; makefile: 11
file content (93 lines) | stat: -rw-r--r-- 3,539 bytes parent folder | download | duplicates (2)
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
Source: biber
Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>, Norbert Preining <preining@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl (>= 5.16),
	       libautovivification-perl,
               libconfig-autoconf-perl (>= 0.15),
               libdata-compare-perl,
               libdata-dump-perl,
               libdate-simple-perl,
	       libencode-eucjpms-perl,
	       libencode-hanextra-perl,
	       libencode-jis2k-perl,
               libextutils-libbuilder-perl (>= 0.02),
               libfile-slurp-unicode-perl,
               libfile-which-perl,
               libipc-run3-perl,
               liblist-allutils-perl,
               liblist-moreutils-perl,
               liblog-log4perl-perl,
               liblwp-protocol-https-perl,
               libreadonly-perl,
               libregexp-common-perl,
               libtext-bibtex-perl (>= 0.69),
               perl (>= 5.16) | libunicode-collate-perl (>= 1.04),
	       libunicode-linebreak-perl,
               libwww-perl,
               libxml-libxml-simple-perl,
               libxml-libxslt-perl,
               libtest-pod-perl (>= 1.22),
	       libxml-writer-perl,
               libbusiness-isbn-perl,
               libbusiness-ismn-perl,
               libbusiness-issn-perl,
               liburi-perl,
	       libtest-pod-coverage-perl (>= 1.08),
	       tex-common
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/debian-tex/biber.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/biber.git
Homepage: http://biblatex-biber.sourceforge.net/

Package: biber
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
	 perl (>= 5.16),
	 libautovivification-perl,
         libdata-compare-perl,
         libdata-dump-perl,
         libdate-simple-perl,
	 libencode-eucjpms-perl,
	 libencode-hanextra-perl,
	 libencode-jis2k-perl,
         libfile-slurp-unicode-perl,
         libipc-run3-perl,
         liblwp-protocol-https-perl,
         liblist-allutils-perl,
         liblist-moreutils-perl,
         liblog-log4perl-perl,
         libreadonly-perl,
         libregexp-common-perl,
         libtext-bibtex-perl (>= 0.69),
         perl (>= 5.16) | libunicode-collate-perl (>= 1.04),
	 libunicode-linebreak-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
Recommends: texlive-bibtex-extra
Breaks: biblatex (<< 2), texlive-bibtex-extra (<< 2014)
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.