summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/man/mudraw.12
-rw-r--r--platform/debian/changelog53
-rw-r--r--platform/debian/compat1
-rw-r--r--platform/debian/control38
-rw-r--r--platform/debian/copyright63
-rw-r--r--platform/debian/dirs3
-rw-r--r--platform/debian/libmupdf-dev.install3
-rwxr-xr-xplatform/debian/mupdf-select-file11
-rw-r--r--platform/debian/mupdf-tools.docs1
-rw-r--r--platform/debian/mupdf-tools.install2
-rw-r--r--platform/debian/mupdf-tools.manpages2
-rw-r--r--platform/debian/mupdf.applications7
-rw-r--r--platform/debian/mupdf.desktop15
-rw-r--r--platform/debian/mupdf.docs3
-rw-r--r--platform/debian/mupdf.install6
-rw-r--r--platform/debian/mupdf.manpages1
-rw-r--r--platform/debian/mupdf.menu8
-rw-r--r--platform/debian/mupdf.mime10
-rw-r--r--platform/debian/mupdf.pc12
-rw-r--r--platform/debian/mupdf.pngbin3009 -> 0 bytes
-rwxr-xr-xplatform/debian/mupdf.postinst7
-rwxr-xr-xplatform/debian/mupdf.prerm9
-rw-r--r--platform/debian/mupdf.xpm497
-rwxr-xr-xplatform/debian/rules49
24 files changed, 1 insertions, 802 deletions
diff --git a/docs/man/mudraw.1 b/docs/man/mudraw.1
index f9460c6a..6964b044 100644
--- a/docs/man/mudraw.1
+++ b/docs/man/mudraw.1
@@ -41,7 +41,7 @@ Render the page at the specified height (or, if the -r flag is used,
render with a maximum height).
.TP
.B \-f
-'Fit' exactly; ignore the aspect ratio when matching specified width/heights.
+Fit exactly; ignore the aspect ratio when matching specified width/heights.
.TP
.B \-R angle
Rotate clockwise by given number of degrees.
diff --git a/platform/debian/changelog b/platform/debian/changelog
deleted file mode 100644
index 5bd3cf20..00000000
--- a/platform/debian/changelog
+++ /dev/null
@@ -1,53 +0,0 @@
-mupdf (1.4-1) unstable; urgency=low
-
- * MuPDF version 1.4
-
- -- Tor Andersson <tor.andersson@artifex.com> Wed, 01 Apr 2014 12:00:00 +0200
-
-mupdf (1.3-1) unstable; urgency=low
-
- * MuPDF version 1.3
-
- -- Tor Andersson <tor.andersson@artifex.com> Fri, 26 Jul 2013 12:02:00 +0200
-
-mupdf (1.2-1) unstable; urgency=low
-
- * MuPDF version 1.2
-
- -- Tor Andersson <tor@ghostscript.com> Sun, 28 Apr 2013 12:35:35 +0200
-
-mupdf (1.1-1) unstable; urgency=low
-
- * MuPDF version 1.1
-
- -- Tor Andersson <tor@ghostscript.com> Thu, 16 Aug 2012 15:10:55 +0200
-
-mupdf (1.0-1) unstable; urgency=low
-
- * MuPDF version 1.0
-
- -- Tor Andersson <tor@ghostscript.com> Tue, 24 Apr 2012 17:07:27 +0200
-
-mupdf (0.9-1) unstable; urgency=low
-
- * MuPDF version 0.9
-
- -- Tor Andersson <tor@ghostscript.com> Sat, 03 Sep 2011 13:45:37 +0200
-
-mupdf (0.8-1) unstable; urgency=low
-
- * MuPDF version 0.8
-
- -- Tor Andersson <tor@ghostscript.com> Mon, 11 Oct 2010 11:04:00 +0100
-
-mupdf (0.7-1) unstable; urgency=low
-
- * MuPDF version 0.7
-
- -- Tor Andersson <tor@ghostscript.com> Thu, 27 May 2010 17:11:13 +0100
-
-mupdf (0.6-1) unstable; urgency=low
-
- * First release of MuPDF with debian package.
-
- -- Tor Andersson <tor@ghostscript.com> Thu, 27 May 2010 17:11:13 +0100
diff --git a/platform/debian/compat b/platform/debian/compat
deleted file mode 100644
index 7ed6ff82..00000000
--- a/platform/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/platform/debian/control b/platform/debian/control
deleted file mode 100644
index fdd6ebd5..00000000
--- a/platform/debian/control
+++ /dev/null
@@ -1,38 +0,0 @@
-Source: mupdf
-Section: text
-Priority: optional
-Maintainer: Tor Andersson <tor@ghostscript.com>
-Build-Depends: debhelper (>= 5), make, pkg-config, gcc, coreutils, binutils, tar, libfreetype6-dev, libx11-dev, libxext-dev, libjbig2dec-dev, libjpeg8-dev, zenity, zlib1g-dev
-Standards-Version: 3.7.2
-
-Package: libmupdf-dev
-Architecture: any
-Description: Development files for the MuPDF viewer
- MuPDF is a lightweight PDF viewer and toolkit written in portable C.
- .
- This package contains the static library and headers.
-
-Package: mupdf
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: A lightweight PDF viewer
- MuPDF is a lightweight PDF viewer and toolkit written in portable C.
- .
- The renderer in MuPDF is tailored for high quality anti-aliased graphics.
- It renders text with metrics and spacing accurate to within fractions of a
- pixel for the highest fidelity in reproducing the look of a printed page
- on screen.
-
-Package: mupdf-tools
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Commmand line tools for the MuPDF viewer
- MuPDF is a lightweight PDF viewer and toolkit written in portable C.
- .
- This package contains command line tools using the MuPDF library:
- .
- pdfdraw to render pages to image files.
- .
- pdfshow to examine objects in a PDF file.
- .
- pdfclean to decompress and pretty print streams and objects in PDF files.
diff --git a/platform/debian/copyright b/platform/debian/copyright
deleted file mode 100644
index 6d59f39c..00000000
--- a/platform/debian/copyright
+++ /dev/null
@@ -1,63 +0,0 @@
-This package was debianized by Sebastian Rasmussen <sebras@hotmail.com> on
-Sun, 28 Apr 2013 12:50:16 +0200.
-
-It was downloaded from http://mupdf.com/repos/mupdf
-
-Upstream Author: Tor Andersson <tor@ghostscript.com>
-
-Copyright: MuPDF is Copyright 2006-2013 Artifex Software, Inc.
-
-License:
-
-MuPDF is free software: you can redistribute it and/or modify it under the
-terms of the Affero GNU General Public License as published by the Free
-Software Foundation, either version 3 of the License, or (at your option)
-any later version.
-
-MuPDF is Copyright 2006-2013 Artifex Software, Inc.
-
-For commercial licensing please contact sales@artifex.com.
-
-The character map and mapping for pdf resources are from Adobe and are
-covered by their own copyright and license:
-
------------------------------------------------------------
-Copyright 1990-20xx Adobe Systems Incorporated.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or
-without modification, are permitted provided that the
-following conditions are met:
-
-Redistributions of source code must retain the above
-copyright notice, this list of conditions and the following
-disclaimer.
-
-Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following
-disclaimer in the documentation and/or other materials
-provided with the distribution.
-
-Neither the name of Adobe Systems Incorporated nor the names
-of its contributors may be used to endorse or promote
-products derived from this software without specific prior
-written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------------------------------------------------------------
-
-The Debian packaging is Coyright 2010-2013 Artifex Software, Inc.
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
diff --git a/platform/debian/dirs b/platform/debian/dirs
deleted file mode 100644
index 84e4627d..00000000
--- a/platform/debian/dirs
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/bin
-usr/include
-usr/lib
diff --git a/platform/debian/libmupdf-dev.install b/platform/debian/libmupdf-dev.install
deleted file mode 100644
index 119cf8cd..00000000
--- a/platform/debian/libmupdf-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/include
-debian/tmp/usr/lib
-debian/mupdf.pc usr/lib/pkgconfig
diff --git a/platform/debian/mupdf-select-file b/platform/debian/mupdf-select-file
deleted file mode 100755
index 672f6238..00000000
--- a/platform/debian/mupdf-select-file
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if [ $# -gt 0 ]; then
-FILENAME="$@"
-else
-FILENAME=$(zenity --file-selection --title='Mupdf - Select file to open' --filename=$HOME/ --file-filter='All supported files | *.pdf *.xps *.rels *.oxps *.cbz *.zip *.png *.jpg *.jpeg *.jfif *.jfif-tbnl *.jpe *.tif *.tiff' --file-filter='Portable Document Format (PDF) | *.pdf' --file-filter='OpenXPS (XPS) | *.xps *.rels *.oxps' --file-filter='Comic Book Archive | *.cbz *.zip' --file-filter='Portable Network Graphics (PNG) | *.png' --file-filter='JPEG | *.jpg *.jpeg *.jfif *.jfif-tbnl *.jpe' --file-filter='Tagged Image File Format (TIFF) | *.tif *.tiff')
-fi
-
-if [ $? -eq 0 ]; then
- mupdf "$FILENAME"
-fi
diff --git a/platform/debian/mupdf-tools.docs b/platform/debian/mupdf-tools.docs
deleted file mode 100644
index df5b36ef..00000000
--- a/platform/debian/mupdf-tools.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/mupdf/README
diff --git a/platform/debian/mupdf-tools.install b/platform/debian/mupdf-tools.install
deleted file mode 100644
index 957aef82..00000000
--- a/platform/debian/mupdf-tools.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/bin/mutool
-debian/tmp/usr/bin/mudraw
diff --git a/platform/debian/mupdf-tools.manpages b/platform/debian/mupdf-tools.manpages
deleted file mode 100644
index b1c3dae2..00000000
--- a/platform/debian/mupdf-tools.manpages
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/man/man1/mutool.1
-debian/tmp/usr/share/man/man1/mudraw.1
diff --git a/platform/debian/mupdf.applications b/platform/debian/mupdf.applications
deleted file mode 100644
index ca536c8b..00000000
--- a/platform/debian/mupdf.applications
+++ /dev/null
@@ -1,7 +0,0 @@
-mupdf
- command=mupdf
- name=MuPDF
- expect_uris=false
- requires_terminal=false
- mime_types=application/x-pdf
- can_open_multiple_files=false
diff --git a/platform/debian/mupdf.desktop b/platform/debian/mupdf.desktop
deleted file mode 100644
index 5f7ac2a4..00000000
--- a/platform/debian/mupdf.desktop
+++ /dev/null
@@ -1,15 +0,0 @@
-[Desktop Entry]
-Name=MuPDF
-GenericName=PDF file viewer
-Exec=mupdf-select-file %f
-TryExec=mupdf-select-file
-Icon=mupdf
-Terminal=false
-Type=Application
-MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff
-Categories=Viewer;Graphics;
-Actions=View
-
-[Desktop Action View]
-Name=View with mupdf
-Exec=mupdf %f
diff --git a/platform/debian/mupdf.docs b/platform/debian/mupdf.docs
deleted file mode 100644
index 93fb325e..00000000
--- a/platform/debian/mupdf.docs
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/share/doc/mupdf/README
-debian/tmp/usr/share/doc/mupdf/CHANGES
-debian/tmp/usr/share/doc/mupdf/thirdparty.txt
diff --git a/platform/debian/mupdf.install b/platform/debian/mupdf.install
deleted file mode 100644
index 24f71cf0..00000000
--- a/platform/debian/mupdf.install
+++ /dev/null
@@ -1,6 +0,0 @@
-debian/mupdf.xpm usr/share/pixmaps
-debian/mupdf.png usr/share/pixmaps
-debian/mupdf.desktop usr/share/applications
-debian/mupdf.applications usr/share/application-registry
-debian/tmp/usr/bin/mupdf-x11 usr/bin
-debian/mupdf-select-file usr/bin
diff --git a/platform/debian/mupdf.manpages b/platform/debian/mupdf.manpages
deleted file mode 100644
index 9dd8e677..00000000
--- a/platform/debian/mupdf.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/man/man1/mupdf.1
diff --git a/platform/debian/mupdf.menu b/platform/debian/mupdf.menu
deleted file mode 100644
index 72023a5a..00000000
--- a/platform/debian/mupdf.menu
+++ /dev/null
@@ -1,8 +0,0 @@
-?package(mupdf):\
- needs="x11" \
- section="Applications/Viewers" \
- command="/usr/bin/mupdf-select-file" \
- title="MuPDF" \
- hints="Documents" \
- icon="/usr/share/pixmaps/mupdf.xpm" \
- longtitle="MuPDF: A lightweight PDF viewer written in portable C"
diff --git a/platform/debian/mupdf.mime b/platform/debian/mupdf.mime
deleted file mode 100644
index 27530995..00000000
--- a/platform/debian/mupdf.mime
+++ /dev/null
@@ -1,10 +0,0 @@
-application/pdf; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=5
-application/x-pdf; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=5
-application/x-cbz; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=5
-application/oxps; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=5
-application/vnd.ms-xpsdocument; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=5
-image/jpeg; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=9
-image/pjpeg; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=9
-image/png; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=9
-image/tiff; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=9
-image/x-tiff; mupdf "%s"; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=9
diff --git a/platform/debian/mupdf.pc b/platform/debian/mupdf.pc
deleted file mode 100644
index 39f879ac..00000000
--- a/platform/debian/mupdf.pc
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: mupdf
-Description: Library for rendering PDF documents
-Requires.private: freetype2
-Version: 1.4.0
-Libs: -L${libdir} -lmupdf
-Libs.private: -lopenjpeg -ljbig2dec -ljpeg -lz -lm
-Cflags: -I${includedir}
diff --git a/platform/debian/mupdf.png b/platform/debian/mupdf.png
deleted file mode 100644
index e05de27c..00000000
--- a/platform/debian/mupdf.png
+++ /dev/null
Binary files differ
diff --git a/platform/debian/mupdf.postinst b/platform/debian/mupdf.postinst
deleted file mode 100755
index 0433175d..00000000
--- a/platform/debian/mupdf.postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-update-alternatives --install /usr/bin/mupdf mupdf /usr/bin/mupdf-x11 30
-
-exit 0
diff --git a/platform/debian/mupdf.prerm b/platform/debian/mupdf.prerm
deleted file mode 100755
index 6e2bc71d..00000000
--- a/platform/debian/mupdf.prerm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ] ; then
- update-alternatives --remove mupdf /usr/bin/mupdf-x11
-fi
-
-exit 0
diff --git a/platform/debian/mupdf.xpm b/platform/debian/mupdf.xpm
deleted file mode 100644
index 2c042f4e..00000000
--- a/platform/debian/mupdf.xpm
+++ /dev/null
@@ -1,497 +0,0 @@
-/* XPM */
-static char *mupdf[] = {
-/* width height ncolors chars_per_pixel */
-"48 48 442 2",
-/* colors */
-" c #000000",
-" . c #2E4558",
-" X c #252121",
-" o c #AFAFAF",
-" O c #28313B",
-" + c #231F1F",
-" @ c #686666",
-" # c #98BDD7",
-" $ c #201B1C",
-" % c #7CABCC",
-" & c #4487B6",
-" * c #DFDEDE",
-" = c #4285B4",
-" - c #615E5F",
-" ; c #605E5E",
-" : c #23262C",
-" > c #D9D8D8",
-" , c #F7FAFC",
-" < c #D7D6D6",
-" 1 c #BFD6E6",
-" 2 c #6BA0C5",
-" 3 c #232122",
-" 4 c #555253",
-" 5 c #CDCCCC",
-" 6 c #E7EFF6",
-" 7 c #4786B2",
-" 8 c #CADDEA",
-" 9 c #4085B5",
-" 0 c #AECBDF",
-" q c #CBCACA",
-" w c #92B9D4",
-" e c #365F7D",
-" r c #5A95BE",
-" t c #3E83B3",
-" y c #304B60",
-" u c #C7C6C6",
-" i c #4D8EBB",
-" p c #F1F6F9",
-" a c #C1C0C0",
-" s c #454243",
-" d c #669CC3",
-" f c #81AECD",
-" g c #7A7777",
-" h c #434041",
-" j c #3E779F",
-" k c #272E36",
-" l c #413E3F",
-" z c #3F3C3D",
-" x c #5895BF",
-" c c #3D3A3B",
-" v c #C6DBE9",
-" b c #B8B6B7",
-" n c #4282B0",
-" m c #FDFDFE",
-" M c #B7B6B6",
-" N c #8DB5D2",
-" B c #242529",
-" V c #B3B2B2",
-" C c #222327",
-" Z c #B0AEAF",
-" A c #EDF4F8",
-" S c #686565",
-" D c #488AB9",
-" F c #9ABED8",
-" G c #7EACCD",
-" H c #ECF2F7",
-" J c #211C1C",
-" K c #666363",
-" L c #F1F1F2",
-" P c #ABAAAA",
-" I c #4588B6",
-" U c #A9A8A8",
-" Y c #2D2A2B",
-" T c #A7A6A6",
-" R c #615D5E",
-" E c #2B2829",
-" W c #8DB7D5",
-" Q c #F9FBFD",
-" ! c #DDE9F2",
-" ~ c #F8FBFC",
-" ^ c #DCE9F1",
-" / c #A5C5DC",
-" ( c #89B3D1",
-" ) c #5C5959",
-" _ c #A4C5DB",
-" ` c #335A76",
-" ' c #518FBB",
-" ] c #E6E7E7",
-" [ c #5A5757",
-" { c #232021",
-" } c #33536C",
-" | c #98BED9",
-". c #E0E1E1",
-".. c #7CACCE",
-".X c #4488B8",
-".o c #2D3F4F",
-".O c #999898",
-".+ c #4388B7",
-".@ c #5E98C1",
-".# c #CDCDCB",
-".$ c #524F4F",
-".% c #B0CCE0",
-".& c #979696",
-".* c #78A8CA",
-".= c #5C96BF",
-".- c #969495",
-".; c #4084B4",
-".: c #252930",
-".> c #949293",
-"., c #929091",
-".< c #417FAB",
-".1 c #4F8FBC",
-".2 c #F3F7FA",
-".3 c #D3D3D4",
-".4 c #D7E5EF",
-".5 c #222023",
-".6 c #9FC1D9",
-".7 c #679DC3",
-".8 c #37678A",
-".9 c #4B8BB8",
-".0 c #3E769E",
-".q c #3C749C",
-".w c #403D3D",
-".e c #92BAD6",
-".r c #C8DCEA",
-".t c #FEFEFE",
-".y c #3D393A",
-".u c #3B3738",
-".i c #355974",
-".p c #353132",
-".a c #7A7879",
-".s c #498BB9",
-".d c #9BBFD8",
-".f c #4E8AB4",
-".g c #787677",
-".h c #F2F2F2",
-".j c #F0F0F0",
-".k c #2F2B2C",
-".l c #EEEEEE",
-".z c #727071",
-".x c #26282D",
-".c c #ECECEC",
-".v c #2B2728",
-".b c #FAFCFD",
-".n c #EAEAEA",
-".m c #DEEAF2",
-".M c #E9EAE9",
-".N c #C2D8E7",
-".B c #6E6C6D",
-".V c #5390BC",
-".C c #E8E8E8",
-".Z c #6EA2C6",
-".A c #272324",
-".S c #E7E6E7",
-".D c #E6E6E6",
-".F c #252122",
-".G c #29333D",
-".H c #E4E4E4",
-".J c #3F7AA5",
-".K c #231F20",
-".L c #E2E2E2",
-".P c #211D1E",
-".I c #E0E0E0",
-".U c #EAF1F7",
-".Y c #6099C2",
-".T c #1F1B1C",
-".R c #E9F1F6",
-".E c #CDDFEB",
-".W c #4387B6",
-".Q c #96BBD6",
-".! c #B1CDE0",
-".~ c #DEDEDE",
-".^ c #79A9CA",
-"./ c #4285B5",
-".( c #272A31",
-".) c #5D97BF",
-"._ c #4185B4",
-".` c #DCDCDC",
-".' c #959393",
-".] c #DADADA",
-".[ c #314B5F",
-".{ c #D8D8D8",
-".} c #D7D8D7",
-".| c #D6D6D6",
-"X c #F5F8FB",
-"X. c #D4D4D4",
-"XX c #6AA0C5",
-"Xo c #BDD4E5",
-"XO c #3A6A8C",
-"X+ c #232123",
-"X@ c #D3D4D3",
-"X# c #D2D2D2",
-"X$ c #D0D0D0",
-"X% c #CECECE",
-"X& c #CCCCCC",
-"X* c #CADDEB",
-"X= c #37617F",
-"X- c #242A31",
-"X; c #CACACA",
-"X: c #C8DBE9",
-"X> c #90B7D3",
-"X, c #817F7F",
-"X< c #3F7EAB",
-"X1 c #548FB9",
-"X2 c #355873",
-"X3 c #7D7B7B",
-"X4 c #C2C2C2",
-"X5 c #4B8CBA",
-"X6 c #C0C0C0",
-"X7 c #D4E4EE",
-"X8 c #81AECE",
-"X9 c #659CC3",
-"X0 c #787576",
-"Xq c #4788B6",
-"Xw c #252C35",
-"Xe c #757373",
-"Xr c #BABABA",
-"Xt c #FCFDFE",
-"Xy c #B6B6B6",
-"Xu c #C4D9E8",
-"Xi c #706D6E",
-"Xp c #8CB5D2",
-"Xa c #70A3C7",
-"Xs c #8BB5D1",
-"Xd c #5491BC",
-"Xf c #5391BB",
-"Xg c #282424",
-"Xh c #272223",
-"Xj c #6C696A",
-"Xk c #2F4659",
-"Xl c #6B6969",
-"Xz c #407BA5",
-"Xx c #6A6768",
-"Xc c #E4E3E3",
-"Xv c #3E79A3",
-"Xb c #231E1F",
-"Xn c #221E1E",
-"Xm c #E2E1E1",
-"XM c #211C1D",
-"XN c #EBF2F7",
-"XB c #201C1C",
-"XV c #CFE0EC",
-"XC c #4588B7",
-"XZ c #B3CEE1",
-"XA c #366384",
-"XS c #5F98C0",
-"XD c #4386B5",
-"XF c #DEDDDD",
-"XG c #2B3D4B",
-"XH c #615F5F",
-"XJ c #5F5D5D",
-"XK c #5E5B5C",
-"XL c #DCE9F2",
-"XP c #407DA8",
-"XI c #86B1CF",
-"XU c #D4D3D3",
-"XY c #3A698B",
-"XT c #3E7BA6",
-"XR c #232022",
-"XE c #545152",
-"XW c #999899",
-"XQ c #79AACC",
-"X! c #524F50",
-"X~ c #CCCDCB",
-"X^ c #3D749B",
-"X/ c #93BAD5",
-"X( c #77A8CA",
-"X) c #37607E",
-"X_ c #5B96BF",
-"X` c #3F84B4",
-"X' c #CAC9C9",
-"X] c #C6C5C5",
-"X[ c #3F7DAA",
-"X{ c #F2F7FA",
-"X} c #C2C1C1",
-"X| c #212023",
-"o c #9EC1D9",
-"o. c #444142",
-"oX c #3F78A0",
-"oo c #90B8D5",
-"oO c #FEFEFF",
-"o+ c #E2ECF4",
-"o@ c #2B3A47",
-"o# c #25262A",
-"o$ c #B1AFB0",
-"o% c #28313A",
-"o& c #221D1D",
-"o* c #262F38",
-"o= c #629BC2",
-"o- c #302D2E",
-"o; c #6199C1",
-"o: c #201B1B",
-"o> c #4587B6",
-"o, c #F0F0F1",
-"o< c #2D3E4C",
-"o1 c #2E2B2C",
-"o2 c #4385B4",
-"o3 c #A8A7A7",
-"o4 c #A7A5A6",
-"o5 c #3D7197",
-"o6 c #4183B2",
-"o7 c #4083B1",
-"o8 c #A5A3A4",
-"o9 c #3B6F95",
-"o0 c #5290BC",
-"oq c #A4C4DB",
-"ow c #E9F1F7",
-"oe c #4387B7",
-"or c #E7EFF5",
-"ot c #CBDDEA",
-"oy c #4185B5",
-"ou c #5B95BE",
-"oi c #3F83B3",
-"op c #939192",
-"oa c #929191",
-"os c #2B3743",
-"od c #4C4849",
-"of c #2A3742",
-"og c #F4F8FB",
-"oh c #D8E6F0",
-"oj c #4C8CB9",
-"ok c #211F22",
-"ol c #CFD0D0",
-"oz c #444041",
-"ox c #262C34",
-"oc c #413E3E",
-"ov c #403C3D",
-"ob c #3B739B",
-"on c #858384",
-"om c #FFFFFF",
-"oM c #E3EDF4",
-"oN c #5995BF",
-"oB c #3E3A3B",
-"oV c #C7DBE9",
-"oC c #2F4B61",
-"oZ c #5793BD",
-"oA c #3C3839",
-"oS c #2A3945",
-"oD c #7E7D7D",
-"oF c #345873",
-"oG c #363233",
-"oH c #7B797A",
-"oJ c #EFF4F9",
-"oK c #EEF4F8",
-"oL c #F3F3F3",
-"oP c #9ABED7",
-"oI c #4788B7",
-"oU c #629AC1",
-"oY c #ACAAAA",
-"oT c #F1F1F1",
-"oR c #EFEFEF",
-"oE c #737172",
-"oW c #EDEDED",
-"oQ c #A9C9DF",
-"o! c #FBFDFE",
-"o~ c #EBEBEB",
-"o^ c #DFEBF3",
-"o/ c #4581AB",
-"o( c #6F6D6E",
-"o) c #EAE9EA",
-"o_ c #E9E9E9",
-"o` c #C1D7E6",
-"o' c #E7E7E7",
-"o] c #E6E7E6",
-"o[ c #E5E5E5",
-"o{ c #3F7BA5",
-"o} c #242021",
-"o| c #E3E3E3",
-"O c #3E79A4",
-"O. c #221E1F",
-"OX c #26303A",
-"Oo c #9C9A9A",
-"OO c #E1E1E1",
-"O+ c #201C1D",
-"O@ c #4488B7",
-"O# c #DFDFDF",
-"O$ c #7BAACC",
-"O% c #356384",
-"O& c #1E1A1B",
-"O* c #4386B6",
-"O= c #4286B5",
-"O- c #95BAD5",
-"O; c #DDDDDD",
-"O: c #1C1819",
-"O> c #DBDBDB",
-"O, c #D9D9D9",
-"O< c #D7D7D7",
-"O1 c #417FAA",
-"O2 c #DAE7F1",
-"O3 c #F5F9FB",
-"O4 c #D5D5D5",
-"O5 c #242224",
-"O6 c #D4D3D4",
-"O7 c #85B1CF",
-"O8 c #D3D3D3",
-"O9 c #699FC4",
-"O0 c #4D8DB9",
-"Oq c #222022",
-"Ow c #34556F",
-"Oe c #D1D1D1",
-"Or c #D0CFD0",
-"Ot c #8A8888",
-"Oy c #CFCFCF",
-"Ou c #CDCDCD",
-"Oi c #CCCDCC",
-"Op c #CADEEB",
-"Oa c #E5EEF5",
-"Os c #C9DCEA",
-"Od c #ADCADF",
-"Of c #C8DCE9",
-"Og c #91B8D4",
-"Oh c #5994BE",
-"Oj c #3D82B3",
-"Ok c #5894BD",
-"Ol c #3C82B2",
-"Oz c #4181AD",
-"Ox c #3B3737",
-"Oc c #C5C5C5",
-"Ov c #293643",
-"Ob c #3E7DAA",
-"On c #C1C1C1",
-"Om c #353131",
-"OM c #D4E3EE",
-"ON c #B8D1E3",
-"OB c #BFBFBF",
-"OV c #9CBFD8",
-"OC c #80ADCD",
-"OZ c #649BC2",
-"OA c #4889B7",
-"OS c #BDBDBD",
-"OD c #2E292A",
-"OF c #4283B1",
-"OG c #B7B7B7",
-"OH c #4183B0",
-"OJ c #5794BF",
-"OK c #A7C6DC",
-"OL c #365B77",
-"OP c #8BB4D1",
-"OI c #282324",
-"OU c #272323",
-"OY c #6C6A6A",
-"OT c None",
-/* pixels */
-" oToToToT L.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h LoToToToT ",
-"o,.joToToToToToToToToToToToToToToToToToToToT.h.h.h.hoToToToToToToToToToToToToToToToToToToToT.j.j",
-".j.j.j.j.j.j.j.j.j.j.j.j.j.j.j.j.joToLoLoR.D.~ > >.~.DoRoLoLoT.j.j.j.j.j.j.j.j.j.j.j.j.j.j.j.j.j",
-"oRoRoRoRoRoRoRoRoRoRoRoRoRoRoRoT.hXcOBoaXjX!oz c cozX!XjoaOBXc.hoToRoRoRoRoRoRoRoRoRoRoRoRoRoRoR",
-".l.l.l.l.l.l.l.l.l.l.l.l.loR.j <.'X! Y.P.To: $ J J $o:.T.P YX!.' <.joR.l.l.l.l.l.l.l.l.l.l.l.l.l",
-".l.l.l.l.l.l.l.l.l.l.l.l.jXm.&oz + $o& 3.x OoSXGXGoS O.x 3o& $ +oz.&Xm.j.l.l.l.l.l.l.l.l.l.l.l.l",
-"oWoWoWoWoWoWoWoWoWoWoWoR uXK X $XRo% yXA.qo/.fX1X1.fo/.qXA yo%XR $ XXK uoRoWoWoWoWoWoWoWoWoWoWoW",
-".c.c.c.c.c.c.c.c.c.coW Z z $ {os eXTo0..oQX*XLoMoMXLOpoQ..o0XT eos { $ z ZoW.c.c.c.c.c.c.c.c.c.c",
-"o~o~o~o~o~o~o~o~o~.co3.p $.(X2X[OJ FOM !Of 0.d wOg.d 0Os.mOM FOJObX2.( $.po3.co~o~o~o~o~o~o~o~o~",
-".n.n.n.n.n.n.n.noW VoGXMoso9XC G.N.!.^XfXD tOjOlOlOj tXDXd.^.% 1O$O@o9osXMoG VoW.n.n.n.n.n.n.n.n",
-".n.n.n.n.n.n.n.c qo.XBo<XvX5 No oUO0 fOPXpXpXpXpXpXpXpXpOP ( NOdo^OV.sXvo<XBo. q.c.n.n.n.n.n.n.n",
-"o_o_o_o_o_o_.M.L @ $o@o{.s.^.Z & t.* ~omomomomomomomomomomomom.toO.b _ D.Jo@ $ @.Lo)o_o_o_o_o_o_",
-".C.C.C.C.C.Co~o8Xg kX^oeoZXf._XDXD 0omomomomomomomomomomomomomomomom.b #XCX^ kXgo8o~.C.C.C.C.C.C",
-"o'o'o'o'o'.CO>.$okX=oeXDo>O=XD./Xd.momomomomomomomomomomomomomom pX7.NOK 'oeX=ok.$O>.Co'o'o'o'o'",
-" ]o'o'o'.So_ TXh.o nXDXDXDXDXD.; %.bomomomomomomomomomomomomoOo`O9ojo>XDXDXD n.oXh To_ ]o'o'o'.S",
-".D.D.D.D.Do| SX|XY.+XDXDXDXDXDXDXZomomomomomomomomomomomomom.4Xd.;O=XDXDXDXD.+XYX| So|.D.D.D.D.D",
-"o[o[o[o[.D 5OxOvOzO*XDXDXDXD =oZo+omomomomomomomomomomomomomoP.;XDXDXDXDXDXDO*OzOvOx 5o]o[o[o[o[",
-".H.H.H.Ho' POU }oeXDXDXDXDXD.;X8o!omomomomomomomomomomomom.bX(.;XDXDXDXDXDXDXDoe }OU Po'.H.H.H.H",
-"o|o|o|o|.DOt.5XO.+XDXDXDXDXD &ONomomomomomomomomomomomomom.2.7._XDXDXDXDXDXDXD.+XO.5Ot.Do|o|o|o|",
-"o|o|o|o|o|Xi : j.WXDXDXDXD = rOaomomomomomomomomomomomomom AXS._XDXDXDXDXDXDXD.W j :Xio|o|o|o|o|",
-".L.L.L.L.I RXwXP.WXDXDXDXD.;XI momomomomomomomomomomomomomXN.=._XDXDXDXDXDXDXD.WXPXw R.I.L.L.L.L",
-"OOOOOOOOO; [OX.<O*XDXDXDXD IXoomomomomomomomomomomomomomom.UX_._XDXDXDXDXDXDXDO*.<OX [O;OOOOOOOO",
-".I.I.I.IO; )o*O1O*XDXDXD._.).Romomomomomog ~omomomomomomom.UX_._XDXDXDXDXDXDXDO*O1o* )O;.I.I.I.I",
-"O#O#O#O#O# KX-Xz.WXDXDXD.;XsoOomomomomom vowomomomomomomom.UX_._XDXDXDXDXDXDXD.WXzX- KO#O#O#O#O#",
-"O#O#O#O#. g Co5oeXDXDXDXq.Nomomomomom ,X>oromomomomomomom.UX_._XDXDXDXDXDXDXDoeo5 C gOOO#O#O#O#",
-".~.~.~.~OO.- {X).XXDXD._o; HomomomomomohO9.Romomomomomomom.UX_._XDXDXDXDXDXDXD.XX) {.-OO.~.~.~.~",
-"O;O;O;O;O#XyOD .o2XDXD.;Ogomomomomomom / r.Uomomomomomomom.UX_._XDXDXDXDXDXDXDo2 .ODXyO#O;O;O;O;",
-".`.`.`.`O;Oeod.:oX.WXDOAoVomomomomomO3XaOk.Uomomomomomomom.UX_._XDXDXDXDXDXD.WoX.:odOeO;.`.`.`.`",
-"O>O>O>O>O>O;X,.POw.W._ doJomomomomomOMoj r.Uomomomomomomom.UX_._XDXDXDXDXDXD.WOw.PX,O;O>O>O>O>O>",
-"O>O>O>O>O>O;XrOmox.0 9X8Xtomomomomom.6X`ou.Uomomomomomomom.UX_._XDXDXDXDXDoe.0oxOmXrO;O>O>O>O>O>",
-".].].].].].]O,.z JXkOH.VotomomomomX{ 2oiou.Uomomomomomomom.UX_._XDO= &O0 &OFXk J.zO,.].].].].].]",
-"O,O,O,O,O,O,O>OS.yOq.i._OZ ^omomom.E.9._ou.Uomomomomomomom.UX_._._.9.ZXdO=.iOq.yOSO>O,O,O,O,O,O,",
-".{.{.{.{.{.{.{.].,.A BX)oyXXO2omom.Q.;._ou.Uomomomomomomom.UOh._ dO-X9O=X) BOI.,.].{.{.{.{.{.{.{",
-"O<O<O<O<O<O<O<.{O8o(Xno#OLo7.YXuX O7oIoiOk.Romomomomomomom HOCoqOdo=o6OLo#Xno(O8.{O<O<O<O<O<O<O<",
-"O<O<O<O<O<O<O<O<.{X'XJ.PO5.[O iOgXVX:OVXsoKomomomomomomom.bOMX/.1O .[O5.PXJX'.{O<O<O<O<O<O<O<O<",
-".|.|.|.|.|.|.|.|.|.}X]XH.KXn.G eX<oN.e 8 6 Qomomomom.bXN.roo xX< e.GXn.KXHX].}.|.|.|.|.|.|.|.|.|",
-"O4O4O4O4O4O4O4O4O4O4O<X;Xe.vXBX+ofoFob 7.@XQ W | | WXQ.@ 7oboFofX+XB.vXeX;O<O4O4O4O4O4O4O4O4O4O4",
-"X.X.X.X.X.X.X.X.X.X.X.O4X#XW sO. J.K.xo@oC `O%.8.8O% `oCo@.x.K JO. sXWX#O4X.X.X.X.X.X.X.X.X.X.X.",
-"O8O8O8O6O8XUXUO8O8XUXUO8X..|OnX,oc.F $ Jo&XbXRO5O5XRXbo& J $.FocX,On.|X.O8XUX@X@O8.3O8O8O8O8O8X@",
-"O8O8O8O8O8O8O8O8O8O8O8O8O8O8X.X. aop ; c Eo}.PXMXM.Po} E c ;op aX.X.O8O8O8O8O8O8O8O8O8O8O8O8O8O8",
-"X#X#X#X#X#X#X#X#X#X#X#X#X#X#X#X#O8O4X$X6 P.-onX3X3on.- PX6X$O4O8X#X#X#X#X#X#X#X#X#X#X#X#X#X#X#X#",
-"OeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeO8X4OGOnOcOcX} MOSX#OeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOeOe",
-"X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$O8ono-oAov.w.u.koEX#X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$",
-"X$X$X$X$X$X$X$X$X$olX$X$X$X$X$X$X$X$X$X#oD l.>o1O+.P.T.BOeX$X$X$X$X$X$X$OrOrX$X$X$X$X$X$X$X$X$X$",
-"OyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyX#oHXEXFoBO&.TO:OYX$OyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOyOy",
-"X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%Oy POo.CX0 -Xx.g TOyX%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%",
-"X%X%OuOuOuOuOuOuOuOuOuOuOuOuOuOuOuOuOuX% oo$.h boYo4.O UX%OuOuOuOuOuOuOuOuOuOuOuOuOuOuOuOuOuX%X%",
-" Ou.#OuOuOiX&X&X&X&X&X&X&X&X&X&X&X&X&Oy.a 4 * h.K.KO&XlX%X&X&X&X&X&X&X&X&X&X&X&X&X&X&OuOuX~Ou "
-};
diff --git a/platform/debian/rules b/platform/debian/rules
deleted file mode 100755
index b5e07565..00000000
--- a/platform/debian/rules
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-build-stamp:
- dh_testdir
- dh_testroot
- $(MAKE) -C $(PWD)/.. build=release prefix=/usr DESTDIR=$(CURDIR)/debian/tmp install
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
- -$(MAKE) -C $(PWD)/.. nuke
- dh_clean
-
-# Build architecture-independent files here.
-binary-indep: build
- dh_testdir
- dh_testroot
- dh_installdirs
- dh_installdocs
- dh_installchangelogs
- dh_installmenu
- dh_installmime
- dh_installman
- dh_compress
-
-# Build architecture-dependent files here.
-binary-arch: build
- dh_testdir
- dh_testroot
- dh_installdirs -a
- dh_install -a
- dh_strip -a
- dh_fixperms -a
- dh_makeshlibs -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary