From 1bf7b724a1265bf175e380c496760ca1440d0ced Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 3 Feb 2024 11:59:23 +0100 Subject: [PATCH] Issue #157: debian .deb release --- make-package.sh.in | 1 - 1 file changed, 1 deletion(-) diff --git a/make-package.sh.in b/make-package.sh.in index db89073..e250d61 100644 --- a/make-package.sh.in +++ b/make-package.sh.in @@ -9,7 +9,6 @@ echo "Version: ${PDF4QT_VERSION}" >>$file echo "Section: base" >>$file echo "Priority: optional" >>$file echo "Architecture: amd64" >>$file -echo "Depends: libqt6gui6, libqt6xml6, libqt6svg6, libqt6openglwidgets6, libtbb12, libqt6printsupport6, libqt6texttospeech6, qt6-speech-speechd-plugin, qt6-speech-flite-plugin">>$file echo "Maintainer: Jakub Melka" >>$file echo "Description: Unleash the power of PDF4QT: Your go-to open source PDF editor powered by the Qt framework. With a robust C++ library, intuitive PDF viewing/editing applications, and a handy command-line tool, PDF4QT streamlines your PDF interactions. Try it today." >>$file echo "Homepage: https://jakubmelka.github.io/" >>$file