diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-08 11:16:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-10 18:17:41 +0200 |
commit | 238c5410be448ed8636cd68b09b5951b6b7cec30 (patch) | |
tree | 0901c4577e4f86ba84336ea9fd7afca8f39da0ac | |
parent | 3d7fd95d969f8db52227520e14c3c4b74e2ac2fa (diff) | |
download | Ishtar-238c5410be448ed8636cd68b09b5951b6b7cec30.tar.bz2 Ishtar-238c5410be448ed8636cd68b09b5951b6b7cec30.zip |
🚀 Debian package: ishtar-libreoffice - add new dependency
-rw-r--r-- | debian.libreoffice/changelog | 6 | ||||
-rw-r--r-- | debian.libreoffice/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian.libreoffice/changelog b/debian.libreoffice/changelog index caad01685..76a71109f 100644 --- a/debian.libreoffice/changelog +++ b/debian.libreoffice/changelog @@ -1,3 +1,9 @@ +ishtar-libreoffice (4.1.37-1) UNRELEASED; urgency=low + + * add unoconv dependency + + -- Étienne Loks <etienne.loks@iggdrasil.net> Tue, 8 oct 2024 11:30:00 +0200 + ishtar-libreoffice (4.0.3-1) UNRELEASED; urgency=low * fix bug on debian nogui package: add ui components diff --git a/debian.libreoffice/control b/debian.libreoffice/control index 511598ea9..c218f99b7 100644 --- a/debian.libreoffice/control +++ b/debian.libreoffice/control @@ -16,6 +16,7 @@ Depends: ${misc:Depends}, libreoffice-nogui, libreoffice-script-provider-python, systemd, + unoconv, python3-uno Description: Libreoffice service for Ishtar Libreoffice service for Ishtar. |