Change logs for libgphoto2 source package in Hardy

  • libgphoto2 (2.4.0-8ubuntu8) hardy-proposed; urgency=low
    
      * Add 74_disable_panasonic_2372.dpatch: Disable broken PtP for all Panasonic
        cameras with product ID 0x2372, such as the Lumix DMC-FZ18. Mass-storage
        works fine. (LP: #282823)
    
     -- Martin Pitt <email address hidden>   Fri, 24 Oct 2008 09:26:17 +0000
  • libgphoto2 (2.4.0-8ubuntu7) hardy-proposed; urgency=low
    
      * Add debian/patches/73_use_ptp_for_some_canon.dpatch:
        Cherry-pick patch from upstream to use PTP mode for some Canon cameras:
        - PowerShot SD200
        - Digital IXUS 30
        - IXY Digital 40
        Thanks to Christoph Pegel for debugging the problem and finding the
        patch. (LP: #228154)
    
     -- James Westby <email address hidden>   Sat, 10 May 2008 01:18:53 +0100
  • libgphoto2 (2.4.0-8ubuntu6) hardy; urgency=low
    
      * Add debian/patches/72_deprecated_hal_key.dpatch: Replace the deprecated
        hal property "info.bus" with "info.subsystem" in the hal FDI generation
        tool. This fixes cameras to work with current hal without using deprecated
        keys. (LP: #205417)
    
     -- Martin Pitt <email address hidden>   Tue, 25 Mar 2008 16:32:03 +0100
  • libgphoto2 (2.4.0-8ubuntu5) hardy; urgency=low
    
      * debian/control:
        - add missing replaces for libgphoto2-2-dev
    
     -- Michael Vogt <email address hidden>   Mon, 17 Mar 2008 11:33:07 +0100
  • libgphoto2 (2.4.0-8ubuntu4) hardy; urgency=low
    
      * debian/control: Add appropriate Replaces/Conflicts for the serial.a
        shuffling that we did close to gutsy's release and now has been reverted
        to sanity. (LP: #175396)
      * Add debian/patches/00svn-ptp2-ids.dpatch: Update PtP2 camera library ID
        list to SVN head.
        - Fixes Panasonic Lumix FZ20. (LP: #175156)
        - Fixes quirks for Nikon cameras. (LP: #157782)
        - Supersedes debian/patches/30_additional_camera_support.dpatch, dropped.
      * Add debian/patches/71_sandisk_sansa_crash.dpatch:
        - Fix crash for Sandisk Sansa e250 oddity.
        - Patch taken from upstream bug tracker, see patch header.
        - LP: #199027
    
     -- Martin Pitt <email address hidden>   Wed, 12 Mar 2008 11:33:56 +0100
  • libgphoto2 (2.4.0-8ubuntu3) hardy; urgency=low
    
      * debian/control:
        - libgphoto2-2-dev depends on libltdl3-dev since it's required
    
     -- Sebastien Bacher <email address hidden>   Tue, 26 Feb 2008 02:14:24 +0100
  • libgphoto2 (2.4.0-8ubuntu2) hardy; urgency=low
    
      * debian/control: Re-add dependency to type-handling. It's in main now, a
        harmless no-op for Ubuntu, and thus not worth keeping a delta for it.
      * Hal now uses dynamic ACLs for users on local consoles, so stop using the
        plugdev group (see hardy-hardware-detection spec):
        - debian/libgphoto2-2.postinst: Do not create udev rules any more.
        - debian/libgphoto2-2.postinst: Remove udev rules on upgrades. This must
          be kept until after Hardy release.
        - debian/control: Change udev dependency to hal (>= 0.5.10-5ubuntu1).
        - Remove debian/libgphoto2-2.README.Debian, since it does not apply at all
          any more.
    
     -- Martin Pitt <email address hidden>   Wed, 02 Jan 2008 15:18:13 +0100
  • libgphoto2 (2.4.0-8ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - debian/control: Drop type-handling.
        - debian/libgphoto2-2.postinst, debian/libgphoto2-2.postrm: Ubuntu
          specific udev rule handling. Fixed handling for older udev.
      * Drop the moving of .la files from the -dev to the library package, since
        kdelibs is fixed properly now.
    
    libgphoto2 (2.4.0-8) unstable; urgency=low
    
      * debian/patches/45_increase_canon_timeout.dpatch Increase timeout wait for
        an URB to come back on an interrupt endpoint  (closes: #453114)
    
    libgphoto2 (2.4.0-7) unstable; urgency=low
    
      * debian/patches/30_additional_camera_support.dpatch: added Canon G9
        (patch by Harald Dunkel, closes: #446237)
    
    libgphoto2 (2.4.0-6) unstable; urgency=low
    
      * debian/patches/65_udev_usb_subsystem.dpatch: changed udev rules to go
        through device listing for both subsystem usb and usb_device.
        (closes: #445660)
    
    libgphoto2 (2.4.0-5) unstable; urgency=low
    
      * debian/control:
        * improved libgphoto2-2 and libgphoto2-dev long descriptions to note
          about PTP support (but not MTP since this is not what libgphoto2
          is for) (closes: #347875)  (this got lost somewhere)
        * removed gtkam suggestion
    
    libgphoto2 (2.4.0-4) unstable; urgency=low
    
      * debian/patches/60_udev_rules_are_autogenerated_notice.dpatch: adds a note
        to udev rules file to explain that file is generated automatically and
        that local changes will thus be lost on upgrades.  (closes: #341470)
      * debian/patches/30_additional_camera_support.dpatch: added support for Fuji
        FinePix A800 (closes: #421179) and Nikon Coolpix P5000 (closes: #427173)
      * debian/patches/70_increase_max_entries.dpatch: increased max entries from
        1024 to 8192 (closes: #425515, #427476)
      * debian/control: updated ${Source-Version} to ${binary:Version}
    
    libgphoto2 (2.4.0-3) unstable; urgency=low
    
      * debian/libgphoto2-2.postinst: creates device nodes with 0664 mode so
        productId, vendorId and such kind of details can be read (closes: #440763)
    
     -- Martin Pitt <email address hidden>   Mon, 10 Dec 2007 17:17:35 +0100
  • libgphoto2 (2.4.0-2ubuntu2) gutsy; urgency=low
    
      * debian/*.files: Move .la files from -dev package to libgphoto2-2
        and libgphoto2-port0 packages. kdelibs dynaloader needs the .la files.
        Closes: LP: 145239. Upstream bug report: http://bugs.kde.org/125696
    
      * debian/control: add Replaces libgphoto2-2-dev (<= 2.4.0-2ubuntu1)
        due to the plugins .la files moved from -dev package to libgphoto2-2
        and libgphoto2-port0
    
     -- Achim Bohnet <email address hidden>   Wed, 03 Oct 2007 21:33:49 +0200