From 8bff6cf624d2cbe41eb06fc427db27541f14d7f8 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 29 Jul 2015 16:06:54 +0200 Subject: binary package repository Signed-off-by: Olliver Schinagl --- data/themes/default/Makefile.am | 2 +- packaging/_binary_debian/DEBIAN/control | 9 + packaging/_binary_debian/DEBIAN/postinst | 11 ++ .../etc/systemd/system/griffin.hmi.service | 15 ++ packaging/_binary_debian/usr/bin/clearscreen.sh | 2 + packaging/_binary_debian/usr/bin/eulogium | Bin 0 -> 282624 bytes packaging/_binary_debian/usr/bin/eulogium_start.sh | 2 + .../usr/share/doc/xfonts-base/changelog.gz | Bin 0 -> 2401 bytes .../usr/share/doc/xfonts-base/copyright | 216 +++++++++++++++++++++ .../usr/share/fonts/X11/misc/10x20.pcf.gz | Bin 0 -> 101409 bytes .../usr/share/fonts/X11/misc/12x24.pcf.gz | Bin 0 -> 5678 bytes .../usr/share/fonts/X11/misc/4x6.pcf.gz | Bin 0 -> 14883 bytes .../usr/share/fonts/X11/misc/5x7.pcf.gz | Bin 0 -> 27614 bytes .../usr/share/fonts/X11/misc/5x8.pcf.gz | Bin 0 -> 22953 bytes .../usr/share/fonts/X11/misc/6x10.pcf.gz | Bin 0 -> 26355 bytes .../usr/share/fonts/X11/misc/6x12.pcf.gz | Bin 0 -> 76154 bytes .../usr/share/fonts/X11/misc/6x13.pcf.gz | Bin 0 -> 72390 bytes .../usr/share/fonts/X11/misc/6x13B.pcf.gz | Bin 0 -> 23793 bytes .../usr/share/fonts/X11/misc/6x13O.pcf.gz | Bin 0 -> 15495 bytes .../usr/share/fonts/X11/misc/6x9.pcf.gz | Bin 0 -> 22467 bytes .../usr/share/fonts/X11/misc/7x13.pcf.gz | Bin 0 -> 58911 bytes .../usr/share/fonts/X11/misc/7x13B.pcf.gz | Bin 0 -> 17969 bytes .../usr/share/fonts/X11/misc/7x13O.pcf.gz | Bin 0 -> 17089 bytes .../usr/share/fonts/X11/misc/7x14.pcf.gz | Bin 0 -> 47204 bytes .../usr/share/fonts/X11/misc/7x14B.pcf.gz | Bin 0 -> 18770 bytes .../usr/share/fonts/X11/misc/8x13.pcf.gz | Bin 0 -> 67864 bytes .../usr/share/fonts/X11/misc/8x13B.pcf.gz | Bin 0 -> 22254 bytes .../usr/share/fonts/X11/misc/8x13O.pcf.gz | Bin 0 -> 26613 bytes .../usr/share/fonts/X11/misc/8x16.pcf.gz | Bin 0 -> 4744 bytes .../usr/share/fonts/X11/misc/9x15.pcf.gz | Bin 0 -> 89397 bytes .../usr/share/fonts/X11/misc/9x15B.pcf.gz | Bin 0 -> 33250 bytes .../usr/share/fonts/X11/misc/9x18.pcf.gz | Bin 0 -> 89275 bytes .../usr/share/fonts/X11/misc/9x18B.pcf.gz | Bin 0 -> 16203 bytes 33 files changed, 256 insertions(+), 1 deletion(-) create mode 100644 packaging/_binary_debian/DEBIAN/control create mode 100755 packaging/_binary_debian/DEBIAN/postinst create mode 100644 packaging/_binary_debian/etc/systemd/system/griffin.hmi.service create mode 100755 packaging/_binary_debian/usr/bin/clearscreen.sh create mode 100755 packaging/_binary_debian/usr/bin/eulogium create mode 100755 packaging/_binary_debian/usr/bin/eulogium_start.sh create mode 100644 packaging/_binary_debian/usr/share/doc/xfonts-base/changelog.gz create mode 100644 packaging/_binary_debian/usr/share/doc/xfonts-base/copyright create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/10x20.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/12x24.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/4x6.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/5x7.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/5x8.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/6x10.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/6x12.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/6x13.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/6x13B.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/6x13O.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/6x9.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/7x13.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/7x13B.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/7x13O.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/7x14.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/7x14B.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/8x13.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/8x13B.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/8x13O.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/8x16.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/9x15.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/9x15B.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/9x18.pcf.gz create mode 100644 packaging/_binary_debian/usr/share/fonts/X11/misc/9x18B.pcf.gz diff --git a/data/themes/default/Makefile.am b/data/themes/default/Makefile.am index 65eb085..a1b8f4b 100644 --- a/data/themes/default/Makefile.am +++ b/data/themes/default/Makefile.am @@ -16,7 +16,7 @@ EDJE_CC_FLAGS += \ default.edj: Makefile $(EXTRA_DIST) $(AM_V_EDJ)$(EDJE_CC) \ - $(EDJE_CC_FLAGS) -fastdecomp -w files.txt -deps deps.txt -v \ + $(EDJE_CC_FLAGS) -fastdecomp -v \ $(top_srcdir)/data/themes/default/default.edc \ $(top_builddir)/data/themes/default/default.edj diff --git a/packaging/_binary_debian/DEBIAN/control b/packaging/_binary_debian/DEBIAN/control new file mode 100644 index 0000000..2ec2b8b --- /dev/null +++ b/packaging/_binary_debian/DEBIAN/control @@ -0,0 +1,9 @@ +Package: eulogium +Version: 0.1-5-g7941-dirty +Section: base +Priority: optional +Architecture: armhf +Depends: libeflelm (>= 1.14.1) +Maintainer: Olliver Schinagl +Description: Griffin HMI + This package is a binary variant of the Griffin Human Machine Interface diff --git a/packaging/_binary_debian/DEBIAN/postinst b/packaging/_binary_debian/DEBIAN/postinst new file mode 100755 index 0000000..f0437a1 --- /dev/null +++ b/packaging/_binary_debian/DEBIAN/postinst @@ -0,0 +1,11 @@ +#!/bin/sh +systemctl enable griffin.hmi.service +if [ -L /etc/fonts/conf.d/10-scale-bitmap-fonts.conf ]; then + rm /etc/fonts/conf.d/10-scale-bitmap-fonts.conf +fi +if [ -L /etc/fonts/conf.d/70-no-bitmaps.conf ]; then + rm /etc/fonts/conf.d/70-no-bitmaps.conf +fi +if ! [ -L /etc/fonts/conf.d/70-yes-bitmaps.conf ]; then + ln -s /usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf /etc/fonts/conf.d/ +fi diff --git a/packaging/_binary_debian/etc/systemd/system/griffin.hmi.service b/packaging/_binary_debian/etc/systemd/system/griffin.hmi.service new file mode 100644 index 0000000..ed952dd --- /dev/null +++ b/packaging/_binary_debian/etc/systemd/system/griffin.hmi.service @@ -0,0 +1,15 @@ +[Unit] +Description=Griffin Human Machine Interface service +Requires=griffin.target +After=griffin.target + +[Service] +Environment="EULOGIUM_USER=ultimaker EULOGIUM_GROUP=ultimaker" +ExecStart=/usr/bin/eulogium_start.sh +ExecStop=/usr/bin/clearscreen.sh +Type=simple +Restart=always +User=root + +[Install] +WantedBy=griffin.target diff --git a/packaging/_binary_debian/usr/bin/clearscreen.sh b/packaging/_binary_debian/usr/bin/clearscreen.sh new file mode 100755 index 0000000..694caef --- /dev/null +++ b/packaging/_binary_debian/usr/bin/clearscreen.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cat /dev/zero > /dev/fb0 diff --git a/packaging/_binary_debian/usr/bin/eulogium b/packaging/_binary_debian/usr/bin/eulogium new file mode 100755 index 0000000..0bd1fa2 Binary files /dev/null and b/packaging/_binary_debian/usr/bin/eulogium differ diff --git a/packaging/_binary_debian/usr/bin/eulogium_start.sh b/packaging/_binary_debian/usr/bin/eulogium_start.sh new file mode 100755 index 0000000..4c487f7 --- /dev/null +++ b/packaging/_binary_debian/usr/bin/eulogium_start.sh @@ -0,0 +1,2 @@ +#!/bin/sh +dbus-run-session eulogium diff --git a/packaging/_binary_debian/usr/share/doc/xfonts-base/changelog.gz b/packaging/_binary_debian/usr/share/doc/xfonts-base/changelog.gz new file mode 100644 index 0000000..3d15061 Binary files /dev/null and b/packaging/_binary_debian/usr/share/doc/xfonts-base/changelog.gz differ diff --git a/packaging/_binary_debian/usr/share/doc/xfonts-base/copyright b/packaging/_binary_debian/usr/share/doc/xfonts-base/copyright new file mode 100644 index 0000000..d68b9b8 --- /dev/null +++ b/packaging/_binary_debian/usr/share/doc/xfonts-base/copyright @@ -0,0 +1,216 @@ +Source package: xfonts-base +Obtained from: + http://xorg.freedesktop.org/releases/individual/font/ + font-arabic-misc + font-cursor-misc + font-daewoo-misc + font-dec-misc + font-isas-misc + font-jis-misc + font-micro-misc + font-misc-misc + font-mutt-misc + font-schumacher-misc + font-sony-misc + font-sun-misc +Upstream author(s): + various; see copyright notices below +Debian package author(s): + Stephen Early + Mark Eichin + Branden Robinson + ISHIKAWA Mutsumi + Scott James Remnant + Daniel Stone + David Nusinow + +Debian copyright(s)/licence(s): + +Unless otherwise noted, all modifications and additions to the upstream sources +found in this Debian package bear the following copyright and license terms: + + Copyright 1996-2004 Branden Robinson + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHOR(S) AND COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + +Upstream copyright(s)/licence(s): + +font-arabic-misc/COPYING: + Copyright 1996, 1997, 1998, 1999 Computing Research Labs, New Mexico State + University + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + +font-cursor-misc/COPYING: + "These ""glyphs"" are unencumbered" + +font-daewoo-misc/COPYING: + "Copyright (c) 1987, 1988 Daewoo Electronics Co.,Ltd." + +font-dec-misc/COPYING: + "Copyright (c) Digital Equipment Corporation,1988. All rights reserved" + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, provided + that the above copyright notices appear in all copies and that both those + copyright notices and this permission notice appear in supporting + documentation, and that the name Digital Equipment Corporation not be used + in advertising or publicity pertaining to distribution of the software + without specific, written prior permission. Digital Equipment Corporation + makes no representations about the suitability of this software for any + purpose. It is provided "as is" without express or implied warranty. + + DIGITAL EQUIPMENT CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS + SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, + IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + +font-isas-misc/COPYING: + Copyright (C) 1988 The Institute of Software, Academia Sinica. + + Correspondence Address: P.O.Box 8718, Beijing, China 100080. + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, provided + that the above copyright notices appear in all copies and that both those + copyright notices and this permission notice appear in supporting + documentation, and that the name of "the Institute of Software, Academia + Sinica" not be used in advertising or publicity pertaining to distribution + of the software without specific, written prior permission. The Institute + of Software, Academia Sinica, makes no representations about the suitability + of this software for any purpose. It is provided "as is" without express or + implied warranty. + + THE INSTITUTE OF SOFTWARE, ACADEMIA SINICA, DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS, IN NO EVENT SHALL THE INSTITUTE OF SOFTWARE, ACADEMIA SINICA, + BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +font-jis-misc/COPYING: + from Japanese Industrial Standard, JIS X 9051-1984 + named "16-dots Matrix Character Patterns for Display Devices" + "from JIS X 9051-1984, by permission to use" + +font-micro-misc/COPYING: + "Public domain font. Share and enjoy." + +font-misc-misc/COPYING: + "Public domain font. Share and enjoy." + +font-mutt-misc/COPYING: + Copyright 2002 Computing Research Labs, New Mexico State University + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + +font-schumacher-misc/COPYING: + Copyright 1989 Dale Schumacher, dal@syntel.mn.org + 399 Beacon Ave. + St. Paul, MN 55104-3527 + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, provided + that the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation, and that the name of Dale Schumacher not be used in + advertising or publicity pertaining to distribution of the software without + specific, written prior permission. Dale Schumacher makes no + representations about the suitability of this software for any purpose. It + is provided "as is" without express or implied warranty. + +font-sony-misc/COPYING: + Copyright 1989 by Sony Corp. + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, provided + that the above copyright notices appear in all copies and that both those + copyright notices and this permission notice appear in supporting + documentation, and that the name of Sony Corp. not be used in advertising + or publicity pertaining to distribution of the software without specific, + written prior permission. Sony Corp. makes no representations about the + suitability of this software for any purpose. It is provided "as is" + without express or implied warranty. + + SONY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SONY BE + LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +font-sun-misc/COPYING: + Copyright (c) 1989, Oracle and/or its affiliates. All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +vim:set ai et sw=4 ts=4 tw=80: diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/10x20.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/10x20.pcf.gz new file mode 100644 index 0000000..48ee318 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/10x20.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/12x24.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/12x24.pcf.gz new file mode 100644 index 0000000..455056d Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/12x24.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/4x6.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/4x6.pcf.gz new file mode 100644 index 0000000..20cebb4 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/4x6.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/5x7.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/5x7.pcf.gz new file mode 100644 index 0000000..ee6bf40 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/5x7.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/5x8.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/5x8.pcf.gz new file mode 100644 index 0000000..f4e4f00 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/5x8.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/6x10.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x10.pcf.gz new file mode 100644 index 0000000..eea7127 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x10.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/6x12.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x12.pcf.gz new file mode 100644 index 0000000..8f15ee1 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x12.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13.pcf.gz new file mode 100644 index 0000000..8003d4b Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13B.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13B.pcf.gz new file mode 100644 index 0000000..4447413 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13B.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13O.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13O.pcf.gz new file mode 100644 index 0000000..aab302c Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13O.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/6x9.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x9.pcf.gz new file mode 100644 index 0000000..c2e43b3 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x9.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13.pcf.gz new file mode 100644 index 0000000..172e5e2 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13B.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13B.pcf.gz new file mode 100644 index 0000000..011d261 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13B.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13O.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13O.pcf.gz new file mode 100644 index 0000000..081cbc9 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13O.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14.pcf.gz new file mode 100644 index 0000000..11ae884 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14B.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14B.pcf.gz new file mode 100644 index 0000000..ac95ef2 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14B.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13.pcf.gz new file mode 100644 index 0000000..91ed611 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13B.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13B.pcf.gz new file mode 100644 index 0000000..d66e2f4 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13B.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13O.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13O.pcf.gz new file mode 100644 index 0000000..4d207fa Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13O.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/8x16.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x16.pcf.gz new file mode 100644 index 0000000..e9aae36 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x16.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15.pcf.gz new file mode 100644 index 0000000..a7dd588 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15B.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15B.pcf.gz new file mode 100644 index 0000000..662a08e Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15B.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18.pcf.gz new file mode 100644 index 0000000..28a5cdd Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18.pcf.gz differ diff --git a/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18B.pcf.gz b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18B.pcf.gz new file mode 100644 index 0000000..fb5b644 Binary files /dev/null and b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18B.pcf.gz differ -- cgit v0.12