Change logs for joy2key source package in Hardy

  • joy2key (1.6.1-7) unstable; urgency=low
    
      * debian/rules:
        - Remove an 'hg' command from the patch target.  (Closes: #438113)
        - Instead of ignoring errors from "$(MAKE) distclean" in the clean target,
          first check for the existence of Makefile.
        - config.status target now depends on patch-stamp instead of patch, to
          avoid running './configure' several times during the build process
    
    joy2key (1.6.1-6) unstable; urgency=low
    
      * Update my email address
      * Switch to quilt for patches, instead of providing a monolithic .diff.gz.
        (I'm using Mercurial Queues for development, but they can share the
        debian/patches metadata.)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 16:46:47 +0100
  • joy2key (1.6.1-5) unstable; urgency=medium
    
      * Apply Matthias Bläsing's correct_string_freeing.diff to fix a segmentation
        fault when parsing a joy2keyrc file.  (Closes: #404550)
      * Apply Matthias Bläsing's accept_0_as_threshold.diff to allow specifying 0
        as a threshold value on the command-line or config file.  (Previously, this
        would cause the built-in calibration function to come up, since a value of
        0, evaluating as false, was taken as unspecified.)  (Closes: #404543)
      * Fix an implicit declaration in joy2key.c
      * Fix some config parsing issues where sometimes some arguments given in a
        config file would be ignored
      * debian/rules:
        - Remove config.{sub,guess} in the clean target, and copy the autotools-dev
          versions from /usr/share/misc in the configure target.
    
     -- Daniel T Chen <email address hidden>   Fri,  26 Jan 2007 13:57:43 +0000