SuccessChanges

Summary

  1. udev-helper.c: count drivers elements with macro (details)
  2. debian: fix permissions (chmod -x) (details)
  3. debian/control: separate deps with newlines (details)
  4. Add slide keyboard state monitoring (details)
  5. Update debian/changelog (4.4-1) (details)
  6. Fix warning: 'g_type_init' is deprecated (details)
  7. Fix warnings: variable 'ret' set but not used (details)
  8. Fix warning: 'pc_connected' defined but not used (details)
  9. Fix warnings: no previous prototype for function (details)
  10. Fix warning: implicit declaration of function 'getpagesize' (details)
  11. Fix warnings: function is deprecated (details)
  12. debian: set source format to "3.0 (native)" (details)
  13. debian/compat: 5 -> 10 (details)
  14. debian: migrate to updated compat level (details)
  15. debian/rules: migrate to debhelper command sequencer (details)
  16. Rename configure.in -> configure.ac (details)
  17. Drop 'configure' script (details)
  18. Simplify autotools files (details)
  19. Fix warning: package could avoid a useless dependency (details)
  20. Tidy up (details)
  21. Update debian/changelog (4.5) (details)
  22. Don't build mmc-utils (beowulf/buster porting) (details)
  23. Update debian/changelog (4.5.1) (details)
  24. kbd-slide.c: match device by SW_KEYPAD_SLIDE capability (details)
  25. Update debian/changelog (4.5.2) (details)
  26. kbd-slide.c: style fixes (details)
  27. Use configure.ac for LOCALEDIR definition (details)
  28. debian/rules: handle service runlevels symlinks (details)
  29. Update debian/changelog (4.5.3) (details)
Commit e490dfd451def228e3e4534b60e132710f7eaf0c by Arthur D.
udev-helper.c: count drivers elements with macro
The file was modifiedsrc/udev-helper.c (diff)
Commit 9a96aeabecc7205979056f80856a4509313b6e76 by Arthur D.
debian: fix permissions (chmod -x)
The file was modifieddebian/control (diff)
The file was modifieddebian/changelog (diff)
The file was modifieddebian/ke-recv-init-script.old (diff)
Commit ef3b9a84eaaa23a3cd40be60bf16ab45965e2749 by Arthur D.
debian/control: separate deps with newlines
The file was modifieddebian/control (diff)
Commit 5f03b6827d550fd08ca9b7930d1329fa0297368a by Arthur D.
Add slide keyboard state monitoring
The file was addedsrc/kbd-slide.c
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/ke-recv.c (diff)
The file was modifiedREADME (diff)
The file was modifiedsrc/events.c (diff)
The file was modifieddebian/control (diff)
The file was addedsrc/kbd-slide.h
Commit 37d6c8779c7db9ed86d0cf9d786cbebf61ec7f5c by Arthur D.
Update debian/changelog (4.4-1)
The file was modifieddebian/changelog (diff)
Commit 0f823a6d6cc5f8c5da6534f5a5b94d270434ec4b by Arthur D.
Fix warning: 'g_type_init' is deprecated
The file was modifiedmmc-utils/mmc-unmount.c (diff)
Commit 8d746f00be08c77be027174fc0c502f32a54cfd1 by Arthur D.
Fix warnings: variable 'ret' set but not used
The file was modifiedsrc/mmc-check.c (diff)
The file was modifiedsrc/mmc-format.c (diff)
Commit f503562f8ffee535b974b57bf78b47e43ad94e4f by Arthur D.
Fix warning: 'pc_connected' defined but not used
The file was modifiedsrc/udev-helper.c (diff)
Commit 2cc0882bc76e9c242212f1f020e097c5cf3fa340 by Arthur D.
Fix warnings: no previous prototype for function
The file was modifiedsrc/udev-helper.h (diff)
The file was modifiedsrc/ke-recv.c (diff)
Commit 123677b7eb4ec61a5e854d6cbb498f83cb728696 by Arthur D.
Fix warning: implicit declaration of function 'getpagesize'
The file was modifiedsrc/swap_mgr.c (diff)
Commit 3994ab32e8dfe18cf3d1cd5150152d7dca4185f4 by Arthur D.
Fix warnings: function is deprecated

g_mount_unmount()        -> g_mount_unmount_with_operation()
g_mount_unmount_finish() -> g_mount_unmount_with_operation_finish()
The file was modifiedmmc-utils/mmc-unmount.c (diff)
Commit 1249c775c648e787acab8e79c658b03aa8c567c5 by Arthur D.
debian: set source format to "3.0 (native)"

We don't have an upstream
The file was addeddebian/source/format
Commit 0525a25166b6a6d6a943d62f41612ad26afa6289 by Arthur D.
debian/compat: 5 -> 10
The file was modifieddebian/compat (diff)
Commit 99b9fe42555f7b432c77d06300e11bc8fa7b6bc2 by Arthur D.
debian: migrate to updated compat level
The file was modifieddebian/control (diff)
Commit 527c8125a092c027434408eb2970a2712c31eb45 by Arthur D.
debian/rules: migrate to debhelper command sequencer
The file was modifieddebian/control (diff)
The file was modifieddebian/rules (diff)
The file was modifieddebian/ke-recv.install (diff)
Commit 128d174ec1328d6d82b98c2f9be4a8324e9f66e1 by Arthur D.
Rename configure.in -> configure.ac
The file was removedconfigure.in
The file was addedconfigure.ac
Commit 0a041936012c4caba373122aa8e249b3980b1a7e by Arthur D.
Drop 'configure' script

configure.ac is going to be changed in next commits, the configure
script will be outdated
The file was removedconfigure
Commit 752fb4d264dcf6d2c7254ade029a4c64011beeca by Arthur D.
Simplify autotools files
The file was modifiedmmc-utils/Makefile.am (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedconfigure.ac (diff)
Commit c79c462be597015be6a71f6754d3d864d6d1caa5 by Arthur D.
Fix warning: package could avoid a useless dependency
The file was modifieddebian/rules (diff)
The file was removeddebian/ke-recv-init-script.old
The file was modifiedconfigure.ac (diff)
The file was modifiedmmc-utils/mmc-pre-unmount.c (diff)
The file was modifieddebian/control (diff)
The file was modifiedautogen.sh (diff)
Commit 86439c4805dca3623ba4877daaa58a2e6be2921f by Arthur D.
Update debian/changelog (4.5)
The file was modifieddebian/changelog (diff)
Commit 7ba776b7ba81a46135796d2388dceecf64802cf6 by Arthur D.
Don't build mmc-utils (beowulf/buster porting)

The reason: mmc-pre-unmount depends on GnomeVFS which is removed from
Debian 10.
The file was modifiedMakefile.am (diff)
The file was modifieddebian/control (diff)
The file was modifiedconfigure.ac (diff)
Commit 20d9c20998c8e5b6f5b1588cbe8cf6226d9099ae by Arthur D.
Update debian/changelog (4.5.1)
The file was modifieddebian/changelog (diff)
Commit a485897eb5803a2f78d292617246288866b788f9 by Arthur D.
kbd-slide.c: match device by SW_KEYPAD_SLIDE capability

Match device by type/code instead of name/type.

Thanks to @MerlijnWajer and @freemangordon for pointing on this:
https://github.com/maemo-leste/ke-recv/pull/2
The file was modifiedsrc/kbd-slide.c (diff)
Commit 38ff8e22d5a28e42d733930e03a2c11f7c21f5d7 by Arthur D.
Update debian/changelog (4.5.2)
The file was modifieddebian/changelog (diff)
Commit 078f02f2dabdcb8d8042ab725b59003333b5ea6f by Arthur D.
kbd-slide.c: style fixes
The file was modifiedsrc/kbd-slide.c (diff)
Commit 28106e9bbdf8e17857218f243c8d68313a24f650 by Arthur D.
Use configure.ac for LOCALEDIR definition
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/Makefile.am (diff)
Commit ee6522825af7f058c469d8230b97a76f73fecf88 by Arthur D.
debian/rules: handle service runlevels symlinks

This fixes the regression introduced by commit "debian/rules: migrate to
debhelper command sequencer".

Thanks to @freemangordon for pointing it out!
The file was modifieddebian/rules (diff)
Commit f43cba50fff301b81ca43c3b01323caa8a0495ce by Arthur D.
Update debian/changelog (4.5.3)
The file was modifieddebian/changelog (diff)