diff -Nru fonts-prociono-2.3/debian/changelog fonts-prociono-2.3/debian/changelog --- fonts-prociono-2.3/debian/changelog 2018-02-23 06:41:29.000000000 +0000 +++ fonts-prociono-2.3/debian/changelog 2019-12-09 07:49:39.000000000 +0000 @@ -1,3 +1,12 @@ +fonts-prociono (2.3-6) unstable; urgency=medium + + * Fix Vcs fields. + * Bump standards version to 4.4.1. + * d/control: drop py2 only dependency sortsmill-tools and build with + fontforge-nox. + + -- Gürkan Myczko Mon, 09 Dec 2019 08:49:39 +0100 + fonts-prociono (2.3-5) unstable; urgency=medium * Add AppStream metadata. diff -Nru fonts-prociono-2.3/debian/clean fonts-prociono-2.3/debian/clean --- fonts-prociono-2.3/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ fonts-prociono-2.3/debian/clean 2019-12-09 07:49:39.000000000 +0000 @@ -0,0 +1 @@ +*.otf diff -Nru fonts-prociono-2.3/debian/control fonts-prociono-2.3/debian/control --- fonts-prociono-2.3/debian/control 2018-01-11 14:52:44.000000000 +0000 +++ fonts-prociono-2.3/debian/control 2019-12-09 07:49:39.000000000 +0000 @@ -1,13 +1,13 @@ Source: fonts-prociono Section: fonts Priority: optional -Maintainer: Debian Fonts Task Force +Maintainer: Debian Fonts Task Force Uploaders: Gürkan Myczko -Build-Depends: debhelper (>= 11~), sortsmill-tools, fontforge-nox | fontforge -Standards-Version: 4.1.3 +Build-Depends: debhelper (>= 11~), fontforge-nox | fontforge +Standards-Version: 4.4.1 +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-prociono.git +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-prociono Homepage: http://crudfactory.com/font/show/prociono -Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-prociono.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-prociono.git;a=summary Package: fonts-prociono Architecture: all diff -Nru fonts-prociono-2.3/debian/gbp.conf fonts-prociono-2.3/debian/gbp.conf --- fonts-prociono-2.3/debian/gbp.conf 2014-01-05 15:56:47.000000000 +0000 +++ fonts-prociono-2.3/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -[git-buildpackage] -compression = bzip2 diff -Nru fonts-prociono-2.3/debian/install fonts-prociono-2.3/debian/install --- fonts-prociono-2.3/debian/install 2018-02-23 06:41:29.000000000 +0000 +++ fonts-prociono-2.3/debian/install 2019-12-09 07:49:39.000000000 +0000 @@ -1,3 +1,2 @@ -*.ttf usr/share/fonts/truetype/fonts-prociono *.otf usr/share/fonts/opentype/fonts-prociono debian/fonts-prociono.metainfo.xml usr/share/metainfo diff -Nru fonts-prociono-2.3/debian/rules fonts-prociono-2.3/debian/rules --- fonts-prociono-2.3/debian/rules 2018-02-23 06:41:29.000000000 +0000 +++ fonts-prociono-2.3/debian/rules 2019-12-09 07:49:39.000000000 +0000 @@ -2,5 +2,16 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +F=Prociono + %: dh $@ + +override_dh_autoreconf: + echo NO AUTORECONF + +override_dh_auto_configure: + echo NO CONFIGURE + +override_dh_auto_build: + fontforge debian/scripts/sfd2otf.ff $(F).sfd diff -Nru fonts-prociono-2.3/debian/scripts/sfd2otf.ff fonts-prociono-2.3/debian/scripts/sfd2otf.ff --- fonts-prociono-2.3/debian/scripts/sfd2otf.ff 1970-01-01 00:00:00.000000000 +0000 +++ fonts-prociono-2.3/debian/scripts/sfd2otf.ff 2016-08-21 16:04:00.000000000 +0000 @@ -0,0 +1,14 @@ +#!/usr/bin/fontforge +if ($argc > 1) + i = 1; + while ( i < $argc ) + Open($argv[i]) + ttfile = $fontname + ".otf" + Print("Converting ",ttfile) + Generate(ttfile,"otf") + Close() + i++ + endloop +else + Print("Usage: $0 font.sfd [font.sfd ...]") +endif