sikuli (1.0~x~rc3.tesseract3-dfsg1-7ubuntu1) saucy; urgency=low

  * Merge from Debian unstable.
  * Dropped patches:
    - jgoodies-1.6-compat.patch: superseeded by new snapshot
  * debian/patches/force-java6-target.patch: fix lintian 
    warning for java bytecode

 -- Yolanda Robla <yolanda.robla@canonical.com>  Wed, 24 Jul 2013 13:10:29 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-7) unstable; urgency=low

  * Revert fix for java.lang.UnsatisfiedLinkError which was arch dependent
    while sikuli-ide is arch all /o\. By the way the corresponding bug
    (#714393) is now tagged wontfix since it's sun-java6 related.
  * debian/control: fix VCS fields
  * Add description for patch setTextAndMnemonic.patch

 -- Gilles Filippini <pini@debian.org>  Sat, 13 Jul 2013 18:44:41 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-6) unstable; urgency=low

  [tony mancill <tmancill@debian.org>]
  * fix typo in d/control (Closes: #682011)

  [Gilles Filippini <pini@debian.org>]
  * new patch:
    + setTextAndMnemonic.patch: replace deprecated
      DefaultComponentFactory#setTextAndMnemonic with
      MnemonicUtils#configure (Closes: #711310)
  * Updated patch:
    + executable-wrappers.patch: add /usr/lib/<multiarch-triplet>/jni to
      LD_LIBRARY_PATH (fix java.lang.UnsatisfiedLinkError for JXGrabKey)

 -- Gilles Filippini <pini@debian.org>  Sat, 08 Jun 2013 00:28:24 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-5ubuntu1) raring; urgency=low

  * Fix FTBFS with jgoodies >= 1.5:
    - d/control: BD on libjgoodies-common-java.
    - d/p/jgoodies-1.6-compat.patch: Compatibility patch which removes
      use of deprecated/removed methods and adds jgoodies-common to the
      build classpath.

 -- James Page <james.page@ubuntu.com>  Fri, 07 Dec 2012 22:13:08 +0000

sikuli (1.0~x~rc3.tesseract3-dfsg1-5) unstable; urgency=low

  * New patch no-opencv-surf-module.patch: 
    Remove unsused portions of source code with dependency on the opencv
    SURF module which isn't shipped anymore starting with opencv 2.4
    because of being non-free (Closes: #678230)

 -- Gilles Filippini <pini@debian.org>  Mon, 25 Jun 2012 12:33:23 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-4) unstable; urgency=low

  * d/control: Depends: libopencv-dev to have OpenCVConfig.cmake (fix FTBFS)
  * Fix patch executable-wrappers.patch:
    + Remove /usr/share/java/jna-posix.jar from the classpath so that it
      doesn't take precedence on /usr/share/java/jnr-posix.jar required
      by jython (Closes: #675160)
  * d/README.Debian:
    + Add a note about Sun Java 6 and multiarch (workaround for
      java.lang.UnsatisfiedLinkError with java-6-sun)

 -- Gilles Filippini <pini@debian.org>  Mon, 04 Jun 2012 18:39:45 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-3) unstable; urgency=low

  * New patch:
    + gcc-4.7.patch: Fix FTBFS with gcc-4.7 (Closes: #671990)

 -- Gilles Filippini <pini@debian.org>  Fri, 11 May 2012 23:51:05 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-2) unstable; urgency=low

  * d/control:
    + sikuli-ide: Add missing dependency libswing-layout-java (fix
      ClassDefNotFound exception when opening the preferences dialog)
    + libsikuli-script-java: Add dependency tesseract-ocr-eng as a
      workaround for there is no way for the user to change the language
      setting for tesseract
    + Bump Standards-Version to 3.9.3
  * d/copyright: Update URL of the Machine-readable format specification
    version 1.0
  * New patch:
    + tessdata.patch: Use the default path for tesseract data, overridable
      with the TESSDATA_PREFIX environment variable (Closes: #667513,
      LP: #976352, LP: #979524)

 -- Gilles Filippini <pini@debian.org>  Mon, 16 Apr 2012 11:21:08 +0200

sikuli (1.0~x~rc3.tesseract3-dfsg1-1) unstable; urgency=low

  * Merge with the feature/tesseract3 branch from upstream
  * debian/control: Build-Depends: libtesseract-dev instead of
    deprecated tesseract-ocr-dev (Closes: #659598)
  * The upstream source code repository moved to github

  * New patch:
    + tess3.patch:
      - Fix build with tesseract3
      - use OCR strategie OEM_TESSERACT_ONLY for now. Upstream has
        reported a 4x slowdown when using OEM_TESSERACT_CUBE_COMBINED
  * Patch fix-cmake-sikuli-ide.patch:
    + Add a DEP3 style description
  * debian/copyright:
    + Update DEP5 Format URL
    + Bump copyright years

 -- Gilles Filippini <pini@debian.org>  Wed, 15 Feb 2012 15:17:58 +0100

sikuli (1.0~x~rc3-dfsg1-3) unstable; urgency=low

  [ Torsten Werner ]
  * Improve executable-wrappers.patch to add asm3-commons.jar to
    runtime CLASSPATH. (Closes: #643563)

 -- Gilles Filippini <pini@debian.org>  Thu, 10 Nov 2011 22:37:06 +0100

sikuli (1.0~x~rc3-dfsg1-2) unstable; urgency=low

  * New patch fix-cmake-sikuli-ide.patch:
    + Fix random FTBFS due to missing inter target dependency

 -- Gilles Filippini <pini@debian.org>  Tue, 04 Oct 2011 23:32:13 +0200

sikuli (1.0~x~rc3-dfsg1-1) unstable; urgency=low

  * New upstream release:
    + Sikuli IDE
      - Auto indentation
      - New settings in preferences: expand tab, tab width, font style, font
        size
      - locale setting
      - ESC cancels screen capture mode
      - Sikuli code (including images) can be copied across tabs
      - Sikuli code can be copied as plain text to other programs/text
        editors
      - Window size and opened files are remembered and restored
        automatically
    + Sikuli Script
      - App class supports Linux now (wmctrl and xdotool required.)
      - Java APIs are more consistent with Jython's
      - New hotkey API allows the user to register hotkeys that trigger a
        Sikuli function
      - A parameter of Sikuli's vision engine MinTargetSize can be changed to
        adjust the robustness/speed of the engine
      - Pure color templates matching
      - popup() accepts an optional parameter for setting the title of the
        dialog
      - Some error messages are improved
    + Bug fixes
      - Closes: #642794.
      - Many bugs in the matching preview window are fixed - not hanging
        anymore, preview is consistent with the result of findAll.

  * orig.tar.gz:
    + drop extensions which should ship into their own source packages since
      they have their own versioning
  * debian/control
    + Multi-Arch support
    + libsikuli-script-java: Depends wmctrl, xdotool
  * debian/rules
    + Multi-Arch support
  * debian/copyright, debian/README.source:
    + More accurate information about how to download the source
    + Updated removed parts list

 -- Gilles Filippini <pini@debian.org>  Tue, 04 Oct 2011 00:57:09 +0200

sikuli (1.0~x~rc2-dfsg1-2) unstable; urgency=low

  * debian/control, debian/copyright:
    + Fix pkg-java-maintainers address. 
  * debian/copyright:
    + Update to DEP5 format specification rev174

 -- Gilles Filippini <pini@debian.org>  Sat, 16 Apr 2011 12:48:15 +0200

sikuli (1.0~x~rc2-dfsg1-1) unstable; urgency=low

  * New upstream release:
    + Redesigned user interface for Sikuli-IDE
    + Support for extensions for Sikuli Script

  * debian/control, debian/copyright:
    The package is now maintained by the Debian Java maintainers Team

 -- Gilles Filippini <pini@debian.org>  Sat, 16 Apr 2011 00:23:53 +0200

sikuli (1.0~x~rc1-dfsg1-2) unstable; urgency=low

  * debian/control: enforce java6 dependency using a versioned [Build-]Depends
    against default-jdk and default-jre (>= 1:1.6) instead of depending on
    java6-sdk and java6-runtime. 

 -- Gilles Filippini <pini@debian.org>  Mon, 24 Jan 2011 01:07:30 +0100

sikuli (1.0~x~rc1-dfsg1-1) unstable; urgency=low

  * Initial release (Closes: #578125)

 -- Gilles Filippini <pini@debian.org>  Thu, 20 Jan 2011 22:37:52 +0100
