Codebase list fonts-prociono / HEAD
Import Debian changes 2.3-6 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 authored 4 years ago root committed 4 years ago
7 changed file(s) with 40 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 fonts-prociono (2.3-6) unstable; urgency=medium
1
2 * Fix Vcs fields.
3 * Bump standards version to 4.4.1.
4 * d/control: drop py2 only dependency sortsmill-tools and build with
5 fontforge-nox.
6
7 -- Gürkan Myczko <gurkan@phys.ethz.ch> Mon, 09 Dec 2019 08:49:39 +0100
8
09 fonts-prociono (2.3-5) unstable; urgency=medium
110
211 * Add AppStream metadata.
00 Source: fonts-prociono
11 Section: fonts
22 Priority: optional
3 Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
3 Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
44 Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
5 Build-Depends: debhelper (>= 11~), sortsmill-tools, fontforge-nox | fontforge
6 Standards-Version: 4.1.3
5 Build-Depends: debhelper (>= 11~), fontforge-nox | fontforge
6 Standards-Version: 4.4.1
7 Vcs-Git: https://salsa.debian.org/fonts-team/fonts-prociono.git
8 Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-prociono
79 Homepage: http://crudfactory.com/font/show/prociono
8 Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-prociono.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-prociono.git;a=summary
1010
1111 Package: fonts-prociono
1212 Architecture: all
+0
-2
debian/gbp.conf less more
0 [git-buildpackage]
1 compression = bzip2
0 *.ttf usr/share/fonts/truetype/fonts-prociono
10 *.otf usr/share/fonts/opentype/fonts-prociono
21 debian/fonts-prociono.metainfo.xml usr/share/metainfo
11 # Uncomment this to turn on verbose mode.
22 #export DH_VERBOSE=1
33
4 F=Prociono
5
46 %:
57 dh $@
8
9 override_dh_autoreconf:
10 echo NO AUTORECONF
11
12 override_dh_auto_configure:
13 echo NO CONFIGURE
14
15 override_dh_auto_build:
16 fontforge debian/scripts/sfd2otf.ff $(F).sfd
0 #!/usr/bin/fontforge
1 if ($argc > 1)
2 i = 1;
3 while ( i < $argc )
4 Open($argv[i])
5 ttfile = $fontname + ".otf"
6 Print("Converting ",ttfile)
7 Generate(ttfile,"otf")
8 Close()
9 i++
10 endloop
11 else
12 Print("Usage: $0 font.sfd [font.sfd ...]")
13 endif