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