Change logs for bluez-gnome source package in Intrepid

  • bluez-gnome (1.8-0ubuntu1) intrepid; urgency=low
    
      [ Mario Limonciello ]
      * New upstream version (LP: #274950)
      * debian/control:
        - Update Recommends for bluetooth to bring in the bluetooth stack.
      * debian/patches:
        - Drop 05_hildon_ui for now since it doesn't work properly.
        - Drop 80_from_fedora_fix_nautilus_sendto_compatibility.patch as not necessary.
        - Drop 99_automake for now too.
        - Add 04_bluetooth-sendto-ods-svn.patch from F10 to let this work with SVN
          obex-data-server.
        - Add 05_bluetooth_sendto_dbus-snd.patch to make this more functional
          w/ SVN obex-data-server.
        - Add 07_null_device_name.patch to prevent showing "(null)" in wizard.
    
      [ Emmet Hikory ]
      * Add 06_preferences-horizontal-layout.patch for 800x600 support.
    
     -- Mario Limonciello <email address hidden>   Tue, 07 Oct 2008 14:33:11 -0500
  • bluez-gnome (0.25-0ubuntu2) intrepid; urgency=low
    
      [ Michael Frey ]
      * Add hildon support and enable it on lpia; LP: #208423.
        - New patch, 05_hildon_ui, misc Hildon UI changes for low resolution
          screens.
          . New --enable-hildon configure flag to define HILDON.
          . Use a Gtk+ hbox instead of vbox in the UI to make a better use of
            screen estate.
          . Wrap top level container (main box) into a vbox and hbox to tweak
            horiz and vert positions.
        - New patch, 99_automake, generated with aclocal-1.10 && autoconf &&
          autoheader && rm -rf autom4te.cache config.h.in~.
    
      [ Loic Minier ]
      * Tune patches 05_hildon_ui and 99_automake.
        . Use upstream indentation style (tabs).
        . Use #ifdef HILDON consistenly instead of mixing with #if HILDON.
        . Minimize number of patched lines (no removed lines anymore).
        . Move configure.in snippet from 99_automake (carrying autogenerated
          files) to 05_hildon_ui.
      * Call autoheader when generating 99_automake.
      * Change enable_hildon != no test in 05_hildon_ui to enable_hildon == yes as
        enable_hildon is empty when not given.
      * Use DEB_HOST_ARCH instead of DEB_BUILD_ARCH to test target architecture.
      * Tweak above changelog entries slightly to document each individual change,
        to close LP bug, to target intrepid, and to update upload time.
      * Move DEB_CONFIGURE_EXTRA_FLAGS additions below the cdbs includes as
        otherwise these are reset... doh!
    
     -- Michael Frey <email address hidden>   Tue, 17 Jun 2008 22:37:30 +0200
  • bluez-gnome (0.25-0ubuntu1) hardy; urgency=low
    
      * New upstream versions:
        - Remove signal handlers when no longer needed.
        - Show OBEX errors and close server on failure.
        - Add tablets and joypads/joysticks device types.
        - Fix setting filter properties in the device selection widget.
        - Fix missing assignment of filter labels.
        - Show all the possibly known devices.
      * debian/patches/80_from_fedora_fix_nautilus_sendto_compatibility.patch:
        - change from fedora to fix nautilus-sendto (lp: #197145)
      * debian/rules:
        - don't distribute caches generated during the build
    
     -- Sebastien Bacher <email address hidden>   Fri, 28 Mar 2008 10:39:37 +0100