changelog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. libsdl2 (2.0.0) UNRELEASED; urgency=low
  2. * SDL is now a native debian package.
  3. * Removed udeb package
  4. * Disabled DirectFB support by default, to avoid runtime dependencies
  5. -- Sam Lantinga <slouken@libsdl.org> Fri, 15 Feb 2013 08:55:04 -0800
  6. libsdl2 (2.0.0~20130127-1) UNRELEASED; urgency=low
  7. * New upstream snapshot.
  8. -- Sam Hocevar <sho@debian.org> Wed, 30 Jan 2013 23:01:12 +0100
  9. libsdl2 (2.0.0~20130103-1) unstable; urgency=low
  10. [ Manuel A. Fernandez Montecelo ]
  11. * debian/control:
  12. - Updating maintainers/permissions:
  13. - Add myself and Felix Geyer
  14. - Update Build-Depends:
  15. - Remove a few obsolete items
  16. - Add items added lately to libsdl1.2, such as libts (touch screen)
  17. support
  18. - Add "libsdl2-dbg", analog to libsdl1.2-dbg
  19. - Change "XC-Package-Type: udeb" to "Package-Type"
  20. * debian/compat: set level 9
  21. * debian/source/format: Set to "3.0 (quilt)"
  22. - Remove README.source, not needed with new format
  23. * debian/sdl2-config.1: Fix typo, "progams"->"programs"
  24. * debian/libsdl2-dev.install:
  25. - Remove "usr/lib/*/*.la", discouraged
  26. - Add man pages: "usr/share/man/man3/*"
  27. * debian/libsdl2-dev.manpages: add file to install local "sdl2-config.1"
  28. * debian/sources: Removed, possible obsolete file from long ago?
  29. * debian/copyright:
  30. - Upstream updated to zlib/libpng
  31. - Copyright-file format conversion to 1.0
  32. - Complete revamp and detailed research about copyright and licenses used,
  33. it's very messy but hopefully complete
  34. [ Felix Geyer ]
  35. * Simplify debian/rules by using dh(1).
  36. -- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Sun, 27 Jan 2013 16:40:49 +0100
  37. libsdl2 (2.0~20120220c-1) experimental; urgency=low
  38. * Upstream version was renamed to 2.0 (Closes: #669367).
  39. * New upstream snapshot (Closes: #671506).
  40. * This package no longer conflicts with libsdl-1.2.
  41. * debian/rules: add multiarch support (Closes: #669364).
  42. * debian/patches/fix_joystick_misc_axes.diff: fix a joystick remapping
  43. bug causing some axes to malfunction.
  44. * debian/patches/external_header_paths.diff: provide additional CFLAGS
  45. so that headers such as SDL_syswm.h can be included (Closes: #669363).
  46. -- Sam Hocevar <sho@debian.org> Thu, 17 May 2012 19:03:59 +0200
  47. libsdl-1.3 (1.3.0~20111204-1) experimental; urgency=low
  48. * Initial upload from upstream snapshot.
  49. -- Sam Hocevar <sho@debian.org> Sun, 04 Dec 2011 14:35:05 +0100