[redeclipse] 241/494: Create redeclipse-cube2font package
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit 5d6f0ed8ff07f577ac926a41f98372cc341d0b65
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Tue Nov 22 23:06:23 2011 +0100
Create redeclipse-cube2font package
---
control | 17 +++++++++--------
redeclipse-cube2font.install | 1 +
rules | 2 +-
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/control b/control
index 3b0f28e..0f84744 100644
--- a/control
+++ b/control
@@ -15,8 +15,6 @@ Description: single-player and multi-player first-person ego-shooter
A single-player and multi-player first-person ego-shooter, built as a
total conversion of Cube Engine 2, which lends itself toward a balanced
gameplay, with a general theme of agility in a variety of environments.
- .
- This version of Red Eclipse has been modified for Debian.
Package: redeclipse-dbg
Section: non-free/debug
@@ -28,8 +26,6 @@ Description: debug symbols for the Red Eclipse FPS game
total conversion of Cube Engine 2, which lends itself toward a balanced
gameplay, with a general theme of agility in a variety of environments.
.
- This version of Red Eclipse has been modified for Debian.
- .
This package contains the debugging symbols for Red Eclipse
Package: redeclipse-server
@@ -41,8 +37,6 @@ Description: server for the Red Eclipse FPS game
total conversion of Cube Engine 2, which lends itself toward a balanced
gameplay, with a general theme of agility in a variety of environments.
.
- This version of Red Eclipse has been modified for Debian.
- .
This package contains the dedicated server binaries for Red Eclipse
Package: redeclipse-data
@@ -54,7 +48,14 @@ Description: data for the Red Eclipse FPS game
total conversion of Cube Engine 2, which lends itself toward a balanced
gameplay, with a general theme of agility in a variety of environments.
.
- This version of Red Eclipse has been modified for Debian.
- .
This package contains the data content, e.g. maps, models, textures, sounds,
etc. for Red Eclipse
+
+Package: redeclipse-cube2font
+Architecture: any
+Depends: ${misc: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.
diff --git a/redeclipse-cube2font.install b/redeclipse-cube2font.install
new file mode 100644
index 0000000..dc9de07
--- /dev/null
+++ b/redeclipse-cube2font.install
@@ -0,0 +1 @@
+src/cube2font usr/bin
diff --git a/rules b/rules
index 8b55065..1bd55bd 100755
--- a/rules
+++ b/rules
@@ -8,7 +8,7 @@ export DH_OPTIONS
override_dh_auto_build:
convert -resize 48x48 'src/redeclipse.ico[2]' debian/redeclipse.png
convert 'src/redeclipse.ico[1]' debian/redeclipse.xpm
- dh_auto_build
+ dh_auto_build -- all
override_dh_install:
dh_install --exclude="license.txt"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list