-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" >> 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" | ||
|