control.in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Source: love@LOVE_SUFFIX@
  2. Section: games
  3. Priority: extra
  4. Maintainer: Bart van Strien <[email protected]>
  5. Build-Depends: debhelper (>= 9),
  6. dh-autoreconf,
  7. pkg-config,
  8. libtool,
  9. g++ (>= 4.7.0),
  10. libfreetype6-dev,
  11. luajit,
  12. libluajit-5.1-dev,
  13. libmodplug-dev,
  14. libmpg123-dev,
  15. libopenal-dev,
  16. libphysfs-dev,
  17. libsdl2-dev (>= 2.0.1),
  18. libogg-dev,
  19. libvorbis-dev,
  20. libtheora-dev,
  21. zlib1g-dev
  22. Standards-Version: 3.9.5
  23. Homepage: http://love2d.org
  24. Package: liblove@LOVE_SUFFIX@0
  25. Section: libs
  26. Architecture: any
  27. Multi-Arch: same
  28. Pre-Depends: ${misc:Pre-Depends}
  29. Depends: ${misc:Depends},
  30. ${shlibs:Depends}
  31. Description: 2D game engine - runtime
  32. LOVE is a free 2D game engine which enables easy game creation in Lua.
  33. Package: love@LOVE_SUFFIX@
  34. Architecture: any
  35. Depends: ${misc:Depends},
  36. ${shlibs:Depends}
  37. Description: 2D game engine
  38. LOVE is a free 2D game engine which enables easy game creation in Lua.
  39. Package: liblove@LOVE_SUFFIX@-dbg
  40. Priority: extra
  41. Section: debug
  42. Architecture: any
  43. Multi-Arch: same
  44. Depends: ${misc:Depends},
  45. liblove@LOVE_SUFFIX@0 (= ${binary:Version})
  46. Description: 2D game engine - debug symbols
  47. LOVE is a free 2D game engine which enables easy game creation in Lua.