1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- Source: love@LOVE_SUFFIX@
- Section: games
- Priority: extra
- Maintainer: Bart van Strien <[email protected]>
- Build-Depends: debhelper (>= 9),
- autotools-dev,
- pkg-config,
- libdevil-dev,
- libfreetype6-dev,
- libluajit-5.1-dev,
- libphysfs-dev,
- libsdl2-dev (>= 2.0.1),
- libopenal-dev,
- libogg-dev,
- libvorbis-dev,
- libflac-dev,
- libflac++-dev,
- libmodplug-dev,
- libmpg123-dev,
- libmng-dev
- Standards-Version: 3.9.3
- Homepage: http://love2d.org
- Package: liblove@LOVE_SUFFIX@
- Architecture: any
- Multi-Arch: same
- Pre-Depends: ${misc:Pre-Depends}
- Depends: ${misc:Depends},
- ${shlibs:Depends},
- libdevil1c2,
- libmng1,
- libfreetype6,
- libgl1-mesa-glx,
- libluajit-5.1-2,
- libphysfs-1.0-0,
- libsdl2 (>= 2.0.1),
- libopenal1,
- libogg0,
- libvorbis0a,
- libvorbisfile3,
- libmodplug1,
- libmpg123-0
- Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
- Package: love@LOVE_SUFFIX@
- Architecture: any
- Multi-Arch: same
- Depends: ${misc:Depends},
- liblove@LOVE_SUFFIX@ (= ${binary:Version})
- Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
- Package: love@LOVE_SUFFIX@-dbg
- Priority: extra
- Section: debug
- Architecture: any
- Multi-Arch: same
- Depends: ${misc:Depends},
- love@LOVE_SUFFIX@ (= ${binary:Version}),
- Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
|