mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
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).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Source: love@LOVE_SUFFIX@
|
||||
Source: @LOVE_EXE_NAME@
|
||||
Section: games
|
||||
Priority: extra
|
||||
Maintainer: Bart van Strien <bart.bes@gmail.com>
|
||||
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9),
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://love2d.org
|
||||
|
||||
Package: liblove@LOVE_SUFFIX@0
|
||||
Package: @LOVE_LIB_NAME@0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@@ -32,20 +32,20 @@ Depends: ${misc:Depends},
|
||||
Description: 2D game engine - runtime
|
||||
LOVE is a free 2D game engine which enables easy game creation in Lua.
|
||||
|
||||
Package: love@LOVE_SUFFIX@
|
||||
Package: @LOVE_EXE_NAME@
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
liblove@LOVE_SUFFIX@0 (= ${binary:Version})
|
||||
@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: liblove@LOVE_SUFFIX@-dbg
|
||||
Package: @LOVE_LIB_NAME@-dbg
|
||||
Priority: extra
|
||||
Section: debug
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends},
|
||||
liblove@LOVE_SUFFIX@0 (= ${binary:Version})
|
||||
@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.
|
||||
|
||||
Reference in New Issue
Block a user