Pino Toscano [Thu, 20 Mar 2025 06:26:06 +0000 (07:26 +0100)]
cantor (4:24.12.3-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.7.2, no changes required.
* Remove 11 obsolete maintscript entries in 10 files.
* CI: update/simplify configuration.
* Drop breaks/replaces for existing packages with versions older than what is
in Debian Bullseye.
In this shell script, '$1' refers to the Sage binary that is to
be used. The script is needlessly complex to accommodate for old
versions of Sage, and perhaps the author is unaware of Sage's
new command-line arguments.
Debian's `sage --root` is an empty string, so Cantor fails to
start it. This patch is more succinct by starting the Sage shell
which sets all variables appropriately, then starting
'sage-ipython' as desired. This way, as opposed to having
'#!/usr/bin/sage --sh' as the shebang, still permits usage of
local Sage copies.
In this shell script, '$1' refers to the Sage binary that is to
be used. The script is needlessly complex to accommodate for old
versions of Sage, and perhaps the author is unaware of Sage's
new command-line arguments.
Debian's `sage --root` is an empty string, so Cantor fails to
start it. This patch is more succinct by starting the Sage shell
which sets all variables appropriately, then starting
'sage-ipython' as desired. This way, as opposed to having
'#!/usr/bin/sage --sh' as the shebang, still permits usage of
local Sage copies.