SuccessChanges

Summary

  1. remove files that do not belong to git (details)
  2. Revert "Fix HILDON_IM_ACTIVATE_FORMAT and HILDON_IM_KEY_EVENT_FORMAT" (details)
  3. Change protocol structs that have Window type vars to use guint32 instead (details)
  4. Port to debhelper 10 (details)
  5. update debian/changelog (details)
Commit 4921097321257040905383c50a88d9fd9008f2fe by ivo.g.dimitrov.75
remove files that do not belong to git

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was removedconfig.guess
The file was removedconfig.sub
Commit 60fa6ba86301a0f00a48fcef0b89d6eb2945cf2b by ivo.g.dimitrov.75
Revert "Fix HILDON_IM_ACTIVATE_FORMAT and HILDON_IM_KEY_EVENT_FORMAT"

This does not actually work, because even on 64bit systems, longs are
passed as 32 bit.

This reverts commit ea46ee879f2527825a25af5749d6783e199759dc.
The file was modifiedsrc/hildon-im-protocol.h (diff)
Commit fef66e0d7eb5a93244d033a768f0ee3267b95409 by ivo.g.dimitrov.75
Change protocol structs that have Window type vars to use guint32 instead

Window will always fit in 32 bits, even if it is 64 bits on 64 bit systems.
However, on 64 bit systems the size of the ClientMessage data becomes more
that 20 bytes for HildonIMActivateMessage and HildonIMKeyEventMessage so
the receiver(hidon-input-method) gets garbage.

Fix that by replacing Window with guint32.

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifiedsrc/hildon-im-protocol.h (diff)
Commit 09cb6706b2d18a55f8907512a51ae24b4c7634aa by ivo.g.dimitrov.75
Port to debhelper 10

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifieddebian/hildon-input-method-framework-dev.install (diff)
The file was removeddebian/hildon-input-method-framework.postinst.in
The file was modifieddebian/control (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was removeddebian/hildon-input-method-framework.postrm.in
The file was modifieddebian/rules (diff)
The file was removedINSTALL
The file was modifiedconfigure.ac (diff)
The file was modifieddebian/hildon-input-method-framework.install.in (diff)
The file was modifieddebian/compat (diff)
Commit 40bbe43309200d81c9fc5a68e17c5695d378b090 by ivo.g.dimitrov.75
update debian/changelog

Fix a typo while at it

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifieddebian/changelog (diff)