Package: fonts-junicode / 1.002-2

py2py3 Patch series | 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 fonts-junicode (1.002-2) unstable; urgency=medium
 .
   * d/control: drop python2. (Closes: #943072)
   * Bump debhelper version to 11.
   * Bump standards version to 4.4.1.
Author: Gürkan Myczko <gurkan@phys.ethz.ch>
Bug-Debian: https://bugs.debian.org/943072

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-11-19

--- fonts-junicode-1.002.orig/Makefile.ff
+++ fonts-junicode-1.002/Makefile.ff
@@ -43,31 +43,31 @@ Junicode.ttf : jr.ttf
 	$(call generate_font,jr,Junicode)
 
 jr.ttf : src/Junicode.ufo
-	python util/simplegen.py src/Junicode.ufo jr.ttf ;
+	python3 util/simplegen.py src/Junicode.ufo jr.ttf ;
 
 Junicode-Bold.ttf : jb.ttf
 	$(call generate_font,jb,Junicode-Bold)
 
 jb.ttf : src/Junicode-Bold.ufo
-	python util/simplegen.py src/Junicode-Bold.ufo jb.ttf ;
+	python3 util/simplegen.py src/Junicode-Bold.ufo jb.ttf ;
 
 Junicode-Italic.ttf : ji.ttf
 	$(call generate_font,ji,Junicode-Italic)
 
 ji.ttf: src/Junicode-Italic.ufo
-	python util/simplegen.py src/Junicode-Italic.ufo ji.ttf ;
+	python3 util/simplegen.py src/Junicode-Italic.ufo ji.ttf ;
 
 Junicode-BoldItalic.ttf : jbi.ttf
 	$(call generate_font,jbi,Junicode-BoldItalic)
 
 jbi.ttf : src/Junicode-BoldItalic.ufo
-	python util/simplegen.py src/Junicode-BoldItalic.ufo jbi.ttf ;
+	python3 util/simplegen.py src/Junicode-BoldItalic.ufo jbi.ttf ;
 
 FoulisGreek.ttf : fg.ttf
 	$(call generate_font,fg,FoulisGreek)
 
 fg.ttf : src/FoulisGreek.ufo
-	python util/simplegen.py src/FoulisGreek.ufo fg.ttf ;
+	python3 util/simplegen.py src/FoulisGreek.ufo fg.ttf ;
 
 clean :
 	rm -f *.ttf ; rm -f *.woff