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. libopenal-dev,
  15. libphysfs-dev,
  16. libsdl2-dev (>= 2.0.1),
  17. libogg-dev,
  18. libvorbis-dev,
  19. libtheora-dev,
  20. zlib1g-dev
  21. Standards-Version: 3.9.5
  22. Homepage: http://love2d.org
  23. Package: liblove@LOVE_SUFFIX@0
  24. Section: libs
  25. Architecture: any
  26. Multi-Arch: same
  27. Pre-Depends: ${misc:Pre-Depends}
  28. Depends: ${misc:Depends},
  29. ${shlibs:Depends}
  30. Description: 2D game engine - runtime
  31. LOVE is a free 2D game engine which enables easy game creation in Lua.
  32. Package: love@LOVE_SUFFIX@
  33. Architecture: any
  34. Depends: ${misc:Depends},
  35. ${shlibs:Depends},
  36. liblove@LOVE_SUFFIX@0 (= ${binary:Version})
  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.