Skip to content

Commit

Permalink
fix deb depends libfuse2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Oct 10, 2024
1 parent e12c071 commit d85dc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distrib/make_appimagedeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jean-michael.muller@ign.fr>" >> 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
Expand Down
2 changes: 1 addition & 1 deletion src/compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d85dc42

Please sign in to comment.