debian/0000755000000000000000000000000012143456746007202 5ustar debian/rules0000755000000000000000000000226112143456746010263 0ustar #!/usr/bin/make -f %: dh $@ --sourcedirectory=src override_dh_auto_clean: override_dh_auto_build: dh_auto_build -- \ CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" \ LDFLAGS="$(LDFLAGS)" \ cube2font override_dh_strip: dh_strip -pcube2font --dbg-package=cube2font-dbg override_dh_auto_install: make -C src/ system-install-cube2font DESTDIR=../debian/cube2font \ prefix=/usr override_dh_builddeb: dh_builddeb -- -Zxz VER=$(shell dpkg-parsechangelog | sed -rne 's/^Version: ([^-]+).*/\1/p') DIR=cube2font-$(VER).orig UTAR=cube2font_$(VER).orig.tar.bz2 TAR=cube2font_$(VER).orig.tar.xz get-orig-source: uscan --noconf --force-download --download-current-version --destdir=. rm -rf $(DIR) tar -xf $(UTAR) rm -f $(UTAR) mv redeclipse/ $(DIR) find $(DIR) -mindepth 1 -not -name src \ -not -name shared \ -not -name doc \ -not -name man \ -not -name cube2font.1 \ -not -name Makefile \ -not -name system-install.mk \ -not -name dist.mk \ -not -wholename $(DIR)/license.txt \ -not -name cube2font.c \ -not -name redeclipse.cbp \ -delete XZ="-6" tar --create --xz --owner root --group root --mode a+rX \ -f $(TAR) $(DIR) rm -rf $(DIR) debian/source/0000755000000000000000000000000012143456746010502 5ustar debian/source/format0000644000000000000000000000001412143456746011710 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000007412143456746010622 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master debian/clean0000644000000000000000000000004512143456746010206 0ustar src/cube2font src/shared/cube2font.o debian/compat0000644000000000000000000000000212143456746010400 0ustar 9 debian/changelog0000644000000000000000000000233612143456746011060 0ustar cube2font (1.3.1-2) unstable; urgency=low * Upload to unstable * Drop dpkg Pre-Depends (upgrades from old Ubuntu versions not relevant) * Standards-Version 3.9.4 (no changes) -- Martin Erik Werner Sat, 11 May 2013 12:11:52 +0200 cube2font (1.3.1-1) experimental; urgency=low * New upstream release * dh compat level 9 * zlib1g-dev build-dep replaces libpng-dev * Enable dpkg-buildflags * Use xz orig tarball compression * Standards-Version 3.9.3 - Set final DEP-3 Format: link * Added debian/patches/makefile-install.patch - Fix for broken make install target -- Martin Erik Werner Sat, 01 Sep 2012 21:12:16 +0200 cube2font (1.2-2) unstable; urgency=low * Fix build-dependencies - Add libfreetype6-dev, fixes Ubuntu FTBFS - Remove superfluous SDL depends and add just libpng-dev -- Martin Erik Werner Tue, 14 Feb 2012 02:01:14 +0100 cube2font (1.2-1) unstable; urgency=low * Initial release (Closes: #651567) - Built from a subset of the Red Eclipse source * Added debian/patches/build-with-debug-symbols.patch -- Martin Erik Werner Tue, 20 Dec 2011 18:55:11 +0100 debian/control0000644000000000000000000000217212143456746010607 0ustar Source: cube2font Section: graphics Priority: optional Uploaders: Martin Erik Werner Maintainer: Debian Games Team Build-Depends: debhelper (>= 9), libfreetype6-dev, zlib1g-dev Standards-Version: 3.9.4 Homepage: http://www.redeclipse.net Vcs-Git: git://git.debian.org/pkg-games/cube2font.git Vcs-Browser: http://git.debian.org/?p=pkg-games/cube2font.git;a=summary Package: cube2font Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: utility program for creating font bitmaps for Cube Engine games cube2font is a utility program designed to create font bitmaps for Cube Engine games, it works by taking a Truetype font and building it into a set of coordinates in an image. cube2font is an improved version of the previous TTF2Font, supporting a much larger range of characters. Package: cube2font-dbg Section: debug Architecture: any Priority: extra Depends: cube2font (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for cube2font This package contains the debugging symbols for the font bitmap creation tool cube2font. debian/cube2font.README.Debian0000644000000000000000000000104612143456746013132 0ustar cube2font for Debian --------------------- Debugging: If cube2font crashes on your system, please install the cube2font-dbg package to generate a backtrace of the crash. To generate a backtrace open a terminal and run "gdb cube2font", then type "run [args]", replacing "[args]" with the arguments which made cube2font crash. Once cube2font has crashed, type "bt" to obtain the backtrace. Please attach the output when you are reporting a bug about crashes. -- Martin Erik Werner Tue, 20 Dec 2011 18:14:01 +0100 debian/watch0000644000000000000000000000013112143456746010226 0ustar version=3 http://sf.net/redeclipse/redeclipse_([0-9\.]+)_(?:nix|linux)(?:_bsd)\.tar\.bz2 debian/copyright0000644000000000000000000000306012143456746011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Red Eclipse Upstream-Contact: Lee "Eihrul" Salzman Quinton "Quin" Reeves Source: https://redeclipse.svn.sourceforge.net Everything except the files related to cube2font (source code, man page, license, build scripts) have been removed from the source package, since that is shipped with the redeclipse packages. Files: * Copyright: 2009-2012, Lee "Eihrul" Salzman 2009-2012, Quinton "Quin" Reeves License: Zlib Files: debian/* Copyright: 2011-2012 Martin Erik Werner License: Zlib License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. debian/patches/0000755000000000000000000000000012143456746010631 5ustar debian/patches/makefile-install.patch0000644000000000000000000000142012143456746015070 0ustar Description: system-install: fix cube2font install Author: Martin Erik Werner Origin: upstream, http://sourceforge.net/apps/trac/redeclipse/changeset/4128 Last-Update: 2012-09-01 --- a/src/system-install.mk +++ b/src/system-install.mk @@ -122,11 +122,11 @@ install -m644 install/nix/$(appsrcname)_x32.xpm \ $(pixmapdir)/$(appname).xpm -system-install-cube2font: system-install-cube2font-docs +system-install-cube2font: cube2font system-install-cube2font-docs install -d $(bindir) install -m755 cube2font $(bindir)/cube2font -system-install-cube2font-docs: install/nix/cube2font.1 +system-install-cube2font-docs: ../doc/man/cube2font.1 install -d $(mandir)/man1 gzip -9 -n -c < ../doc/man/cube2font.1 \ > $(mandir)/man1/cube2font.1.gz debian/patches/series0000644000000000000000000000002712143456746012045 0ustar makefile-install.patch