From d85dc42a6f459b3a37309ede4c632e8110510d61 Mon Sep 17 00:00:00 2001 From: jmmuller Date: Thu, 10 Oct 2024 14:46:52 +0200 Subject: [PATCH] fix deb depends libfuse2 --- distrib/make_appimagedeb.sh | 2 +- src/compile.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/make_appimagedeb.sh b/distrib/make_appimagedeb.sh index 28591640..0c7c92bf 100755 --- a/distrib/make_appimagedeb.sh +++ b/distrib/make_appimagedeb.sh @@ -33,7 +33,7 @@ echo $version >> distrib/comp3d5v$version/DEBIAN/control echo "Section: base" >> distrib/comp3d5v$version/DEBIAN/control echo "Priority: optional" >> distrib/comp3d5v$version/DEBIAN/control echo "Architecture: all" >> distrib/comp3d5v$version/DEBIAN/control -echo "Depends: " >> distrib/comp3d5v$version/DEBIAN/control +echo "Depends: libfuse2" >> distrib/comp3d5v$version/DEBIAN/control echo "Maintainer: JM Muller " >> distrib/comp3d5v$version/DEBIAN/control echo "Description: Micro-geodesic compensation software" >> distrib/comp3d5v$version/DEBIAN/control echo "Homepage: http://www.ign.fr" >> distrib/comp3d5v$version/DEBIAN/control diff --git a/src/compile.h b/src/compile.h index 3654c260..70c7015e 100644 --- a/src/compile.h +++ b/src/compile.h @@ -42,7 +42,7 @@ //---------------------------------- Settings ------------------------------------ -#define COMP3D_VERSION "COMP3D v5.23" "-PROJ " PROJ_VERSION "-" COMPILED_FOR +#define COMP3D_VERSION "COMP3D v5.24dev" "-PROJ " PROJ_VERSION "-" COMPILED_FOR #define COMP3D_COPYRIGHT "Copyright 1992-2024 IGN France www.ign.fr" #define COMP3D_LICENSE "Provided with absolutely no warranty, under GPLv3 license" #define COMP3D_CONTACT "comp3d@ign.fr"