--- /dev/null
--- /dev/null
++performous for Debian
++---------------------
++
++More songs for performous are available at
++
++http://performous.org/songs
++
++For more information about finding songs and adding own song folders see also
++
++https://github.com/performous/performous/wiki/Songs
++
++Songs are searched for in the following directories:
++ $HOME/.local/share/games/performous/songs/
++ $HOME/.ultrastar/songs/
++ /usr/local/share/games/ultrastar/songs/
++ /usr/local/share/ultrastar/songs/
++ /usr/share/games/ultrastar/songs/
++ /usr/share/games/performous/songs/
++ /usr/share/ultrastar/songs/
++ /usr/local/share/games/fretsonfire/data/songs/
++ /usr/share/games/fretsonfire/data/songs/
++
++You can see where Performous tries to find songs by launching it from a
++terminal with the argument --log info and observing the output.
++
++If your songs are not in UTF-8 (most songs aren't yet), please do:
++ recode CP1252..UTF-8 songs/*/*.txt
++
++You can use iconv instead, if you prefer:
++ iconv --from-code=ISO-8859-1 --to-code=UTF-8 source.txt > dest.txt
++
++For converting a whole directory of songs to UTF-8 with iconv:
++ for i in *; do echo $i; \
++ mv "$i/$i.txt" "$i/$i.ISO-8859-1.txt"; \
++ iconv --from-code=ISO-8859-1 --to-code=UTF-8 "$i/$i.ISO-8859-1.txt" \
++ > "$i/$i.txt"; \
++ done
++
++After that make sure that all the characters display correctly. If they don't,
++you need to guess which charset the original used (instead of CP1252) and retry.
++
++For more (up to date) information, see http://performous.org/
++
++ -- Markus Koschany <apo@gambaru.de> Fri, 07 Mar 2014 21:31:26 +0100
--- /dev/null
--- /dev/null
++Steps to obtain the original upstream sources:
++
++1. git clone https://github.com/performous/performous.git
++2. git checkout 79eff6c44b76f26366588e12a606a77bd6e97a83
++3. rm -rf .git/
++
++The file data/fonts/DroidSansMono.ttf was removed and replaced with a symlink
++to Debian's system fonts.
++
++ -- Markus Koschany <apo@gambaru.de> Tue, 15 Jul 2014 16:25:34 +0200
--- /dev/null
--- /dev/null
++performous (0.7.0+git20140715-2) unstable; urgency=medium
++
++ * Add fix-imagemagick-detection.patch. (Closes: #767755)
++ Detect ImageMagick library and build the ss_extract and ss_cover_conv
++ binaries again which were accidentally dropped.
++ * Add use-avconv.patch. (Closes: #699400)
++ Replace ffmpeg command with avconv for ss_extract tool because ffmpeg
++ will not be available for Jessie.
++ * performous-tools: Depend on libav-tools because ss_extract requires
++ the avconv command.
++ * Move the package to Git. Change Vcs fields accordingly.
++
++ -- Markus Koschany <apo@gambaru.de> Sun, 02 Nov 2014 13:46:41 +0100
++
++performous (0.7.0+git20140715-1) unstable; urgency=medium
++
++ * Imported Upstream version 0.7.0+git20140715.
++ - Fixes FTBFS with libav10. (Closes: #739433, #754486)
++ * Add libavresample-dev to Build-Depends. Needed for libav10.
++ * Update README.source for new release.
++ * Drop desktop-file.patch. Merged upstream.
++ * Switch to SDL2 by using libsdl2-dev instead of libsdl1.2-dev.
++
++ -- Markus Koschany <apo@gambaru.de> Tue, 15 Jul 2014 16:42:04 +0200
++
++performous (0.7.0+git20140217-1) unstable; urgency=medium
++
++ * Imported Upstream version 0.7.0+git20140217.
++ - Update to recommended git master version. (Closes: #710332)
++ - Fix audio noise when entering the game. (Closes: #740763)
++ * Add myself to Uploaders.
++ * Enable MIDI I/O support.
++ * debian/rules:
++ - Switch to dh sequencer and simplify debian/rules.
++ - Build with --parallel.
++ - Remove all overrides in regard to libda.
++ - Use only required dh_auto_configure options.
++ - Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed.
++ - Do not create separate ultrastar directory anymore.
++ * wrap-and-sort -sa
++ * debian/control:
++ - Remove unnecessary build-dependencies:
++ + libsamplerate0-dev
++ + libpulse-dev
++ + libgstreamer0.10-dev
++ + libjack-dev
++ - Use libboost-all-dev instead of single boost libraries.
++ - Switch to libglew-dev from libglew1.5-dev.
++ - Add libportmidi-dev [linux-any] and enable MIDI I/O support.
++ - Add libpng-dev and libjpeg-dev.
++ - Remove Conflicts, Replaces, Provides fields for obsolete ultrastar
++ package.
++ - Remove Pre-Depends dpkg (>= 1.15.6)
++ - performous: Add fonts-droid dependency.
++ - performous: Remove Recommends: ${alsalibs:Recommends} substvar.
++ * source/options: Use default xz compression.
++ * Update desktop.patch to desktop-file.patch and create a valid desktop file.
++ * Drop use-Boost-TIME_UTC_-constant-unconditionally.patch. Fixed upstream.
++ * Drop FindFreetype.patch. Fixed upstream.
++ * Drop libav0.8.patch. Fixed upstream.
++ * Update README.source. Explain how one can obtain the original sources.
++ * debian/docs: Do not install TODO.txt anymore. It does no longer exist.
++ * Drop debian/h2m folder. It is obsolete.
++ * Add longtitle to performous.menu.
++ * Add performous-tools.install file.
++ * Update README.Debian. Mention ~/.local/share/games/performous/songs as an
++ alternative song location. (Closes: #718897)
++ * Drop ultrastar-ng.links.
++ * Update debian/copyright to copyright format 1.0. Add Sil Open Fonts
++ license.
++ * Install performous.svg to /usr/share/icons/hicolor/scalable/apps.
++
++ -- Markus Koschany <apo@gambaru.de> Sat, 08 Mar 2014 11:52:55 +0100
++
++performous (0.7.0-3) unstable; urgency=medium
++
++ * Team upload.
++ * Update the local FindFreeType.cmake file to detect the latest version of
++ FreeType2 and make the software compile again. (Closes: #732735)
++ * Bump Standards-Version to 3.9.5, no changes.
++
++ -- Markus Koschany <apo@gambaru.de> Wed, 22 Jan 2014 21:02:04 +0100
++
++performous (0.7.0-2) unstable; urgency=low
++
++ * Team upload.
++ * debian/control:
++ - Use canonical VCS-URI.
++ - Remove versioned dependencies on boost libraries because they are
++ trivially satisfied now.
++ - Remove superfluous ${shlibs:Depends} substvar from performous-dbg
++ package.
++ - Bump Standards-Version to 3.9.4, no changes.
++ * debian/copyright: Fix lintian issue copyright-refers-to-symlink-license and
++ point to GPL-2 license.
++ * Add use-Boost-TIME_UTC_-constant-unconditionally.patch. Use always the new
++ Boost constant TIME_UTC_ and fix FTBFS with libboost1.49. (Closes: #710625)
++ * Drop boost_filesystem_v2.patch. Not necessary for newer boost versions.
++
++ -- Markus Koschany <apo@gambaru.de> Sun, 30 Jun 2013 11:59:10 +0200
++
++performous (0.7.0-1) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * New upstream release.
++ * Removed patches: jpeg-detection.patch and libav_api_change.patch
++ * Upgraded debian/compat to 9.
++ * Modified debian/rules to use fortified libc functions.
++ See: http://wiki.debian.org/Hardening
++ * Changed my email address in debian/control to miriam@debian.org
++
++ -- Miriam Ruiz <miriam@debian.org> Wed, 21 Nov 2012 00:01:41 +0100
++
++performous (0.6.1-6) unstable; urgency=low
++
++ * Team upload.
++
++ [ Salvatore Bonaccorso ]
++ * Add libpango1.0-dev to Build-Depends to fix FTBFS. (Closes: #665256)
++
++ [ Ansgar Burchardt ]
++ * Bump Standards-Version to 3.9.3 (no changes).
++
++ -- Ansgar Burchardt <ansgar@debian.org> Fri, 06 Apr 2012 10:04:51 +0200
++
++performous (0.6.1-5) unstable; urgency=low
++
++ * Team upload.
++ * Check for jpeglib.h which is actually included instead of jconfig.h.
++ The latter is installed in multiarch location. Patch from Ilya Barygin.
++ (Closes: #659740)
++ * Add build-arch and build-indep targets.
++ * Fix Vcs-Browser link.
++
++ -- Felix Geyer <debfx-pkg@fobos.de> Tue, 31 Jan 2012 15:26:47 +0100
++
++performous (0.6.1-4) unstable; urgency=low
++
++ * Team upload.
++ * Add missing include for libav0.8. (Closes: #654221)
++ * Use xz compression for binary packages.
++ * Remove quilt references from debian/control and debian/rules.
++ The package already uses the 3.0 (quilt) source format.
++ * Bump Standards-Version to 3.9.2 (no changes).
++
++ -- Ansgar Burchardt <ansgar@debian.org> Sun, 15 Jan 2012 22:48:58 +0100
++
++performous (0.6.1-3) unstable; urgency=low
++
++ * Team upload.
++ * Remove deprecated ffmpeg/libav API functions. This prevents a
++ FTBFS when libav/0.7 is uploaded to unstable. Patch by Scott
++ Kitterman (Closes: #637105)
++ * Drop transition package ultrastar-ng now that Squeeze is released
++
++ -- Moritz Muehlenhoff <jmm@debian.org> Wed, 24 Aug 2011 22:33:21 +0200
++
++performous (0.6.1-2) unstable; urgency=low
++
++ * Team upload.
++
++ [ Evgeni Golov ]
++ * Set BOOST_FILESYSTEM_VERSION=2 to prevent FTBFS with boost >= 1.46
++ Closes: #625109
++
++ [ Bruno "Fuddl" Kleinert ]
++ * Follow libmagick transition and build-depend on libmagick++-dev instead of
++ libmagick++9-dev, now. (Closes: #625610)
++
++ -- Bruno "Fuddl" Kleinert <fuddl@debian.org> Thu, 09 Jun 2011 18:14:57 +0200
++
++performous (0.6.1-1) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * New upstream release
++ * Using source package format "3.0 (quilt)"
++ * Upgraded Standards-Version from 3.8.3 to 3.9.1
++ * Added a recommend for vorbis-tools in performous-tools. Closes: #567807
++ * Removed configure target as dependency from clean in debian/rules
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Wed, 03 Nov 2010 22:57:47 +0100
++
++performous (0.5.1-1) unstable; urgency=low
++
++ * New upstream release.
++ - mainly bugfix
++ - adding some new instrument auto recognized
++ * Updated package description in debian/control
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Sat, 16 Jan 2010 16:00:15 +0100
++
++performous (0.5.0-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Wed, 13 Jan 2010 23:22:55 +0100
++
++performous (0.4.0-1) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * New upstream release. Closes: #558689
++ * Updated package description
++ * Upgraded Standards-Version from 3.8.2 to 3.8.3
++ * Added to Build-Depends: pkg-config
++ * Define in rules which plugins to compile.
++ See: libs/libda/plugins/CMakeLists.txt
++ * Fixed Vcs-Svn and Vcs-Browser in debian/control
++ * Added very simple man page for performous tools
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Wed, 02 Dec 2009 22:31:10 +0100
++
++performous (0.3.2-1) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * New upstream release
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Tue, 28 Jul 2009 00:43:34 +0200
++
++performous (0.3.1-1) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * New upstream release
++ * Added binary packages performous-tools and performous-tools-dbg
++ * Updated patches
++ * Upgraded Standards-Version to 3.8.2
++ * New build dependency: libglew1.5-dev
++ * It depends on cmake (>= 2.6) now
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Sat, 11 Jul 2009 20:22:04 +0200
++
++performous (0.3.0-3) unstable; urgency=low
++
++ [ Barry deFreese ]
++ * boost_fix.patch - Build with newer boost. (Closes: #530473).
++ * gcc_44.patch - Build with gcc-4.4. (Closes: #510848).
++ + Thanks to Martin Michlmayr for the patch.
++ * Add Section: debug to -dbg package.
++ * Fix some symantic errors in package description. (Closes: #517620).
++ * Bump Standards Version to 3.8.1.
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Thu, 28 May 2009 22:38:15 +0200
++
++performous (0.3.0-2) unstable; urgency=low
++
++ [ Ansgar Burchardt ]
++ * debian/copyright: Fix typo.
++
++ [ Miriam Ruiz ]
++ * Uploaded to sid
++ * Do not depend on the dependencies of the plugins
++ * Recommend the dependencies of the ALSA plugin
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Tue, 23 Dec 2008 22:19:45 +0100
++
++performous (0.3.0-1) experimental; urgency=low
++
++ * UltraStar NG is now called Performous. Package renamed to performous.
++ * New homepage: http://performous.org/
++ * New building system: cmake
++ * Updated build dependencies
++ * Removed ultrastar-ng-xine and ultrastar-ng-gstreamer packages
++ * Added package performous-dbg with the debugging symbols
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Tue, 11 Nov 2008 21:11:40 +0100
++
++ultrastar-ng (0.2.1-1) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * New Upstream Release (Closes: #453132)
++ * Removed unneeded patches
++ * Added packages to build deps:
++ + libtool
++ + portaudio19-dev | portaudio-dev
++ + libboost-dev, libboost-thread-dev, libboost-serialization-dev
++ + libboost-program-options-dev, libboost-regex-dev
++ * Moved shared objects to private directory: /usr/lib/ultraster-ng
++ * Added rpath to binaries to search for shared objects in the private dir
++ * Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,
++ since there are significantly less issues with GStreamer.
++ * Added patch to fix upstream desktop file
++ * Added -Wl,-as-needed to LDFLAGS
++ * Replaced fftw3-dev by libfftw3-dev in build dependencies.
++ * Standards-Version upgraded to 3.7.3
++
++ [ Mario Bonino ]
++ * Fixed data/Makefile.am to install .desktop file and icon
++
++ [ Jon Dowland ]
++ * add Homepage: control field to source stanza
++ * fix a bashism in debian/rules (Closes: #478634)
++
++ [ Ansgar Burchardt ]
++ * debian/control: Change XS-Vcs-* to Vcs-*
++ * Remove Homepage semi-field from description
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Sat, 07 Jun 2008 16:43:18 +0200
++
++ultrastar-ng (0.1.4-2) unstable; urgency=low
++
++ [ Miriam Ruiz ]
++ * Added patch to support previewing ogg files with xine (Closes: #430531)
++ * Added patch to check that SDL is properly initialized (Closes: #427386)
++ * Added patch to prevent incorrect singing screens in songs with wrong
++ #BACKGROUND or #VIDEO headers (Closes: #435383)
++
++ [ Jon Dowland ]
++ * update menu section to "Games/Action" for menu policy transition.
++ Thanks Linas Žvirblis.
++
++ [ Cyril Brulebois ]
++ * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Wed, 01 Aug 2007 08:52:08 +0000
++
++ultrastar-ng (0.1.4-1) unstable; urgency=low
++
++ * Build-Depends on libcairo2-dev (>= 1.2)
++ * Modified rules so that the icon and desktop files appear in both flavours
++ of the program.
++ * Added rule-flavour type of targets in debian/rules, so that it is
++ easier to maintain.
++ * New Upstream Release.
++ + Added difficulty level
++ + Added to-start cursor
++ + Added audio pause/seek
++ + Added practice screen
++ + Added ingame fullscreen support
++ + Rewrote of the lyrics parsing and screen API
++ + Added manpage, desktop and pixmap files
++ + Fixed latest unscaled graphics
++ + Bufixes and memleak fixes
++ * Reconfigure autotools files before running configure.
++ Added build dependencies: autoconf, automake1.10
++ * Added patch to avoid rebuilding the man page, not working properly.
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Sat, 19 May 2007 13:27:05 +0000
++
++ultrastar-ng (0.1.3-1) unstable; urgency=low
++
++ * Initial release (Closes: #411708)
++
++ -- Miriam Ruiz <little_miry@yahoo.es> Wed, 21 Feb 2007 22:17:24 +0000
++
--- /dev/null
--- /dev/null
++9
--- /dev/null
--- /dev/null
++Source: performous
++Section: games
++Priority: optional
++Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
++Uploaders:
++ Miriam Ruiz <miriam@debian.org>,
++ Markus Koschany <apo@gambaru.de>
++Build-Depends:
++ cmake,
++ debhelper (>= 9),
++ gettext,
++ help2man,
++ libasound2-dev,
++ libavcodec-dev,
++ libavformat-dev,
++ libavresample-dev,
++ libboost-all-dev,
++ libcairo2-dev,
++ libgl1-mesa-dev,
++ libglew-dev,
++ libjpeg-dev,
++ libmagick++-dev,
++ libpango1.0-dev,
++ libpng-dev,
++ libportmidi-dev [linux-any],
++ librsvg2-dev,
++ libsdl2-dev,
++ libswscale-dev,
++ libxml++2.6-dev,
++ pkg-config,
++ portaudio19-dev
++Standards-Version: 3.9.5
++Vcs-Git: git://anonscm.debian.org/pkg-games/performous.git
++Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/performous.git
++Homepage: http://performous.org/
++
++Package: performous
++Architecture: any
++Depends:
++ fonts-droid,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Description: karaoke game that allows user supplied songs
++ A karaoke, band and dancing game where one or more players perform a song
++ and the game scores their performances. Supports songs in UltraStar,
++ Frets on Fire and StepMania formats. Microphones and instruments from
++ SingStar, Guitar Hero and Rock Band as well as some dance pads are
++ autodetected.
++
++Package: performous-tools
++Architecture: any
++Depends:
++ libav-tools,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends:
++ vorbis-tools
++Suggests:
++ performous
++Description: karaoke game that allows user supplied songs - tools
++ A karaoke, band and dancing game where one or more players perform a song
++ and the game scores their performances. Supports songs in UltraStar,
++ Frets on Fire and StepMania formats. Microphones and instruments from
++ SingStar, Guitar Hero and Rock Band as well as some dance pads are
++ autodetected.
++ .
++ This package includes some tools for converting original Singstar DVDs to
++ the format used by Performous.
++
++Package: performous-dbg
++Section: debug
++Priority: extra
++Architecture: any
++Depends:
++ performous (= ${binary:Version}) | performous-tools (= ${binary:Version}),
++ ${misc:Depends}
++Description: karaoke game that allows user supplied songs - debug
++ A karaoke, band and dancing game where one or more players perform a song
++ and the game scores their performances. Supports songs in UltraStar,
++ Frets on Fire and StepMania formats. Microphones and instruments from
++ SingStar, Guitar Hero and Rock Band as well as some dance pads are
++ autodetected.
++ .
++ This package includes the debugging symbols.
--- /dev/null
--- /dev/null
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: Performous
++Source: http://performous.org/download
++
++Files: *
++Copyright: 2006-2014, Performous Developers
++License: GPL-2+
++Comment:
++ Please see Authors.txt for a complete list of contributors.
++
++Files: data/fonts/GoblinOne.otf
++ data/fonts/NewRocker-Regular.otf
++Copyright: 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
++ 2011, Brenda Gallo (gbrenda1987@gmail.com),
++ 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com),
++License: SIL-OPEN-FONT-LICENSE-VERSION-1.1
++
++Files: debian/*
++Copyright: 2007-2012, Miriam Ruiz <miriam@debian.org>
++ 2011, Bruno "Fuddl" Kleinert <fuddl@debian.org>
++ 2011, Moritz Muehlenhoff <jmm@debian.org>
++ 2012, Ansgar Burchardt <ansgar@debian.org>
++ 2012, Felix Geyer <debfx-pkg@fobos.de>
++ 2013-2014, Markus Koschany <apo@gambaru.de>
++License: GPL-2+
++
++License: GPL-2+
++ On Debian systems, the complete text of the GNU General
++ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
++
++License: SIL-OPEN-FONT-LICENSE-VERSION-1.1
++ This Font Software is licensed under the SIL Open Font License, Version 1.1.
++ This license is copied below, and is also available with a FAQ at:
++ http://scripts.sil.org/OFL
++ .
++ .
++ -----------------------------------------------------------
++ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
++ -----------------------------------------------------------
++ .
++ PREAMBLE
++ The goals of the Open Font License (OFL) are to stimulate worldwide
++ development of collaborative font projects, to support the font creation
++ efforts of academic and linguistic communities, and to provide a free and
++ open framework in which fonts may be shared and improved in partnership
++ with others.
++ .
++ The OFL allows the licensed fonts to be used, studied, modified and
++ redistributed freely as long as they are not sold by themselves. The
++ fonts, including any derivative works, can be bundled, embedded,
++ redistributed and/or sold with any software provided that any reserved
++ names are not used by derivative works. The fonts and derivatives,
++ however, cannot be released under any other type of license. The
++ requirement for fonts to remain under this license does not apply
++ to any document created using the fonts or their derivatives.
++ .
++ DEFINITIONS
++ "Font Software" refers to the set of files released by the Copyright
++ Holder(s) under this license and clearly marked as such. This may
++ include source files, build scripts and documentation.
++ .
++ & quot;Reserved Font Name" refers to any names specified as such after the
++ copyright statement(s).
++ .
++ "Original Version" refers to the collection of Font Software components as
++ distributed by the Copyright Holder(s).
++ .
++ "Modified Version" refers to any derivative made by adding to, deleting,
++ or substituting -- in part or in whole -- any of the components of the
++ Original Version, by changing formats or by porting the Font Software to a
++ new environment.
++ .
++ "Author" refers to any designer, engineer, programmer, technical
++ writer or other person who contributed to the Font Software.
++ .
++ PERMISSION & CONDITIONS
++ Permission is hereby granted, free of charge, to any person obtaining
++ a copy of the Font Software, to use, study, copy, merge, embed, modify,
++ redistribute, and sell modified and unmodified copies of the Font
++ Software, subject to the following conditions:
++ .
++ 1) Neither the Font Software nor any of its individual components,
++ in Original or Modified Versions, may be sold by itself.
++ .
++ 2) Original or Modified Versions of the Font Software may be bundled,
++ redistributed and/or sold with any software, provided that each copy
++ contains the above copyright notice and this license. These can be
++ included either as stand-alone text files, human-readable headers or
++ in the appropriate machine-readable metadata fields within text or
++ binary files as long as those fields can be easily viewed by the user.
++ .
++ 3) No Modified Version of the Font Software may use the Reserved Font
++ Name(s) unless explicit written permission is granted by the corresponding
++ Copyright Holder. This restriction only applies to the primary font name as
++ presented to the users.
++ .
++ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
++ Software shall not be used to promote, endorse or advertise any
++ Modified Version, except to acknowledge the contribution(s) of the
++ Copyright Holder(s) and the Author(s) or with their explicit written
++ permission.
++ .
++ 5) The Font Software, modified or unmodified, in part or in whole,
++ must be distributed entirely under this license, and must not be
++ distributed under any other license. The requirement for fonts to
++ remain under this license does not apply to any document created
++ using the Font Software.
++ .
++ TERMINATION
++ This license becomes null and void if any of the above conditions are
++ not met.
++ .
++ DISCLAIMER
++ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
++ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
++ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
++ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
++ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
++ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
++ OTHER DEALINGS IN THE FONT SOFTWARE.
--- /dev/null
--- /dev/null
++docs/Authors.txt
--- /dev/null
--- /dev/null
++From: Markus Koschany <apo@gambaru.de>
++Date: Sun, 2 Nov 2014 13:44:14 +0100
++Subject: fix imagemagick detection
++
++Fix the detection of the ImageMagick library for Debian systems which use
++Multiarch paths. That ensures that ss_extract and ss_cover_conv are built
++again.
++
++Forwarded: https://github.com/performous/performous/pull/113
++---
++ tools/CMakeLists.txt | 7 ++++++-
++ 1 file changed, 6 insertions(+), 1 deletion(-)
++
++diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
++index 50bdd6f..d96f1db 100644
++--- a/tools/CMakeLists.txt
+++++ b/tools/CMakeLists.txt
++@@ -21,13 +21,18 @@ if (APPLE)
++ find_package(ImageMagick COMPONENTS Magick++)
++ include_directories(${ImageMagick_INCLUDE_DIRS})
++ else (APPLE)
++- foreach(lib LibXML++ Z Magick++ Jpeg Tiff Png Freetype Z)
+++ foreach(lib LibXML++ Z Jpeg Tiff Png Freetype Z)
++ find_package(${lib})
++ if (${lib}_FOUND)
++ include_directories(${${lib}_INCLUDE_DIRS})
++ add_definitions(${${lib}_DEFINITIONS})
++ endif (${lib}_FOUND)
++ endforeach(lib)
+++
+++ find_package(ImageMagick COMPONENTS Magick++)
+++ find_package(PkgConfig)
+++ PKG_CHECK_MODULES(IMAGEMAGICK Magick++ MagickWand MagickCore)
+++ include_directories(${ImageMagick_INCLUDE_DIRS})
++ endif (APPLE)
++
++ # Set default compile flags for GCC
--- /dev/null
--- /dev/null
++use-avconv.patch
++fix-imagemagick-detection.patch
--- /dev/null
--- /dev/null
++From: Markus Koschany <apo@gambaru.de>
++Date: Sun, 2 Nov 2014 00:57:00 +0100
++Subject: use avconv
++
++Use avconv command instead of ffmpeg because the latter is not available on
++Debian systems. This should be revisited for Jessie+1.
++
++Forwarded: not-needed
++---
++ tools/ss_extract.cc | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/tools/ss_extract.cc b/tools/ss_extract.cc
++index 2a94110..6677b8f 100644
++--- a/tools/ss_extract.cc
+++++ b/tools/ss_extract.cc
++@@ -213,7 +213,7 @@ struct Process {
++ }
++ if (g_mkvcompress) {
++ std::cerr << ">>> Compressing video into video.m4v" << std::endl;
++- std::string cmd = "ffmpeg -i \"" + (path / "video.mpg").string() + "\" -vcodec libx264 -profile main -crf 25 -threads 0 -metadata album=\"" + song.edition + "\" -metadata author=\"" + song.artist + "\" -metadata comment=\"" + song.genre + "\" -metadata title=\"" + song.title + "\" \"" + (path / "video.m4v\"").string();
+++ std::string cmd = "avconv -i \"" + (path / "video.mpg").string() + "\" -vcodec libx264 -profile main -crf 25 -threads 0 -metadata album=\"" + song.edition + "\" -metadata author=\"" + song.artist + "\" -metadata comment=\"" + song.genre + "\" -metadata title=\"" + song.title + "\" \"" + (path / "video.m4v\"").string();
++ std::cerr << cmd << std::endl;
++ if (std::system(cmd.c_str()) == 0) { // FIXME: std::system return value is not portable
++ fs::remove(path / "video.mpg");
--- /dev/null
--- /dev/null
++.TH "" "" "" "" ""
++.SH "NAME"
++performous\-tools \- Tools for Performous karaoke game
++.SH "SYNOPSIS"
++\fBss_extract\fR [\-h|\-\-help] [\-\-dvd arg] [\-l|\-\-list] [\-\-song arg] [\-\-video arg] [\-\-audio arg]
++.TP
++\fBss_adpcm_decode\fR [\-h|\-\-help] [archive.pak] input.mib output.wav
++.TP
++\fBss_chc_decode\fR chc_file key1 key2 key3 key4 track_id
++.TP
++\fBss_cover_conv\fR [\-h|\-\-help] [pak_file] [track_id] [output_image]
++.TP
++\fBss_ipu_conv\fR [\-h|\-\-help] infile.ipu outfile.m2v
++.TP
++\fBss_ipu_decode\fR [\-h|\-\-help] input output
++.TP
++\fBss_pak_extract\fR [\-h|\-\-help] file.pak \-\-extract [files]
++.TP
++\fBss_pak_extract\fR file.pak \-\-dump file
++.TP
++\fBss_pak_extract\fR file.pak \-\-list
++.TP
++\fBss_archive_extract\fR archive \-\-extract [files]
++.TP
++\fBss_archive_extract\fR archive \-\-dump file
++.TP
++\fBss_archive_extract\fR archive \-\-list
++.TP
++\fBgh_fsb_decrypt\fR input.fsb
++.TP
++\fBgh_xen_decrypt\fR input.xen output
++.TP
++\fBitg_pck\fR file.pck
++.SH "DESCRIPTION"
++Tools for converting original Singstar and Guitar Hero data to the format used by Performous.
++.SH "SEE ALSO"
++\fIperformous\fR(6)
--- /dev/null
--- /dev/null
++usr/bin/* usr/games
++usr/share/man/man1
--- /dev/null
--- /dev/null
++usr/share/man/man7/performous-tools.7.gz usr/share/man/man1/ss_archive_extract.1.gz
++usr/share/man/man7/performous-tools.7.gz usr/share/man/man1/itg_pck.1.gz
--- /dev/null
--- /dev/null
++debian/performous-tools.7
--- /dev/null
--- /dev/null
++debian/performous_32x32.xpm usr/share/pixmaps
++usr/bin/performous usr/games
++usr/share/applications
++usr/share/games/performous
++usr/share/locale
++usr/share/man/man6
++usr/share/pixmaps/performous.svg usr/share/icons/hicolor/scalable/apps
--- /dev/null
--- /dev/null
++usr/share/fonts/truetype/droid/DroidSansMono.ttf usr/share/games/performous/fonts/DroidSansMono.ttf
--- /dev/null
--- /dev/null
++?package(performous):needs="x11" \
++ section="Games/Action" \
++ title="Performous" \
++ longtitle="Performous - karaoke game that allows user supplied songs" \
++ command="/usr/games/performous" \
++ icon="/usr/share/pixmaps/performous_32x32.xpm"
--- /dev/null
--- /dev/null
++/* XPM */
++static char * performous_32x32_xpm[] = {
++"32 32 697 2",
++" c None",
++". c #34565E",
++"+ c #33535B",
++"@ c #315159",
++"# c #2F4E56",
++"$ c #2D4B53",
++"% c #2B484F",
++"& c #29444C",
++"* c #274147",
++"= c #243D43",
++"- c #22393F",
++"; c #1F353A",
++"> c #1C3035",
++", c #1A2C30",
++"' c #1A2B2E",
++") c #223033",
++"! c #374144",
++"~ c #444C4E",
++"{ c #303637",
++"] c #131718",
++"^ c #040707",
++"/ c #010101",
++"( c #000000",
++"_ c #3C616A",
++": c #3B5F68",
++"< c #395C65",
++"[ c #375A63",
++"} c #355760",
++"| c #33545C",
++"1 c #315058",
++"2 c #2F4D55",
++"3 c #2C4951",
++"4 c #2A454C",
++"5 c #274148",
++"6 c #274046",
++"7 c #31474C",
++"8 c #4C5D61",
++"9 c #768285",
++"0 c #A7ADAF",
++"a c #A6A9AA",
++"b c #959A9B",
++"c c #495153",
++"d c #141C1E",
++"e c #080E0F",
++"f c #040708",
++"g c #010202",
++"h c #446C76",
++"i c #426A73",
++"j c #416771",
++"k c #3F656E",
++"l c #3D626B",
++"m c #375962",
++"n c #34555E",
++"o c #32525A",
++"p c #325057",
++"q c #455F65",
++"r c #78898E",
++"s c #AEB8BA",
++"t c #B7BABC",
++"u c #878888",
++"v c #232323",
++"w c #646666",
++"x c #828A8C",
++"y c #2A3739",
++"z c #101C1E",
++"A c #0C1417",
++"B c #040808",
++"C c #010203",
++"D c #4C7681",
++"E c #4A747F",
++"F c #49727D",
++"G c #47707A",
++"H c #456D78",
++"I c #436B74",
++"J c #3F646E",
++"K c #3A5E67",
++"L c #43646C",
++"M c #7B9096",
++"N c #B2BABC",
++"O c #616263",
++"P c #353535",
++"Q c #4B4C4C",
++"R c #737373",
++"S c #454646",
++"T c #A0A8AA",
++"U c #445458",
++"V c #1E2E32",
++"W c #19272B",
++"X c #142023",
++"Y c #0D1619",
++"Z c #080F11",
++"` c #050809",
++" . c #010303",
++".. c #537F8B",
++"+. c #527E89",
++"@. c #507C88",
++"#. c #4F7A85",
++"$. c #4D7882",
++"%. c #4B7580",
++"&. c #476F7A",
++"*. c #436973",
++"=. c #54767E",
++"-. c #A1B3B7",
++";. c #7C7F7F",
++">. c #050505",
++",. c #696A6A",
++"'. c #DFE1E2",
++"). c #E9EBEB",
++"!. c #7F8080",
++"~. c #BFC4C6",
++"{. c #78878A",
++"]. c #4F6064",
++"^. c #4F5E62",
++"/. c #38474B",
++"(. c #19282B",
++"_. c #101C1F",
++":. c #0C1518",
++"<. c #040809",
++"[. c #5A8995",
++"}. c #598793",
++"|. c #588692",
++"1. c #56848F",
++"2. c #54818D",
++"3. c #517C88",
++"4. c #4C7781",
++"5. c #597E88",
++"6. c #A0B5BA",
++"7. c #9C9FA1",
++"8. c #060606",
++"9. c #6D6E6E",
++"0. c #E5E8EA",
++"a. c #E4E8E9",
++"b. c #F7F8F9",
++"c. c #E6E8E9",
++"d. c #BFC5C7",
++"e. c #B8C0C2",
++"f. c #B4BCBE",
++"g. c #768487",
++"h. c #2B3E42",
++"i. c #192A2E",
++"j. c #142327",
++"k. c #080E10",
++"l. c #62929E",
++"m. c #61909C",
++"n. c #5F8F9B",
++"o. c #5E8D99",
++"p. c #5C8B97",
++"q. c #5B8995",
++"r. c #598692",
++"s. c #58818C",
++"t. c #8AA6AD",
++"u. c #C4CCCF",
++"v. c #323232",
++"w. c #212121",
++"x. c #7B7C7C",
++"y. c #E5E6E7",
++"z. c #A8A8A9",
++"A. c #555555",
++"B. c #343535",
++"C. c #A0A1A1",
++"D. c #BDBFC0",
++"E. c #A6B1B3",
++"F. c #43585E",
++"G. c #21373D",
++"H. c #182A2E",
++"I. c #142226",
++"J. c #101B1F",
++"K. c #0B1516",
++"L. c #070D0F",
++"M. c #030606",
++"N. c #699AA7",
++"O. c #6899A6",
++"P. c #6798A4",
++"Q. c #6696A3",
++"R. c #6495A1",
++"S. c #62939F",
++"T. c #60909C",
++"U. c #5F8E9A",
++"V. c #5A8894",
++"W. c #5A8692",
++"X. c #7499A2",
++"Y. c #BECFD3",
++"Z. c #A1A3A4",
++"`. c #1F1F1F",
++" + c #2B2B2B",
++".+ c #3E3E3E",
++"++ c #4A4A4A",
++"@+ c #C3CBCD",
++"#+ c #60767B",
++"$+ c #2C464E",
++"%+ c #243C43",
++"&+ c #20363B",
++"*+ c #1C3034",
++"=+ c #17282D",
++"-+ c #132225",
++";+ c #0F1A1D",
++">+ c #0B1315",
++",+ c #71A3B0",
++"'+ c #70A2AF",
++")+ c #6FA1AD",
++"!+ c #6EA0AC",
++"~+ c #6C9EAA",
++"{+ c #6A9CA8",
++"]+ c #699AA6",
++"^+ c #6697A4",
++"/+ c #759DA7",
++"(+ c #BACED3",
++"_+ c #BDC0C1",
++":+ c #272727",
++"<+ c #333434",
++"[+ c #CCD3D5",
++"}+ c #72898F",
++"|+ c #36545C",
++"1+ c #284349",
++"2+ c #243C42",
++"3+ c #20353B",
++"4+ c #1B2F34",
++"5+ c #17272C",
++"6+ c #132124",
++"7+ c #78ABB8",
++"8+ c #77AAB7",
++"9+ c #76A9B6",
++"0+ c #75A8B5",
++"a+ c #74A6B3",
++"b+ c #73A5B1",
++"c+ c #6FA0AD",
++"d+ c #6C9EAB",
++"e+ c #6A9BA8",
++"f+ c #6E9CA8",
++"g+ c #92B4BD",
++"h+ c #CAD6D9",
++"i+ c #4C4D4D",
++"j+ c #181818",
++"k+ c #373838",
++"l+ c #CED6D8",
++"m+ c #728D94",
++"n+ c #3D5E67",
++"o+ c #34555D",
++"p+ c #304F57",
++"q+ c #274248",
++"r+ c #233B41",
++"s+ c #1F3439",
++"t+ c #1A2D32",
++"u+ c #7FB2BF",
++"v+ c #7FB1BF",
++"w+ c #7EB0BE",
++"x+ c #7DAFBD",
++"y+ c #7CAFBB",
++"z+ c #7AADBA",
++"A+ c #74A7B4",
++"B+ c #73A5B2",
++"C+ c #83AEB9",
++"D+ c #B9D1D7",
++"E+ c #ADB2B3",
++"F+ c #202020",
++"G+ c #0C0C0C",
++"H+ c #D2DBDD",
++"I+ c #79959C",
++"J+ c #466B75",
++"K+ c #385A63",
++"L+ c #34545D",
++"M+ c #2B474E",
++"N+ c #264047",
++"O+ c #86B9C6",
++"P+ c #86B8C5",
++"Q+ c #85B8C5",
++"R+ c #84B7C4",
++"S+ c #83B6C3",
++"T+ c #82B5C2",
++"U+ c #80B3C0",
++"V+ c #7CAFBC",
++"W+ c #82B1BE",
++"X+ c #A4C6CF",
++"Y+ c #D5E2E5",
++"Z+ c #636464",
++"`+ c #080808",
++" @ c #161616",
++".@ c #919191",
++"+@ c #DDE3E4",
++"@@ c #A5BAC0",
++"#@ c #6A8C94",
++"$@ c #4F747D",
++"%@ c #476B74",
++"&@ c #43666E",
++"*@ c #3A5C64",
++"=@ c #2E4C53",
++"-@ c #29454C",
++";@ c #8DC0CC",
++">@ c #8DBFCC",
++",@ c #8CBFCB",
++"'@ c #8BBECB",
++")@ c #8BBDCA",
++"!@ c #89BCC9",
++"~@ c #88BAC7",
++"{@ c #87B9C5",
++"]@ c #9CC4CE",
++"^@ c #CCE0E6",
++"/@ c #A1A5A6",
++"(@ c #0E0E0E",
++"_@ c #040404",
++":@ c #3C3D3D",
++"<@ c #2A2A2A",
++"[@ c #070707",
++"}@ c #090909",
++"|@ c #575858",
++"1@ c #A8AFB1",
++"2@ c #B0C2C6",
++"3@ c #8AA5AC",
++"4@ c #829EA5",
++"5@ c #7D989E",
++"6@ c #5A7A82",
++"7@ c #3E616A",
++"8@ c #94C5D2",
++"9@ c #93C5D2",
++"0@ c #93C5D1",
++"a@ c #92C4D0",
++"b@ c #91C3CF",
++"c@ c #90C2CE",
++"d@ c #8EC0CD",
++"e@ c #97C4D0",
++"f@ c #C0DBE2",
++"g@ c #C1C9CB",
++"h@ c #252626",
++"i@ c #4C4E4E",
++"j@ c #DAE2E3",
++"k@ c #C9D2D4",
++"l@ c #9B9FA0",
++"m@ c #3B3B3B",
++"n@ c #0D0D0D",
++"o@ c #898C8D",
++"p@ c #BFC8CA",
++"q@ c #ADB7B9",
++"r@ c #98AEB4",
++"s@ c #5A7C84",
++"t@ c #3F646D",
++"u@ c #385B64",
++"v@ c #9ACBD7",
++"w@ c #9BCBD8",
++"x@ c #99CAD7",
++"y@ c #99C9D6",
++"z@ c #97C8D4",
++"A@ c #ABD2DC",
++"B@ c #DCEBEF",
++"C@ c #696B6B",
++"D@ c #191919",
++"E@ c #AFB8BA",
++"F@ c #B9D3DA",
++"G@ c #A9C8D0",
++"H@ c #C3D8DD",
++"I@ c #CDD7D9",
++"J@ c #383939",
++"K@ c #101010",
++"L@ c #4F5050",
++"M@ c #8D8F8F",
++"N@ c #CBD4D7",
++"O@ c #4F757E",
++"P@ c #406670",
++"Q@ c #A1D0DC",
++"R@ c #A1D1DD",
++"S@ c #A1D0DD",
++"T@ c #A0CFDB",
++"U@ c #9FCEDB",
++"V@ c #B4D9E2",
++"W@ c #DDEAED",
++"X@ c #636465",
++"Y@ c #030303",
++"Z@ c #949798",
++"`@ c #C8DEE4",
++" # c #95BFCA",
++".# c #84B3BF",
++"+# c #8DB8C2",
++"@# c #A7C7CF",
++"## c #C2D7DD",
++"$# c #D8E5E8",
++"%# c #ACB2B3",
++"&# c #555656",
++"*# c #0F0F0F",
++"=# c #595C5D",
++"-# c #ABC0C6",
++";# c #5F848F",
++"># c #48717B",
++",# c #A7D5E0",
++"'# c #A8D5E1",
++")# c #A8D6E2",
++"!# c #A7D5E1",
++"~# c #A6D4E0",
++"{# c #B1D9E3",
++"]# c #D9ECF2",
++"^# c #9C9F9F",
++"/# c #020202",
++"(# c #D3DDE0",
++"_# c #AFD2DA",
++":# c #8DBDC9",
++"<# c #84B6C4",
++"[# c #81B3C0",
++"}# c #82B2BF",
++"|# c #89B5C0",
++"1# c #96BCC5",
++"2# c #B0CBD2",
++"3# c #CDDEE2",
++"4# c #CFD6D8",
++"5# c #7B7D7E",
++"6# c #AEB7B9",
++"7# c #9DB7BE",
++"8# c #618A94",
++"9# c #ACD9E4",
++"0# c #ADDAE5",
++"a# c #AEDAE6",
++"b# c #AEDAE5",
++"c# c #ADD9E5",
++"d# c #B4DCE6",
++"e# c #D7EDF2",
++"f# c #CEDCE0",
++"g# c #A9D0DA",
++"h# c #91C2CE",
++"i# c #87BAC7",
++"j# c #84B6C3",
++"k# c #80B2C0",
++"l# c #7FB0BD",
++"m# c #82B0BC",
++"n# c #90B7C2",
++"o# c #ABC8CF",
++"p# c #B9CFD4",
++"q# c #A5C1C8",
++"r# c #78A0AB",
++"s# c #5E8B97",
++"t# c #56838F",
++"u# c #B1DCE7",
++"v# c #B3DDE8",
++"w# c #B4DEE9",
++"x# c #B5DEE9",
++"y# c #B5DFEA",
++"z# c #B5DFE9",
++"A# c #BAE0EA",
++"B# c #D8EEF4",
++"C# c #A6AAAB",
++"D# c #737677",
++"E# c #D2E8EE",
++"F# c #A7D2DD",
++"G# c #98C8D5",
++"H# c #8FC1CE",
++"I# c #87B9C6",
++"J# c #7FB1BE",
++"K# c #7DAEBB",
++"L# c #80AFBA",
++"M# c #83AFBA",
++"N# c #79A6B1",
++"O# c #6A9AA6",
++"P# c #5D8B98",
++"Q# c #B6DFEA",
++"R# c #B8E1EB",
++"S# c #B9E2EC",
++"T# c #BBE3ED",
++"U# c #BCE3ED",
++"V# c #BFE4EE",
++"W# c #D7EEF4",
++"X# c #BABFC0",
++"Y# c #0E0F0F",
++"Z# c #AFB6B7",
++"`# c #C6E4EB",
++" $ c #A8D4DF",
++".$ c #9FCFDB",
++"+$ c #97C8D5",
++"@$ c #93C4D1",
++"#$ c #8EC1CD",
++"$$ c #8ABCC9",
++"%$ c #81B4C1",
++"&$ c #7DAFBC",
++"*$ c #79ABB7",
++"=$ c #6494A0",
++"-$ c #B3D9E3",
++";$ c #B9DFE9",
++">$ c #BEE4ED",
++",$ c #C0E6EF",
++"'$ c #C2E7F0",
++")$ c #C3E7F1",
++"!$ c #C4E8F0",
++"~$ c #D7EFF5",
++"{$ c #CFD5D7",
++"]$ c #1C1C1C",
++"^$ c #191A1A",
++"/$ c #D7E1E4",
++"($ c #C2E3EC",
++"_$ c #ADD9E4",
++":$ c #A3D2DE",
++"<$ c #96C7D4",
++"[$ c #92C3D0",
++"}$ c #88BAC8",
++"|$ c #7EB1BE",
++"1$ c #7AADB9",
++"2$ c #75A7B4",
++"3$ c #70A2AE",
++"4$ c #6B9CA9",
++"5$ c #ADD0D9",
++"6$ c #B5D7E0",
++"7$ c #C0E3EC",
++"8$ c #C5E8F1",
++"9$ c #C8EAF3",
++"0$ c #C9EBF4",
++"a$ c #CAEBF4",
++"b$ c #D7F0F7",
++"c$ c #E6EEF0",
++"d$ c #303030",
++"e$ c #414242",
++"f$ c #EAF6F9",
++"g$ c #C5E6EE",
++"h$ c #B4DEE8",
++"i$ c #AFDBE6",
++"j$ c #ABD7E3",
++"k$ c #A2D1DD",
++"l$ c #9DCDDA",
++"m$ c #8ABDC9",
++"n$ c #7CAEBB",
++"o$ c #72A4B0",
++"p$ c #AED0D9",
++"q$ c #B0D0D9",
++"r$ c #B5D5DD",
++"s$ c #BCDBE4",
++"t$ c #BDDCE4",
++"u$ c #C0DEE5",
++"v$ c #C4E1E9",
++"w$ c #C7E5EC",
++"x$ c #CBE9F0",
++"y$ c #D7EFF6",
++"z$ c #EEF8FB",
++"A$ c #585A5A",
++"B$ c #393A3A",
++"C$ c #E0E7E9",
++"D$ c #C1E5EE",
++"E$ c #B7E0EA",
++"F$ c #B2DDE8",
++"G$ c #A9D6E2",
++"H$ c #A5D3DF",
++"I$ c #A0D0DC",
++"J$ c #97C7D4",
++"K$ c #91C3D0",
++"L$ c #7DB0BD",
++"M$ c #ADD0D8",
++"N$ c #B0CFD8",
++"O$ c #B7D6DE",
++"P$ c #CAEAF2",
++"Q$ c #CFEEF6",
++"R$ c #D2EFF7",
++"S$ c #D1ECF3",
++"T$ c #CCE6ED",
++"U$ c #C9E2E9",
++"V$ c #CDE4E9",
++"W$ c #DCE9ED",
++"X$ c #A7AAAA",
++"Y$ c #353636",
++"Z$ c #D4EEF5",
++"`$ c #C2E6EF",
++" % c #BAE2EC",
++".% c #98C9D6",
++"+% c #89BBC8",
++"@% c #ADCFD8",
++"#% c #AFCED7",
++"$% c #B1CFD6",
++"%% c #B6D2DA",
++"&% c #C4E0E7",
++"*% c #D4F0F7",
++"=% c #D8F2F9",
++"-% c #DBF3FA",
++";% c #DDF4FA",
++">% c #DFF5FA",
++",% c #E7F8FC",
++"'% c #EFF5F7",
++")% c #545555",
++"!% c #6F7172",
++"~% c #E9F5F8",
++"{% c #D7F0F6",
++"]% c #C6E8F1",
++"^% c #BDE4EE",
++"/% c #B3DEE8",
++"(% c #A9D7E2",
++"_% c #A4D3DF",
++":% c #9ACAD7",
++"<% c #95C6D3",
++"[% c #90C2CF",
++"}% c #BEE3EC",
++"|% c #BBDDE6",
++"1% c #B7D5DD",
++"2% c #B3CFD6",
++"3% c #B5CDD4",
++"4% c #BFD7DD",
++"5% c #D2EAF0",
++"6% c #DEF5FB",
++"7% c #E1F6FB",
++"8% c #E4F7FC",
++"9% c #E7F8FD",
++"0% c #F2FBFE",
++"a% c #CDCFD0",
++"b% c #1B1C1C",
++"c% c #ADAFB0",
++"d% c #D4EFF6",
++"e% c #C5E8F2",
++"f% c #BFE5EF",
++"g% c #B0DBE6",
++"h% c #ABD8E3",
++"i% c #8BBECA",
++"j% c #BEE5EE",
++"k% c #C3E8F1",
++"l% c #C7E9F2",
++"m% c #C9E8F0",
++"n% c #C4DFE5",
++"o% c #BED6DC",
++"p% c #BDD2D7",
++"q% c #C7DADF",
++"r% c #D4E6EB",
++"s% c #DDEDF1",
++"t% c #E5F3F7",
++"u% c #F1FBFD",
++"v% c #F8FBFC",
++"w% c #707070",
++"x% c #3B3C3C",
++"y% c #E1E9EB",
++"z% c #DCF2F8",
++"A% c #CDECF5",
++"B% c #C6E9F2",
++"C% c #C1E6F0",
++"D% c #9CCCD9",
++"E% c #CBECF5",
++"F% c #D1EFF7",
++"G% c #D5F0F7",
++"H% c #D6EEF4",
++"I% c #D3E8ED",
++"J% c #CCDCE0",
++"K% c #C8D5D8",
++"L% c #C7D1D4",
++"M% c #CED5D6",
++"N% c #E0E2E3",
++"O% c #929292",
++"P% c #838485",
++"Q% c #E9F4F7",
++"R% c #D2F0F7",
++"S% c #CCEDF5",
++"T% c #C7EAF3",
++"U% c #B7E0EB",
++"V% c #CEEDF6",
++"W% c #D3F0F8",
++"X% c #D8F3F9",
++"Y% c #E3F7FC",
++"Z% c #E7F7FA",
++"`% c #E9F2F4",
++" & c #D5D8D8",
++".& c #909090",
++"+& c #343434",
++"@& c #EAEFF1",
++"#& c #EAF9FD",
++"$& c #DEF5FA",
++"%& c #CDEDF5",
++"&& c #BCE4EE",
++"*& c #B1DDE8",
++"=& c #C4E8F1",
++"-& c #D4F0F8",
++";& c #DAF3FA",
++">& c #E0F6FB",
++",& c #F3FCFE",
++"'& c #D1D4D4",
++")& c #7E7E7F",
++"!& c #6F6F6F",
++"~& c #0B0B0B",
++"{& c #868787",
++"]& c #F4FBFD",
++"^& c #E2F7FC",
++"/& c #D7F2F9",
++"(& c #C7EAF2",
++"_& c #D5F1F8",
++":& c #EBF9FD",
++"<& c #F4FCFE",
++"[& c #F9FDFF",
++"}& c #E8EAEB",
++"|& c #757676",
++"1& c #777777",
++"2& c #EFF2F2",
++"3& c #EBFAFD",
++"4& c #E6F8FD",
++"5& c #DBF4FA",
++"6& c #D0EFF7",
++"7& c #CBECF4",
++"8& c #C5E9F2",
++"9& c #C0E5EF",
++"0& c #AAD7E3",
++"a& c #C4E8F2",
++"b& c #E0F5FB",
++"c& c #E6F7FC",
++"d& c #ECFAFD",
++"e& c #F7FDFE",
++"f& c #F8FDFE",
++"g& c #F5FCFE",
++"h& c #F0FBFE",
++"i& c #E2F6FC",
++"j& c #D9F3F9",
++"k& c #D3F0F7",
++"l& c #C9EBF3",
++"m& c #BEE4EE",
++"n& c #A8D6E1",
++". + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ( ( ( ( ( ( ( ( ( ( ( ",
++"_ : < [ } | 1 2 3 4 5 6 7 8 9 0 a b c d e f g ( ( ( ( ( ( ( ( ( ",
++"h i j k l : < m n o p q r s t u v w x y z A e B C ( ( ( ( ( ( ( ",
++"D E F G H I j J _ K L M N O P Q R S T U V W X Y Z ` .( ( ( ( ( ",
++"..+.@.#.$.%.F &.h *.=.-.;.>.,.'.).!.~.{.].^./.(._.:.Z <.g ( ( ( ",
++"[.}.|.1.2...3.#.4.E 5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j._.:.k.^ g ( ",
++"l.m.n.o.p.q.r.1.2.+.s.t.u.v.w.x.y.z.A.B.C.D.E.F.G.> H.I.J.K.L.M.",
++"N.O.P.Q.R.S.T.U.p.V.W.X.Y.Z.`.( +.+( ( >.++@+#+$+%+&+*+=+-+;+>+",
++",+'+)+!+~+{+]+^+R.l.m./+(+_+:+( ( ( ( ( ( <+[+}+|+3 1+2+3+4+5+6+",
++"7+8+9+0+a+b+,+c+d+e+f+g+h+i+j+( ( ( ( ( ( k+l+m+n+o+p+% q+r+s+t+",
++"u+v+w+x+y+z+7+9+A+B+C+D+E+F+G+( ( ( ( ( j+!.H+I+J+_ K+L+2 M+N+- ",
++"O+P+Q+R+S+T+U+v+V+W+X+Y+Z+`+( ( ( ( ( ( @.@+@@@#@$@%@&@*@+ =@-@",
++";@>@,@'@)@!@~@O+{@]@^@/@(@( ( ( ( _@:@<@[@}@|@1@2@3@4@5@6@7@} 1 ",
++"8@8@9@0@a@b@c@d@e@f@g@h@( ( ( ( ( i@j@k@l@m@/ n@o@H+p@q@r@s@t@u@",
++"v@w@w@v@x@y@z@z@A@B@C@( ( ( ( ( D@E@F@G@H@I@;.J@K@L@ +M@N@3@O@P@",
++"Q@R@R@S@Q@T@U@U@V@W@X@Y@( ( ( ( Z@`@ #.#+#@###$#%#&#*#Y@=#-#;#>#",
++",#'#)#)#'#!#,#~#{#]#^#/#( ( ( / (#_#:#<#[#}#|#1#2#3#4#5#6#7#8##.",
++"9#0#a#a#a#a#b#c#d#e#Z@( ( ( ( (@f#g#h#)@i#j#k#l#m#n#o#p#q#r#s#t#",
++"u#v#w#x#y#y#z#w#A#B#C#Y@( ( / D#E#F#G#9@H#)@I#T+J#K#L#M#N#O#l.P#",
++"Q#R#S#T#U#U#U#T#V#W#X#Y#( ( [@Z#`# $.$w@+$@$#$$$Q+%$&$*$B+!+N.=$",
++"-$;$>$,$'$'$)$)$!$~${$]$( ( ^$/$($_$!#:$U@v@<$[$>@}$S+|$1$2$3$4$",
++"5$_#6$7$8$9$0$a$a$b$c$d$( ( e$f$g$h$i$j$~#k$l$y@8@H#m$Q+U+n$9+o$",
++"p$q$r$s$t$u$v$w$x$y$z$A$( ( B$C$~$D$E$F$b#G$H$I$w@J$K$>@~@T+L$7+",
++"M$N$O$P$Q$R$S$T$U$V$W$X$G+( / Y$/$Z$`$ %y#u#9#!#k$l$.%0@d@+%R+v+",
++"@%#%$%%%&%*%=%-%;%>%,%'%)%( ( ( !%~%{%]%^%R#/%b#(%_%.$:%<%[%$$Q+",
++"}%|%1%2%3%4%5%6%7%8%9%0%a%b%( ( n@c%f$d%e%f% %y#g%h%~#Q@w@<$b@i%",
++"j%k%l%m%n%o%p%q%r%s%t%u%v%w%( ( / x%y%z%A%B%C%U#Q#u#9#~#S@D%z@b@",
++"T#C%B%E%F%G%H%I%J%K%L%M%N%O%( ( /#P%Q%;%R%S%T%'$U#U%F$9#!#k$D%z@",
++"R#^%)$9$V%W%X%6%Y%Z%`% &.&:+( ( +&@&#&$&=%R$%&T%'$&&U%*&9#,#R@D%",
++"w#S#f%=&a$Q$-&;&>&,%,&'&)&!&~&/#{&]&#&^&;%/&R$S%(&C%U#Q#u#h%~#Q@",
++"i$w# %f%e%a$Q$_&;&7%:&<&[&}&|&1&2&,&3&4&>&5&_&6&7&8&9& %z#g%0&H$",
++"0&i$w# %f%a&a$Q$-&;&b&c&d&,&e&f&g&h&3&9%i&;%j&k&V%l&)$m&R#/%b#n&"};
--- /dev/null
--- /dev/null
++#!/usr/bin/make -f
++#export DH_VERBOSE=1
++export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
++
++
++%:
++ dh $@ --parallel
++
++override_dh_auto_configure:
++ dh_auto_configure -- \
++ -DCMAKE_VERBOSE_MAKEFILE=ON \
++ -DCMAKE_INSTALL_PREFIX=/usr
++
++override_dh_install:
++ dh_install --fail-missing
++ $(RM) debian/performous-tools/usr/games/performous
++
++override_dh_strip:
++ dh_strip --dbg-package=performous-dbg
--- /dev/null
--- /dev/null
++3.0 (quilt)
--- /dev/null
--- /dev/null
++# Do not generate diff for changes in config.(sub|guess)
++extend-diff-ignore = "(^|/)config.(sub|guess)$"
--- /dev/null
--- /dev/null
++version=3
++http://sf.net/performous/performous-(.*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)