File: upstream-fix-NEWS-ASCII.patch

package info (click to toggle)
4ti2 1.6.13%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,356 kB
  • sloc: cpp: 21,034; ansic: 3,841; makefile: 907; sh: 241; sed: 16
file content (28 lines) | stat: -rw-r--r-- 915 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: upstream fix: no-ASCII NEWS
 Introduce a typo by using ASCII characters to write Groebner:
 this change allows (strict) LaTeX to include NEWS.
Origin: debian
Forwarded: yes, by email to the `4ti2 Team'
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2018-09-15

--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@
  * Updates to test suite and build.
 
  * Fix _4ti2_rays_create_state, _4ti2_circuits_create_state.
-   Reported by Alfredo Snchez-R. Navarro.
+   Reported by Alfredo Sanchez-R. Navarro.
 
  * Merge Debian patch for PATH_MAX on Hurd.
    Patch from Jerome Benoit.
@@ -164,7 +164,7 @@
 
  * 'groebner' and 'markov' allow truncation.
 
- * There is a new function 'walk' performing a Grbner walk.
+ * There is a new function 'walk' performing a Groebner walk.
 
  * There are new functions 'qsolve' and 'zsolve' for solving linear
    systems over the reals or the integers, respectively.