debian/0000755000000000000000000000000012120612067007163 5ustar debian/control0000644000000000000000000000117712120360302010564 0ustar Source: miceamaze Maintainer: Raphael Champeimont Section: games Priority: optional Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), imagemagick, libglc-dev, librsvg2-bin, libsdl1.2-dev, libsoil-dev, mesa-common-dev Homepage: http://www.miceamaze.org/ Package: miceamaze Architecture: any Depends: ttf-dejavu-core, ${misc:Depends}, ${shlibs:Depends} Description: video game with mice in a maze MiceAmaze is a video game that features a maze with mice and snakes. The goal is to bring the most mice to your house by placing arrows on the maze floor. But beware the snakes that want to eat them! debian/watch0000644000000000000000000000012112120360302010176 0ustar version=3 http://www.miceamaze.org/source-packages/miceamaze-([\\.0-9]+).tar.gz debian/changelog0000644000000000000000000000227512120360302011033 0ustar miceamaze (1.8-1) unstable; urgency=low * New upstream release 1.8 -- Raphael Champeimont Thu, 14 Mar 2013 18:51:05 +0100 miceamaze (1.7.1-4) unstable; urgency=low * DATAPATH changed to /usr/share/games/miceamaze * Upgrade to Standards-Version 3.9.4 -- Raphael Champeimont Thu, 20 Dec 2012 20:00:00 +0100 miceamaze (1.7.1-3) unstable; urgency=low * Depend on RSVG for SVG to PNG conversion at build time * Makefile fixes (no Makefile patch any more) * New debian/rules * Update package description -- Raphael Champeimont Tue, 18 Dec 2012 20:00:00 +0100 miceamaze (1.6.1-1) unstable; urgency=low * Initial packaging for Debian. Closes: #693842 * Render fonts at runtime using libglc * Depend on ttf-dejavu-core instead of providing the font * Install Debian menu and Freedesktop menu entries * Depdend on libsoil package instead of compiling it * Fix Makefile * Remove useless data files * Clarify data file licenses and add license to all source files * Support getpwuid() for getting home directory * Add watch file -- Raphael Champeimont Thu, 6 Dec 2012 20:00:00 +0100 debian/source/0000755000000000000000000000000012120360302010453 5ustar debian/source/format0000644000000000000000000000001412120360302011661 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000340112120360302011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MiceAmaze Upstream-Contact: Raphael Champeimont Source: http://www.miceamaze.org/source-packages/ Files: * Copyright: 2012 Raphael Champeimont License: BSD-2-clause 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. 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. Files: src/data-sources/eagle.svg src/data-sources/eagle2.svg Copyright: In the public domain License: public-domain The original files come from the OpenClipart, and are in the public domain. The changes made by the author are also in the public domain. debian/miceamaze.dirs0000644000000000000000000000014012120360302011764 0ustar usr/games usr/share usr/share/pixmaps usr/share/applications usr/share/icons/hicolor/64x64/apps debian/compat0000644000000000000000000000000212120360302010351 0ustar 9 debian/patches/0000755000000000000000000000000012120360302010602 5ustar debian/menu0000644000000000000000000000024012120360302010036 0ustar ?package(miceamaze): \ needs="X11" \ section="Games/Action" \ title="MiceAmaze" \ command="/usr/games/miceamaze" \ icon="/usr/share/pixmaps/miceamaze.xpm" debian/rules0000755000000000000000000000040712120360302010234 0ustar #!/usr/bin/make -f %: dh $@ --parallel override_dh_auto_build: dh_auto_build -- PREFIX=/usr BINDIR=/usr/games DATAPATH=/usr/share/games/miceamaze override_dh_auto_install: dh_auto_install -- PREFIX=/usr BINDIR=/usr/games DATAPATH=/usr/share/games/miceamaze