* New upstream release.
* watch: Generalize pattern.
* New upstream release.
- patches/32bit: Upstreamed.
- patches/compact_visible_data_changed: Upstreamed.
* source/options: Remove compression option.
* copyright: Factorize.
* patches/atk-dep: Just completely drop atk-adaptor version, current
releases of Debian have the set_context support.
* patches/compact_visible_data_changed: New patch to compact useless events
which overload us.
* control: Set Vcs-* to salsa.debian.org.
* control: Bump Standards-Version to 4.4.0 (no changes).
* control: Drop libgtk-3-dev build-dep.
* 32bit: Fix build on 32bit systems.
* New upstream release (Closes: Bug#843706)
- patches/no-werror: Remove
- patches/check-thread: Removed.
- patches/netbeans: Merged.
- patches/main_context: Merged.
- patches/spurious_recursive_call: Merged.
- patches/hash-mutex: Merged.
- patches/fix-unexpected-threaded-call: Merged.
- patches/getAccessibleContextNull: Merged.
- patches/init: Merged.
- patches/getAccessibleStateSetNull: Merged.
- patches/thread-daemon: Merged.
- patches/warningfix: Merged.
- patches/jaw_ref: Merged.
- patches/iter: Merged.
- patches/child_add: Merged.
- patches/GC: Merged.
- patches/parameters: Merged.
- patches/coords: Merged.
- patches/remove_component_listener: Merged.
- patches/nojavah: Merged.
- patches/fix: Merged.
- patches/atk-deps: New patch to drop at-spi2-atk dep, which we already
fullfil.
* control: Bump Standards-Version to 4.2.0 (no changes).
* control: Remove libgtk2.0-dev build-dependency.
* patches/java-1.7: Avoid breaking java<9 compatibility.
* watch: Fix regexp.
* rules: Bump java support to 8.
* patches/remove_component_listener: Fix memory leak (Closes: Bug#926420)
* Bump Standards-Version to 4.1.4 (no changes).
* patches/nojavah: New patch to fix FTBFS (Closes: Bug#897454)
* debian/patches/GC: drop spurious println (Closes: Bug#891604)
* debian/patches/parameters: Fix atk signal parameters mismatch.
* debian/patches/coords: Fix atk component coordinates.
* debian/patches/GC: new patch to fix memory leaks.
* debian/patches/iter: Fix iterator initialization.
* debian/patches/child_add: Fix missing reference for children.
(Closes: Bug#837081)
* debian/patches/warningfix: Yet another warning fix.
* debian/patches/jaw_ref: Make sure atk objects exist while processing
signals. Hopefully fixes Bug#837081.
* control: Lower default-jdk dependency to default-jdk-headless to avoid
dependency loop (headful java now depends on java accessibility).
[ Samuel Thibault ]
* control: Update maintainer mailing list.
* Use canonical anonscm vcs URL.
* control: Bump Standards-Version to 4.1.1 (no changes).
[ Helmut Grohne ]
* Fix FTCBFS: Annotate default-jdk dependency with :native. (Closes: #885129)
* patches/thread-daemon: Make JAW thread a daemon so that JVM termination does
not wait for its termination (Closes: #787955).
* patches/getAccessibleStateSetNull: Fix crash when getAccessibleStateSet
returns NULL (Closes: #838778).
* patches/check-thread: Advise users to report the warning.
* patches/check-thread: Warn instead of crashing when accessing application
objects from the jaw thread (Closes: #838778).
* patches/init: Do not set up hooks if the at-spi layer could not be
initialized. Fixes systematic Java application crashes when the desktop
breaks the at-spi bus (Closes: #824226).
* control: Bump Standards-Version to 3.9.8 (no change)
* patches/getAccessibleContextNull: New patch to fix more crashes happening
in odd situations (Closes: #829293).
* rules: Use $(jvm_includes) from /usr/share/java/java_defaults.mk.
(Closes: #821468)
* control: Build-Depend on java-common >= 0.54 to get $(jvm_includes).
* patches/spurious_recursive_call: Drop spurious infinitely recursive call.
* patches/hash-mutex: Protect object hash table with a mutex.
* patches/fix-unexpected-threaded-call: Avoid calling application callbacks
from the atk glib loop (Closes: #820227)
* rules: Simplify strip rule.
* rules: Set ddeb-migration.
* control: Depend on debhelper 9.20150628 for ddeb-migration.
* control: Bump Standards-Version to 3.9.7 (no change).
* patches/main_context: New patch to make our glib loop use its own
main_context rather than using the default context (Closes: #809087).
* Upload to unstable.
[ Alexandre Pereira Nunes ]
* Add libatk-wrapper-java-jni-dbg debugging package.
[ Alexandre Pereira Nunes ]
* patches/netbeans: Complete patch.
[ Alexandre Pereira Nunes ]
* patches/netbeans: Complete patch (Closes: #798924).
* New upstream release.
- patches/gconf: Remove, merged upstream.
- control: bump build-depends to java 7, add gnome-common dependency.
- patches/no-werror: New patch to drop -Werror.
* patches/netbeans: Fix typo, thanks KiBi for spotting it.
* patches/netbeans: Make
Java_org_GNOME_Accessibility_AtkWrapper_componentAdded return immediately
if global_ac is NULL (Closes: #798273).
* Add version to default-jdk dependency, to explicit that we need java 6
support.
* Revert to depending on default-jdk, but it'll have to support java 6 to
be able to build us (Closes: #788189).
* Depend on java 6, required by newer upstream release.
* New upstream release (Closes: #705511).
- Bump atk dependency accordingly.
* watch: Also track xz tarballs.
* patches/xprop: Fix xprop path.
* New upstream release.
- patches/autoconf-enable-javacflags.patch: Remove, merged upstream.
- patches/no-automake-werror: Remove, merged upstream.
* Bump Standards-Version to 3.9.6.
- control: Remove java2-runtime Depends alternative.
- control: Remove default-jre Depends.
[ Samuel Thibault ]
* control: Fix description typos (Closes: #676863).
* Bump Standards-Version to 3.9.4 (no changes).
* patches/no-automake-werror: Remove -Werror from automake invocation
(Closes: #713320).
[ Jeremy Bicha ]
* Merge with Ubuntu (Closes: #708985)
- control: Depend on default-jre | java2-runtime
- Ensure backwards compatible bytecode is built (LP: #1049777):
+ p/autoconf-enable-javacflags.patch: Update autoconf configuration
to support use of JAVACFLAGS during build process.
+ rules: Supply JAVACFLAGS to ensure source/target is set to 1.5.
* Document that accessibility is disabled by default in openjdk, how to
re-enable it, and that this is because it is not stable with non-threaded
applications (Closes: #701492).
* control:
- Bump Standards-Version to 3.9.3 (no changes).
- Fix JNI acronym case (Closes: #663268).
- Drop gconf-dev dependency.
* patches/gconf: New patch to disable gconf dependency, not actually used
(Closes: #665367).
* rules: Autoreconf.
* Initial release (Closes: #537779)
* Thanks Luke Yelavich for working on it in Ubuntu!