File: control

package info (click to toggle)
flatzebra 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,368 kB
  • sloc: cpp: 5,164; sh: 4,246; makefile: 182
file content (41 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download
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
Source: flatzebra
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libsdl2-gfx-dev,
 libsdl2-image-dev,
 libsdl2-mixer-dev,
 libsdl2-ttf-dev,
 pkgconf,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Section: libs
Homepage: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
Vcs-Git: https://salsa.debian.org/games-team/flatzebra.git
Vcs-Browser: https://salsa.debian.org/games-team/flatzebra

Package: libflatzebra-0.2
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
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.2 (= ${binary:Version}), ${misc:Depends}
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.