Codebase list asymptote / 1c0bd47
Lintian clean (local charset) + overrides. Hilmar Preusse 3 years ago
5 changed file(s) with 84 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 asymptote binary: spelling-error-in-binary usr/bin/asy matchin matching
0 asymptote (2.69+ds-2) UNRELEASED; urgency=medium
1
2 * Lintian clean (local charset) + overrides.
3
4 -- Hilmar Preusse <hille42@web.de> Wed, 24 Feb 2021 21:02:17 +0100
5
06 asymptote (2.69+ds-1) unstable; urgency=medium
17
28 * New upstream release, do some lintian cleanup.
0 Description: Fix charset in source code.
1 Origin: Hilmar Preusse <hille42@web.de>
2 Forwarded: Not done, could be done.
3 Author: Hilmar Preusse <hille42@web.de>
4 Last-Update: 20210224
5
6 Index: asymptote/base/CAD.asy
7 ===================================================================
8 --- asymptote.orig/base/CAD.asy 2021-02-23 23:12:56.375129537 +0100
9 +++ asymptote/base/CAD.asy 2021-02-24 20:40:59.588726176 +0100
10 @@ -7,16 +7,16 @@
11 pA,
12 pVisibleEdge, // Sichtbare Kanten
13 pVisibleContour, // Sichtbarer Umriss
14 - pUsableWindingLength, // Nitzbare Gewindelänge
15 + pUsableWindingLength, // Nutzbare Gewindelänge
16 pSystemLine, // Systemlinie (Stahlbau)
17 pDiagramCurve, // Kurve in Diagrammen
18 - pSurfaceStructure, // Oberflächenstrukturen
19 + pSurfaceStructure, // Oberflächenstrukturen
20 // B
21 pB,
22 pLightEdge, // Lichtkante
23 - pMeasureLine, // Maßlinie
24 - pMeasureHelpLine, // Maßhilfslinie
25 - pMeasureLineBound, // Maßlinienbegrenzung
26 + pMeasureLine, // Maßlinie
27 + pMeasureHelpLine, // Maßhilfslinie
28 + pMeasureLineBound, // Maßlinienbegrenzung
29 pReferenceLine, // Hinweislinie
30 pHatch, // Schraffur
31 pWindingGround, // Gewindegrund
32 @@ -31,7 +31,7 @@
33 // keine Mittellinie ist
34 // E
35 pE,
36 - pSurfaceTreatmentAllowed, // Bereich zulässiger Oberflächenbehandlung
37 + pSurfaceTreatmentAllowed, // Bereich zulässiger Oberflächenbehandlung
38 // F
39 pF,
40 pInvisibleEdge, // unsichtbare Kante
41 @@ -43,7 +43,7 @@
42 pPartialCircle, // Teilkreis
43 pCircularHole, // Lochkreis
44 pDivisionPlane, // Teilungsebene
45 - pTransferLine, // Trajektorien (Übertragunslinien)
46 + pTransferLine, // Trajektorien (Übertragungslinien)
47 // J
48 pJ,
49 pCuttingPlane, // Schnittebene
50 @@ -53,7 +53,7 @@
51 pContourBeforeDeformation, // Umrisse vor Verformung
52 pAdjacentPartContour, // Umrisse angrenzender Teile
53 pEndShapeRawMaterial, // Fertigformen in Rohteilen
54 - pContourEligibleType, // Umrisse wahlweiser Ausführungen
55 + pContourEligibleType, // Umrisse wahlweiser Ausführungen
56 pPartInFrontOfCuttingPlane; // Teile vor der Schnittebene
57
58
59 Index: asymptote/base/interpolate.asy
60 ===================================================================
61 --- asymptote.orig/base/interpolate.asy 2021-02-23 23:12:56.387129511 +0100
62 +++ asymptote/base/interpolate.asy 2021-02-23 23:12:56.000000000 +0100
63 @@ -1,5 +1,5 @@
64 // Lagrange and Hermite interpolation in Asymptote
65 -// Author: Olivier Guibé
66 +// Author: Olivier Guibé
67 // Acknowledgements: Philippe Ivaldi
68
69 // diffdiv(x,y) computes Newton's Divided Difference for
22 honour-source-date-epoch
33 typos.diff
44 dyn_link_GLEW.patch
5 local_charset.patch
55 ChangeLog | 4 ++--
66 1 file changed, 2 insertions(+), 2 deletions(-)
77
8 --- a/ChangeLog
9 +++ b/ChangeLog
10 @@ -22603,7 +22603,7 @@ Author: John Bowman <bowman@ualberta.ca>
8 Index: asymptote/ChangeLog
9 ===================================================================
10 --- asymptote.orig/ChangeLog 2021-02-24 20:42:08.009089972 +0100
11 +++ asymptote/ChangeLog 2021-02-24 20:42:08.001089932 +0100
12 @@ -22746,7 +22746,7 @@
1113 Date: Mon Feb 9 00:00:12 2009 -0600
1214
1315 Implement a pen rgb(string s) routine that returns a pen corresponding to a
1618
1719 commit a68637e6c82f5ce5171931a5c1a5359bb329e86d
1820 Author: John Bowman <bowman@ualberta.ca>
19 @@ -22633,7 +22633,7 @@ commit b08d2bd76c59e4f21bf7f0e9c80ee5b1c
21 @@ -22776,7 +22776,7 @@
2022 Author: John Bowman <bowman@ualberta.ca>
2123 Date: Sat Feb 7 00:41:46 2009 -0600
2224