Package: euler / 1.61.0-8.1

Metadata

Package Version Patches format
euler 1.61.0-8.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_use_sensible browser.patch | (download)

src/rc.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use sensible-browser as default browser.
002_fix_documentation_URI.patch | (download)

src/main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 updates documentation uri for euler-doc package.

Bug: #286272

201_replace_CLK_TCK_macro.patch | (download)

src/main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 changes macro clk_tck to clocks_per_sec. the former is an
 obsolete name for the latter and it was removed in glibc 2.4. See:
 http://www.gnu.org/software/libc/manual/html_node/CPU-Time.html

Bug: #420608

202_fix_command_count_declaration.patch | (download)

src/command.c | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 fixes ftbfs on amd64 with gcc 4.0.

Bug: #285813