mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
63fdcb3700
Turns out, precise is simply too old to have gcc 4.7, isn't that nice? Maybe the binaries from trust can still be run on precise, though?
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
Source: love@LOVE_SUFFIX@
|
|
Section: games
|
|
Priority: extra
|
|
Maintainer: Bart van Strien <bart.bes@gmail.com>
|
|
Build-Depends: debhelper (>= 9),
|
|
dh-autoreconf,
|
|
pkg-config,
|
|
libtool,
|
|
g++ (>= 4.7.0),
|
|
libfreetype6-dev,
|
|
luajit,
|
|
libluajit-5.1-dev,
|
|
libmodplug-dev,
|
|
libmpg123-dev,
|
|
libopenal-dev,
|
|
libphysfs-dev,
|
|
libsdl2-dev (>= 2.0.1),
|
|
libogg-dev,
|
|
libvorbis-dev,
|
|
libtheora-dev,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://love2d.org
|
|
|
|
Package: liblove@LOVE_SUFFIX@0
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: 2D game engine - runtime
|
|
LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
Package: love@LOVE_SUFFIX@
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: 2D game engine
|
|
LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
Package: liblove@LOVE_SUFFIX@-dbg
|
|
Priority: extra
|
|
Section: debug
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends},
|
|
liblove@LOVE_SUFFIX@0 (= ${binary:Version})
|
|
Description: 2D game engine - debug symbols
|
|
LOVE is a free 2D game engine which enables easy game creation in Lua.
|