1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: phlipple
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <miriam@debian.org>, Peter Pentchev <roam@ringlet.net>
Build-Depends: debhelper (>= 9), dh-buildinfo, quilt, autotools-dev,
libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev,
libglew1.6-dev | libglew1.5-dev
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/phlipple/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/phlipple/
Homepage: http://sourceforge.net/projects/phlipple/
Package: phlipple
Architecture: any
Depends: phlipple-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: phlipple-dbg (= ${binary:Version})
Description: reduce 3D shapes to a single square
Phlipple is a unique puzzle game. The goal of every level is to reduce
a 3D shape to a single square. Elimination of squares is done by flipping
edges around just like in a cardboard box. It starts off relatively easy
to teach the basics just to later on serve hours of brain tickling fun.
It's a great way to train memory as well as orientation in 3D.
Package: phlipple-data
Architecture: all
Depends: ${misc:Depends}
Recommends: phlipple (>= ${source:Version})
Description: reduce 3D shapes to a single square - game data
Phlipple is a unique puzzle game. The goal of every level is to reduce
a 3D shape to a single square. Elimination of squares is done by flipping
edges around just like in a cardboard box. It starts off relatively easy
to teach the basics just to later on serve hours of brain tickling fun.
It's a great way to train memory as well as orientation in 3D.
.
This package contains the game data.
Package: phlipple-dbg
Section: debug
Priority: extra
Architecture: any
Depends: phlipple (= ${binary:Version}), ${misc:Depends}
Description: reduce 3D shapes to a single square - debug
Phlipple is a unique puzzle game. The goal of every level is to reduce
a 3D shape to a single square. Elimination of squares is done by flipping
edges around just like in a cardboard box. It starts off relatively easy
to teach the basics just to later on serve hours of brain tickling fun.
It's a great way to train memory as well as orientation in 3D.
.
This package contains the debugging symbols.
|