diff options
author | Félix Sipma <felix+debian@gueux.org> | 2017-11-06 11:36:35 +0100 |
---|---|---|
committer | Félix Sipma <felix+debian@gueux.org> | 2017-11-06 11:37:09 +0100 |
commit | 4ff04131b190a22e197d84d31be34e2b0816f524 (patch) | |
tree | 8335f95bfd1ab454ff831b22391094e6056763bf | |
parent | 4886bef24709131e20a7fc252e2e340aa5bfaafd (diff) |
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 97fd4e5..0812778 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,9 @@ libreoffice-zotero-integration (5.0.6-1) UNRELEASED; urgency=medium (libreoffice extensions are installed in /usr/lib/libreoffice/share/extensions) * New upstream version 5.0.6 + * depend on zotero-standalone >= 5.0.23-1 - -- Félix Sipma <felix+debian@gueux.org> Mon, 06 Nov 2017 10:39:22 +0100 + -- Félix Sipma <felix+debian@gueux.org> Mon, 06 Nov 2017 11:36:53 +0100 zotero-standalone-build (4.0.29.16+dfsg-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 14917d5..0f26b3f 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libreoffice-zote Package: libreoffice-zotero-integration Architecture: all -Depends: zotero-standalone, ${misc:Depends}, ${java:Depends} +Depends: zotero-standalone (>= 5.0.23-1), ${misc:Depends}, ${java:Depends} Recommends: libreoffice-writer Replaces: zotero-libreoffice-integration (<< 4.0.6-1) Breaks: zotero-libreoffice-integration (<< 4.0.6-1) |