Files
love/platform/unix/debian/control.in
T
Bart van Strien ac9ee9d3c7 Update debian package files for cmake variables
And automatically get the timestamp for the changelog too.
That does require an update to cmake 3.7, but as far as I can tell we never use a cmake version older than 3.16 (ubuntu 20.04).
2024-01-06 13:04:19 +01:00

52 lines
1.4 KiB
Plaintext

Source: @LOVE_EXE_NAME@
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,
libharfbuzz-dev,
luajit,
libluajit-5.1-dev,
libmodplug-dev,
libopenal-dev,
libphysfs-dev,
libsdl2-dev (>= 2.0.9),
libogg-dev,
libvorbis-dev,
libtheora-dev,
zlib1g-dev
Standards-Version: 3.9.5
Homepage: http://love2d.org
Package: @LOVE_LIB_NAME@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_EXE_NAME@
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
@LOVE_LIB_NAME@0 (= ${binary:Version})
Description: 2D game engine
LOVE is a free 2D game engine which enables easy game creation in Lua.
Package: @LOVE_LIB_NAME@-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
@LOVE_LIB_NAME@0 (= ${binary:Version})
Description: 2D game engine - debug symbols
LOVE is a free 2D game engine which enables easy game creation in Lua.