debian/0000755000000000000000000000000012077560675007205 5ustar debian/docs0000644000000000000000000000000712067412057010042 0ustar README debian/changelog0000644000000000000000000000762512077515006011055 0ustar flatzebra (0.1.6-2) unstable; urgency=low * Remove libflatzebra-0.1-2.symbols and go back to using shlibs instead. -- Markus Koschany Tue, 22 Jan 2013 16:52:05 +0100 flatzebra (0.1.6-1) unstable; urgency=low * [bde9c69] Imported Upstream version 0.1.6. * [e682fbb] Use dh to simplify debian/rules. * [70066c4] Bump Standards-Version to 3.9.4. * debian/control: - Bump compat level to 9 and require debhelper >=9. - Add myself to Uploaders. - Replace build-dependency on autotools_dev with dh-autoreconf. - Remove chrpath from build-depends. The library rpath works anyway. - Change priority from extra to optional. * debian/rules: - Build with --parallel and autoreconf. - Build with hardening=+all. * [ffd0fee] Add libflatzebra .install files. * [ce43b50] Add Multiarch support. * [91e418e] Revise package description which was interchanged. * [eff0ce6] Add Multi-Arch: same. * [df7f75a] Remove *.dirs files, we don't need them. * [5d7a532] Update debian/copyright to copyright format 1.0. -- Markus Koschany Thu, 20 Dec 2012 20:14:25 +0100 flatzebra (0.1.5-4) unstable; urgency=low * Team upload. * debian/rules: don't install la-file to dev package. (Closes: #620878) Thanks to Andreas Moog for the patch. -- Felix Geyer Mon, 23 May 2011 23:46:33 +0200 flatzebra (0.1.5-3) unstable; urgency=low * Remove myself from uploaders -- Francois Marier Sat, 12 Mar 2011 12:59:32 +1300 flatzebra (0.1.5-2) unstable; urgency=low * Bump Standards-Version up to 3.9.1 * Bump debhelper compatibility to 8 -- Francois Marier Wed, 22 Dec 2010 16:22:29 +1300 flatzebra (0.1.5-1) unstable; urgency=low * New upstream release -- Francois Marier Mon, 17 May 2010 17:37:15 +1200 flatzebra (0.1.4-1) unstable; urgency=low * New upstream release -- Francois Marier Thu, 01 Apr 2010 08:11:43 +1300 flatzebra (0.1.3-2) unstable; urgency=low * Bump Standards-Version to 3.8.4 * Add dependency on ${misc:Depends} for the dev package * Switch to 3.0 (quilt) source package format * Link to the right version of the GPL (v2) in debian/copyright -- Francois Marier Tue, 16 Feb 2010 15:00:48 +1300 flatzebra (0.1.3-1) unstable; urgency=low * New Upstream Version * Bump Standards-Version to 3.8.2 * Bump debhelper compatibility to 7 * debian/rules: use dh_prep instead of dh_clean -k -- Francois Marier Tue, 23 Jun 2009 12:45:21 +1200 flatzebra (0.1.2-1) unstable; urgency=low * New upstream release * debian/control: Remove duplication "section" field (lintian notice) * debian/copyright: Mention copyright explicitly (lintian notice) -- Francois Marier Sat, 28 Feb 2009 00:21:27 +1300 flatzebra (0.1.1-6) unstable; urgency=low * Change maintainer to be the Games Team * Move to git and update Vcs fields -- Francois Marier Tue, 11 Nov 2008 12:34:26 +1300 flatzebra (0.1.1-5) unstable; urgency=low * Update libtool (closes: #493380) * Bump Standards-Version up to 3.8.0 (no changes) -- Francois Marier Sun, 03 Aug 2008 22:52:21 +1200 flatzebra (0.1.1-4) unstable; urgency=low * Bump Standards-Version up to 3.7.3 (no changes) -- Francois Marier Tue, 22 Jan 2008 16:15:47 +1300 flatzebra (0.1.1-3) unstable; urgency=low * Rename the XS-Vcs-* fields to Vcs-* -- Francois Marier Tue, 20 Nov 2007 15:41:08 +1300 flatzebra (0.1.1-2) unstable; urgency=low * Add pkg-config to the build depends (closes: #451661) -- Francois Marier Mon, 19 Nov 2007 16:50:38 +1300 flatzebra (0.1.1-1) unstable; urgency=low * Initial release (Closes: #448805) -- Francois Marier Tue, 13 Nov 2007 14:50:56 +1300 debian/rules0000755000000000000000000000031512067412057010251 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export DH_OPTIONS export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel --with autoreconf override_dh_installchangelogs: dh_installchangelogs NEWS debian/watch0000644000000000000000000000013212067412057010217 0ustar version=3 http://sarrazip.com/dev/burgerspace.html flatzebra-(.*)\.tar\.gz debian uupdate debian/compat0000644000000000000000000000000212067412057010370 0ustar 9 debian/control0000644000000000000000000000245212074124632010575 0ustar Source: flatzebra Priority: optional Maintainer: Debian Games Team Uploaders: Markus Koschany Build-Depends: debhelper (>= 9), dh-autoreconf, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, pkg-config Standards-Version: 3.9.4 Section: libs Homepage: http://sarrazip.com/dev/burgerspace.html Vcs-git: git://anonscm.debian.org/pkg-games/flatzebra.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/flatzebra.git;a=summary Package: libflatzebra-0.1-2 Pre-Depends: ${misc:Pre-Depends} Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libgengameng4c2a Replaces: libgengameng4c2a Description: Generic Game Engine library flatzebra is a simple generic C++ game engine library supporting 2D double-buffering. . You should install this package if you need to run packages which use flatzebra. Package: libflatzebra-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libflatzebra-0.1-2 (= ${binary:Version}), ${misc:Depends} Conflicts: libgengameng-dev Description: Generic Game Engine library development files flatzebra is a simple, generic C++ game engine library supporting 2D double-buffering. . Install this package if you wish to compile programs which use libflatzebra. debian/libflatzebra-0.1-2.install0000644000000000000000000000003512067412057013654 0ustar usr/lib/*/libflatzebra*.so.* debian/copyright0000644000000000000000000000246012067412057011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FlatZebra Upstream-Contact: Pierre Sarrazin Source: http://sarrazip.com/dev/burgerspace.html Files: * Copyright: 2001-2012 Pierre Sarrazin License: GPL-2+ Files: debian/* Copyright: 2007-2011 Francois Marier 2011 Felix Geyer 2012 Markus Koschany License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/libflatzebra-dev.install0000644000000000000000000000014112067412057013773 0ustar usr/include/flatzebra-*/flatzebra/*.h usr/include/flatzebra usr/lib/*/*.so usr/lib/*/pkgconfig/* debian/source/0000755000000000000000000000000012067412057010472 5ustar debian/source/format0000644000000000000000000000001412067412057011700 0ustar 3.0 (quilt)