summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-07-29 14:06:54 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-07-29 14:06:54 (GMT)
commit8bff6cf624d2cbe41eb06fc427db27541f14d7f8 (patch)
tree83a107c33f378e78d0fc640c8ed5957241a4a7eb
parent9e7bd0c75924caa6199ac854d71f627548212710 (diff)
downloadeulogium-8bff6cf624d2cbe41eb06fc427db27541f14d7f8.zip
eulogium-8bff6cf624d2cbe41eb06fc427db27541f14d7f8.tar.gz
eulogium-8bff6cf624d2cbe41eb06fc427db27541f14d7f8.tar.bz2
binary package repository
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
-rw-r--r--data/themes/default/Makefile.am2
-rw-r--r--packaging/_binary_debian/DEBIAN/control9
-rwxr-xr-xpackaging/_binary_debian/DEBIAN/postinst11
-rw-r--r--packaging/_binary_debian/etc/systemd/system/griffin.hmi.service15
-rwxr-xr-xpackaging/_binary_debian/usr/bin/clearscreen.sh2
-rwxr-xr-xpackaging/_binary_debian/usr/bin/eulogiumbin0 -> 282624 bytes
-rwxr-xr-xpackaging/_binary_debian/usr/bin/eulogium_start.sh2
-rw-r--r--packaging/_binary_debian/usr/share/doc/xfonts-base/changelog.gzbin0 -> 2401 bytes
-rw-r--r--packaging/_binary_debian/usr/share/doc/xfonts-base/copyright216
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/10x20.pcf.gzbin0 -> 101409 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/12x24.pcf.gzbin0 -> 5678 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/4x6.pcf.gzbin0 -> 14883 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/5x7.pcf.gzbin0 -> 27614 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/5x8.pcf.gzbin0 -> 22953 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/6x10.pcf.gzbin0 -> 26355 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/6x12.pcf.gzbin0 -> 76154 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/6x13.pcf.gzbin0 -> 72390 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/6x13B.pcf.gzbin0 -> 23793 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/6x13O.pcf.gzbin0 -> 15495 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/6x9.pcf.gzbin0 -> 22467 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/7x13.pcf.gzbin0 -> 58911 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/7x13B.pcf.gzbin0 -> 17969 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/7x13O.pcf.gzbin0 -> 17089 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/7x14.pcf.gzbin0 -> 47204 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/7x14B.pcf.gzbin0 -> 18770 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/8x13.pcf.gzbin0 -> 67864 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/8x13B.pcf.gzbin0 -> 22254 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/8x13O.pcf.gzbin0 -> 26613 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/8x16.pcf.gzbin0 -> 4744 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/9x15.pcf.gzbin0 -> 89397 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/9x15B.pcf.gzbin0 -> 33250 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/9x18.pcf.gzbin0 -> 89275 bytes
-rw-r--r--packaging/_binary_debian/usr/share/fonts/X11/misc/9x18B.pcf.gzbin0 -> 16203 bytes
33 files changed, 256 insertions, 1 deletions
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 <o.schinagl@ultimaker.com>
+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
--- /dev/null
+++ b/packaging/_binary_debian/usr/bin/eulogium
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/doc/xfonts-base/changelog.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/10x20.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/12x24.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/4x6.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/5x7.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/5x8.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x10.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x12.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13B.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x13O.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/6x9.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13B.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x13O.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/7x14B.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13B.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x13O.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/8x16.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x15B.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18.pcf.gz
Binary files 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
--- /dev/null
+++ b/packaging/_binary_debian/usr/share/fonts/X11/misc/9x18B.pcf.gz
Binary files differ