Change logs for avrdude source package in Lenny

  • avrdude (5.5-7) unstable; urgency=low
    
    
      * debian/patches/04-usbtiny_64bit_fix.patch
        - Fix chip programming failures using USBTiny adapters on 64bit systems.
          The res[4] variable is passed to usbtiny_cmd() as char pointer and
          sizeof(char*) evaluates to 8 on 64bit systems. So hardcode the number of
          bytes we want to read instead of using sizeof. (Closes: #511751)
    
     -- Michael Biebl <email address hidden>  Wed, 14 Jan 2009 07:13:39 +0100
  • avrdude (5.5-4) unstable; urgency=low
    
    
      * Switch patch system to quilt.
      * debian/control
        - Add Build-Depends on quilt.
        - Bump Standards-Version to 3.8.0. Add debian/README.source as recommended
          by the new policy.
      * debian/rules
        - Include patchsys-quilt.mk instead of simple-patchsys.mk.
      * debian/patches/series
        - Add all existing patches.
      * Refresh all patches. 
    
     -- Michael Biebl <email address hidden>  Sat, 19 Jul 2008 03:22:50 +0200