Codebase list glasstty / faec01a
Initial packaging. Adam Borowski 5 years ago
8 changed file(s) with 82 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 *~
1 /.debhelper/
2 /debhelper-build-stamp
3 /files
4 /*.substvars
5 /fonts-glasstty/
0 glasstty (0-1) unstable; urgency=medium
1
2 * Initial release (Closes: #905672)
3
4 -- Adam Borowski <kilobyte@angband.pl> Wed, 08 Aug 2018 00:57:47 +0200
0 Source: glasstty
1 Section: fonts
2 Priority: optional
3 Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
4 Uploaders: Adam Borowski <kilobyte@angband.pl>
5 Build-Depends: debhelper (>= 11~)
6 Standards-Version: 4.2.0
7 Rules-Requires-Root: no
8 Homepage: http://sensi.org/~svo/glasstty/
9 Vcs-Git: https://salsa.debian.org/fonts-team/glasstty
10 Vcs-Browser: https://salsa.debian.org/fonts-team/glasstty
11
12 Package: fonts-glasstty
13 Architecture: all
14 Multi-Arch: foreign
15 Depends: ${misc:Depends}
16 Description: VT220 terminal font
17 This font faithfully reproduces the appearance of text on a DEC VT220
18 terminal, up to scanline gaps.
19 .
20 As a pixel font, it looks good only at sizes that are 20 pixel tall (or
21 1.5×, 2×, … that) -- on most setups this corresponds to "point" size
22 of 15 (22.5, 30, …). You might get reasonable results for other sizes
23 only with VRGB/VBGR antialiasing (usu. portrait orientation screens),
24 HiDPI, or bad eyes.
25 .
26 Supported characters include DEC Western, vt100 graphics, and Cyrillic.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: glasstty
2 Source: http://sensi.org/~svo/glasstty/
3
4 Files: *
5 Copyright: 2009 Viacheslav Slavinsky
6 License: Unlicense
7
8 Files: debian/*
9 Copyright: 2018 Adam Borowski <kilobyte@angband.pl>
10 License: Unlicense
11
12 License: Unlicense
13 This is free and unencumbered software released into the public domain.
14 .
15 Anyone is free to copy, modify, publish, use, compile, sell, or
16 distribute this software, either in source code form or as a compiled
17 binary, for any purpose, commercial or non-commercial, and by any
18 means.
19 .
20 In jurisdictions that recognize copyright laws, the author or authors
21 of this software dedicate any and all copyright interest in the
22 software to the public domain. We make this dedication for the benefit
23 of the public at large and to the detriment of our heirs and
24 successors. We intend this dedication to be an overt act of
25 relinquishment in perpetuity of all present and future rights to this
26 software under copyright law.
27 .
28 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
31 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
32 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
33 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
34 OTHER DEALINGS IN THE SOFTWARE.
35 .
36 For more information, please refer to <http://unlicense.org>
0 *.ttf usr/share/fonts/truetype/glasstty
0 #!/usr/bin/make -f
1 %:
2 dh $@
3
0 3.0 (quilt)