From 671a5f9d19e59292410ccb8e2890b1110afa7696 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Tue, 9 Aug 2022 14:45:26 +0200 Subject: [PATCH] Addressed issue #1047 Signed-off-by: TheJackiMonster --- package/create_deb.sh | 5 +++-- package/create_deb/control | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/create_deb.sh b/package/create_deb.sh index 444aea4..53904b8 100755 --- a/package/create_deb.sh +++ b/package/create_deb.sh @@ -30,7 +30,7 @@ echo " [✓]" # wget https://github.com/olivierkes/manuskript/archive/$AppVersion.tar.gz # tar -xvf $AppVersion.tar.gz # rm $AppVersion.tar.gz -# mv manuskript-0.5.0 manuskript +# mv manuskript-0.14.0 manuskript # popd # Using the current direction as source @@ -55,8 +55,9 @@ echo " [✓]" echo "Your root password might now be asked to finish setting permissions:" sudo chown root:root -R "$Dest" +# Use xz compression to make sure Debian can handle it! echo "Creating the package…" -dpkg -b "$Dest" +dpkg -b -Zxz "$Dest" echo -n "Removing build folder" sudo rm -r "$Dest" diff --git a/package/create_deb/control b/package/create_deb/control index a8e3296..8e1853d 100644 --- a/package/create_deb/control +++ b/package/create_deb/control @@ -1,6 +1,6 @@ Package: manuskript Version: {PkgVersion} -Maintainer: Curtis Gedak +Maintainer: Tobias Frisch Description: Manuskript open source tool for writers. Manuskript is an open source tool for writers. It provides a rich environment to help writers create @@ -13,7 +13,7 @@ Architecture: all Origin: Ubuntu 14.04 Bugs: https://github.com/olivierkes/manuskript/issues Homepage: http://www.theologeek.ch/manuskript/ -Source: https://github.com/olivierkes/manuskript/archive/0.5.0.tar.gz +Source: https://github.com/olivierkes/manuskript/archive/0.14.0.tar.gz Depends: python3, python3-pyqt5, python3-pyqt5.qtwebkit, libqt5svg5, python3-lxml, zlib1g, python3-enchant, python3-markdown, pandoc Suggests: texlive-latex-recommended