Merge tag 'upstream/2.9_beta1+ds' into experimental
[debian/jabref.git] / debian / control
1 Source: jabref
2 Section: tex
3 Priority: optional
4 Maintainer: gregor herrmann <gregoa@debian.org>
5 Uploaders: tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper (>= 8)
7 Build-Depends-Indep: ant,
8  antlr,
9  antlr3 (>= 3.2),
10  default-jdk,
11  imagemagick,
12  libcommons-logging-java,
13  libglazedlists-java,
14  libjempbox-java (>= 1:1.5.0),
15  libjgoodies-forms-java,
16  libjgoodies-looks-java (>= 2.4.0),
17  libjpf-java,
18  libjpfcodegen-java,
19  liblog4j1.2-java,
20  libmicroba-java,
21  libmysql-java,
22  libpdfbox-java (>= 1:1.5.0),
23  libspin-java,
24  velocity (>= 1.5)
25 Standards-Version: 3.9.2
26 Homepage: http://jabref.sourceforge.net/
27 Vcs-Git: git://git.toastfreeware.priv.at/debian/jabref.git
28 Vcs-Browser: http://git.toastfreeware.priv.at/debian/jabref.git/
29
30 Package: jabref
31 Architecture: all
32 Depends: ${misc:Depends},
33  antlr,
34  antlr3 (>= 3.2),
35  java-wrappers,
36  libcommons-logging-java,
37  libglazedlists-java,
38  libjempbox-java (>= 1:1.5.0),
39  libjgoodies-common-java,
40  libjgoodies-forms-java,
41  libjgoodies-looks-java (>= 2.4.0),
42  libjpf-java,
43  libjpfcodegen-java,
44  libmicroba-java,
45  libmysql-java,
46  libpdfbox-java (>= 1:1.5.0),
47  libspin-java,
48  openjdk-6-jre | sun-java6-jre,
49  velocity (>=1.5)
50 Recommends: xdg-utils
51 Suggests: gv | postscript-viewer,
52  jabref-plugin-oo,
53  xpdf-reader | pdf-viewer
54 Description: graphical frontend to manage BibTeX databases
55  JabRef is a graphical Java application for editing BibTeX (.bib) databases.
56  JabRef lets you organize your entries into overlapping logical groups, and
57  with a single click limit your view to a single group or an intersection or
58  union of several groups. You can customize the entry information shown in the
59  main window, and sort by any of the standard BibTeX fields. JabRef can
60  autogenerate BibTeX keys for your entries. JabRef also lets you easily link
61  to PDF or web sources for your reference entries.
62  .
63  JabRef can import from and export to several formats, and you can customize
64  export filters. JabRef can be run as a command line application to convert
65  from any import format to any export format.