control.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. libharfbuzz-dev,
  12. luajit,
  13. libluajit-5.1-dev,
  14. libmodplug-dev,
  15. libopenal-dev,
  16. libphysfs-dev,
  17. libsdl2-dev (>= 2.0.9),
  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. liblove@LOVE_SUFFIX@0 (= ${binary:Version})
  38. Description: 2D game engine
  39. LOVE is a free 2D game engine which enables easy game creation in Lua.
  40. Package: liblove@LOVE_SUFFIX@-dbg
  41. Priority: extra
  42. Section: debug
  43. Architecture: any
  44. Multi-Arch: same
  45. Depends: ${misc:Depends},
  46. liblove@LOVE_SUFFIX@0 (= ${binary:Version})
  47. Description: 2D game engine - debug symbols
  48. LOVE is a free 2D game engine which enables easy game creation in Lua.