Run of uncommitted for fonts-junicode
Try this locally (using silver-platter):
debian-svp import-upload fonts-junicode
Merge these changes:
git pull https://janitor.debian.net/git/fonts-junicode uncommitted/main
Summary
Diff
=== added directory '.pc'
=== added file '.pc/.quilt_patches'
--- a/.pc/.quilt_patches 1970-01-01 00:00:00 +0000
+++ b/.pc/.quilt_patches 2019-10-23 09:32:52 +0000
@@ -0,0 +1,1 @@
+debian/patches
=== added file '.pc/.quilt_series'
--- a/.pc/.quilt_series 1970-01-01 00:00:00 +0000
+++ b/.pc/.quilt_series 2019-10-23 09:32:52 +0000
@@ -0,0 +1,1 @@
+series
=== added file '.pc/.version'
--- a/.pc/.version 1970-01-01 00:00:00 +0000
+++ b/.pc/.version 2019-10-23 09:32:52 +0000
@@ -0,0 +1,1 @@
+2
=== added file '.pc/applied-patches'
--- a/.pc/applied-patches 1970-01-01 00:00:00 +0000
+++ b/.pc/applied-patches 2019-10-23 09:32:52 +0000
@@ -0,0 +1,1 @@
+py2py3
=== added directory '.pc/py2py3'
=== renamed file 'Makefile.ff' => '.pc/py2py3/Makefile.ff'
=== modified file 'Makefile.ff'
--- a/Makefile.ff 2019-09-13 09:30:09 +0000
+++ b/Makefile.ff 2019-10-23 09:32:52 +0000
@@ -43,31 +43,31 @@
$(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
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-09-13 09:30:10 +0000
+++ b/debian/changelog 2019-10-23 09:32:52 +0000
@@ -1,3 +1,12 @@
+fonts-junicode (1.002-2) unstable; urgency=medium
+
+ * d/control: drop python2. (Closes: #943072)
+ * d/control: add ttfautohint to Build-Depends.
+ * Bump debhelper version to 11.
+ * Bump standards version to 4.4.1.
+
+ -- Gürkan Myczko <gurkan@phys.ethz.ch> Wed, 23 Oct 2019 11:32:52 +0200
+
fonts-junicode (1.002-1) unstable; urgency=medium
* New upstream version. (LP: #1815355)
=== modified file 'debian/control'
--- a/debian/control 2019-12-17 11:07:24 +0000
+++ b/debian/control 2019-10-23 09:32:52 +0000
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
-Build-Depends: debhelper (>= 10), fontforge-nox, libxml2-utils, python-libxml2, python-fontforge, fonttools
-Standards-Version: 4.2.1
-Homepage: http://junicode.sourceforge.net/
+Build-Depends: debhelper (>= 11), fontforge-nox, libxml2-utils, python3-libxml2, python3-fontforge, fonttools, ttfautohint
+Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/fonts-team/fonts-junicode.git
Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-junicode
+Homepage: http://junicode.sourceforge.net/
Package: fonts-junicode
Architecture: all
=== added directory 'debian/patches'
=== added file 'debian/patches/py2py3'
--- a/debian/patches/py2py3 1970-01-01 00:00:00 +0000
+++ b/debian/patches/py2py3 2019-10-23 09:32:52 +0000
@@ -0,0 +1,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
=== added file 'debian/patches/series'
--- a/debian/patches/series 1970-01-01 00:00:00 +0000
+++ b/debian/patches/series 2019-10-23 09:32:52 +0000
@@ -0,0 +1,1 @@
+py2py3