diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-02-13 12:52:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | b26dba18744addded57eb72ebd6d73c9683072eb (patch) | |
tree | 831aff10b3832f5a58e57ecb731da9cf1111f3e7 /debian.libreoffice/control | |
parent | 7867dddac0d003f127839cf20d351982069e9c3a (diff) | |
download | Ishtar-b26dba18744addded57eb72ebd6d73c9683072eb.tar.bz2 Ishtar-b26dba18744addded57eb72ebd6d73c9683072eb.zip |
Debian: tasks, libreoffice package do not depends on strict equality of ishtar version
Diffstat (limited to 'debian.libreoffice/control')
-rw-r--r-- | debian.libreoffice/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian.libreoffice/control b/debian.libreoffice/control index 7c4dfe7c4..7b6186aab 100644 --- a/debian.libreoffice/control +++ b/debian.libreoffice/control @@ -12,7 +12,7 @@ Homepage: https://ishtar-archeo.net/ Package: ishtar-libreoffice Architecture: all Depends: ${misc:Depends}, - python3-django-ishtar (= ${source:Version}), + python3-django-ishtar (>= ${source:Version}), libreoffice, libreoffice-script-provider-python, systemd, |