|
@@ -3,13 +3,15 @@ Section: games
|
|
Priority: extra
|
|
Priority: extra
|
|
Maintainer: Bart van Strien <[email protected]>
|
|
Maintainer: Bart van Strien <[email protected]>
|
|
Build-Depends: debhelper (>= 9),
|
|
Build-Depends: debhelper (>= 9),
|
|
- autotools-dev,
|
|
|
|
- autoconf,
|
|
|
|
- automake,
|
|
|
|
- libtool,
|
|
|
|
|
|
+ dh-autoreconf,
|
|
pkg-config,
|
|
pkg-config,
|
|
|
|
+ libtool,
|
|
libfreetype6-dev,
|
|
libfreetype6-dev,
|
|
|
|
+ luajit,
|
|
libluajit-5.1-dev,
|
|
libluajit-5.1-dev,
|
|
|
|
+ libmodplug-dev,
|
|
|
|
+ libmpg123-dev,
|
|
|
|
+ libopenal-dev,
|
|
libphysfs-dev,
|
|
libphysfs-dev,
|
|
libsdl2-dev (>= 2.0.0),
|
|
libsdl2-dev (>= 2.0.0),
|
|
libopenal-dev,
|
|
libopenal-dev,
|
|
@@ -17,42 +19,33 @@ Build-Depends: debhelper (>= 9),
|
|
libvorbis-dev,
|
|
libvorbis-dev,
|
|
libmodplug-dev,
|
|
libmodplug-dev,
|
|
libmpg123-dev,
|
|
libmpg123-dev,
|
|
- zlib1g-dev,
|
|
|
|
|
|
+ zlib1g-dev
|
|
Standards-Version: 3.9.5
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://love2d.org
|
|
Homepage: http://love2d.org
|
|
|
|
|
|
-Package: liblove@LOVE_SUFFIX@
|
|
|
|
|
|
+Package: liblove@LOVE_SUFFIX@0
|
|
|
|
+Section: libs
|
|
Architecture: any
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${misc:Depends},
|
|
Depends: ${misc:Depends},
|
|
- ${shlibs:Depends},
|
|
|
|
- libfreetype6,
|
|
|
|
- libgl1-mesa-glx,
|
|
|
|
- libluajit-5.1-2,
|
|
|
|
- libphysfs-1.0-0,
|
|
|
|
- libsdl2-2.0-0 (>= 2.0.0),
|
|
|
|
- libopenal1,
|
|
|
|
- libogg0,
|
|
|
|
- libvorbis0a,
|
|
|
|
- libvorbisfile3,
|
|
|
|
- libmodplug1,
|
|
|
|
- libmpg123-0,
|
|
|
|
- zlib1g,
|
|
|
|
-Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
|
|
+ ${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@
|
|
Package: love@LOVE_SUFFIX@
|
|
Architecture: any
|
|
Architecture: any
|
|
-Multi-Arch: same
|
|
|
|
Depends: ${misc:Depends},
|
|
Depends: ${misc:Depends},
|
|
- liblove@LOVE_SUFFIX@ (= ${binary:Version})
|
|
|
|
-Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
|
|
+ ${shlibs:Depends}
|
|
|
|
+Description: 2D game engine
|
|
|
|
+ LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
|
|
-Package: love@LOVE_SUFFIX@-dbg
|
|
|
|
|
|
+Package: liblove@LOVE_SUFFIX@-dbg
|
|
Priority: extra
|
|
Priority: extra
|
|
Section: debug
|
|
Section: debug
|
|
Architecture: any
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends},
|
|
Depends: ${misc:Depends},
|
|
- love@LOVE_SUFFIX@ (= ${binary:Version}),
|
|
|
|
-Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
|
|
+ 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.
|