diff options
author | Félix Sipma <felix+debian@gueux.org> | 2017-11-06 09:54:20 +0100 |
---|---|---|
committer | Félix Sipma <felix+debian@gueux.org> | 2017-11-06 09:54:20 +0100 |
commit | 74f161976a17c555a3e1b867fa5a54fd37db10a9 (patch) | |
tree | 321a3513e7249309178e7b6d71ef220cf6537f12 | |
parent | 17f025beaf1b0775c48db106ea95114e50de26c9 (diff) |
add initial debian control file
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..14917d5 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: libreoffice-zotero-integration +Section: science +Priority: optional +Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org> +Uploaders: Félix Sipma <felix+debian@gueux.org> +Build-Depends: debhelper (>= 10), zip, unzip, + javahelper, default-jdk, rsync, + ure, libreoffice-java-common, libjna-java, + libjackson2-core-java, libjackson2-annotations-java, + libjackson2-databind-java +Standards-Version: 4.1.1 +Homepage: https://www.zotero.org/ +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libreoffice-zotero-integration.git +Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libreoffice-zotero-integration.git + +Package: libreoffice-zotero-integration +Architecture: all +Depends: zotero-standalone, ${misc:Depends}, ${java:Depends} +Recommends: libreoffice-writer +Replaces: zotero-libreoffice-integration (<< 4.0.6-1) +Breaks: zotero-libreoffice-integration (<< 4.0.6-1) +Description: LibreOffice plugin to organize and share your research sources + Zotero is helps you collect, manage, and cite your research sources. + It can automatically gather bibliographic information about resources + available in hundreds of databases, library catalogs and the web. + . + Zotero also allows you to store your libraries online, so that they can be + accessed from any computer. Your online collections can also be shared with + other Zotero users, letting you collaboratively create bibliographies and + research notes. + . + This package contains the plugin to integrate Zotero in LibreOffice Writer. |