libfm (0.1.17-2.1+dyson1) unstable; urgency=low

  * Package for Dyson

 -- Igor Pashev <pashev.igor@gmail.com>  Tue, 04 Jun 2013 12:05:13 +0400

libfm (0.1.17-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * patches/02-keep_source_when_copying.patch: keep source when
    cut/pasting a directory across filesystems, avoiding data loss when
    the copy fails. Next upstream really fixes #593607, but this
    work-around downgrades its severity from critical to normal in wheezy.

 -- Nicolas Boulenguez <nicolas@debian.org>  Mon, 31 Dec 2012 23:36:03 +0100

libfm (0.1.17-2) unstable; urgency=low

  * Updating maintainer field.
  * Adding myself to uploaders.
  * Updating vcs fields.
  * Removing whitespaces at EOL and EOF.
  * Updating package to debhelper version 9.
  * Updating package to standards version 3.9.3.
  * Making build-depends unversioned where already fulfiled as of
    squeeze.
  * Always including apport hook, not only on ubuntu.
  * Sorting build-depends.
  * Rewriting copyright file machine-readable format version 1.0.
  * Prefixing debhelper files with package name.
  * Decrufting watch file.
  * Rediffing lxde-conf.patch with common diff options.
  * Decrufting rules file.
  * Simplyfing debhelper install files.
  * Switching to xz compression for both the source and the binary
    packages.
  * Reworking package descriptions a bit.
  * Wrapping depends.
  * Updating packaging for multiarch.
  * Sorting packages in control.

 -- Daniel Baumann <daniel@debian.org>  Mon, 16 Apr 2012 20:16:32 +0000

libfm (0.1.17-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Only include debug symbols for the libraries in libfm1-dbg, so it doesn't
    clash with old versions (closes: #658216)

 -- Julien Cristau <jcristau@debian.org>  Sat, 18 Feb 2012 18:55:45 +0100

libfm (0.1.17-1) unstable; urgency=low

  [ Andrew Lee (жќЋеЃҐз§‹) ]
  * Merging upstream version 0.1.17:
    (Closes: #653337, #608077, #639982, #614470)
    - Added missing files for building API doc with gtk-doc.
    - Fixed incorrect header guards.
    - Added some compatibility headers and files used with min-lib-ver.py
      for future gtk3 migration.
    - Added warning message for gtk-doc in autogen.sh and add configuration
      summary in configure.ac.
    - Removed generated files from version control. and Fix wrong project
      URL in configure.ac.
    - fixed a DSO issue
    - re-added docs
    - Remove docs directory from make file
    - Added missing license header
    - Try to fix Lubuntu bug LP#820865: pcmanfm cut&paste a folder to a
      destination folder withouth write permission causes data loss.
      https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/820865
    - Add missing license info and fix some build problems found by make
      distcheck.
    - Bumped ABI version with libtool -version-info to 1:0:0.
    - Update AUTHORS info.
    - Fixed Regression: Dnd to add folder to bookmarks is broken.
    - Added optional window titles to commonly used dialogs provided
      by fm-gtk-utils.c. Fix #3300800
    – Deletion prompt has no title.
    - Fixed untranslatable messages.
    - Make menu of side pane translatable.
    - Apply patch #3301641: Typing “~” in location bar loads root folder.
    - API changed: fm_folder_get_is_loading() -> fm_folder_get_is_loaded(),
      fm_folder_model_get_is_loading() -> fm_folder_model_get_is_loaded().
      Add fm_folder_view_get_is_loaded(). Correctly update popup menu of
      FmSidePane when mode is changed.
    - Added missing g_object_ref. - Add "changed", "removed",
      "content-changed", and "fs-info" signals to FmFolder and add
      filesystem size query to FmFolder.
    - Implement %k field code for Exec key according to desktop entry spec.
    - Fixed SF#3093778 Pasting empty string causes copying “/” to current
      folder.
    - Added a simple and basic implementation of button-style path bar.
    - Fixed SF#3086703 – PCManFM crashes on non existent directories.
    - Fixed SF#3115734 – Copying to long path names.
    - Do chdir to / if cwd is under the mounted filesystem which is going
      to be unmounted.
    - Fixed SF#3114626 – PCManFM 0.9.9 Umount partitions problem.
    - Fixed SF#3127903 – Fails to give permission denied error when
      overwriting.
    - Fixed reference of invalid widget pointer in properties dialog.
    - Prevent removing built ui files and fix #3181001
    – data/ui/*.glade files missing in tarball.
    - Show tooltips for tab labels when the label text is ellipsized.
    - Use a forward compatible way to register uri scheme handlers as in
      glib >= 2.27.
    - Fixed SF#3094197: Prepare deprecation of the gio module.
    - Fixed SF#3132262: Crash when trying to restore files from trash.
    - Fixed SF#3148077: Latest pcmanfm/libfm crashes when trying to open
      /proc/self/fd/ (or its symlink /dev/fd/). In this same system
      nautilus opens that directory fine.
    - Fixed SF#3143296: spaces are still (or again) not escaped in paths to
      execute.
    - Fixed SF#3135910: "Extract here" doesn’t handle space and encoding
      characters.
    - Added some macros to validate enum values.
    - Changed order of typedeffing enums and declaring them
    – for C++ compatibility

  [ Sergey Slipchenko ]
  * Drop 02-libfm-0.1.14-API-changes.patch.
  * Bumped SONAME. Fixed unused build dependency on cdbs as reported on PTS.
  * Added configure option to build with gtk-doc, changed name of the package
    with debugging symbols.
  * Renamed *.install and *.symbols files based on new package names.
  * Fixed files and directories to install, usr/lib/gio/modules needed when
    glib < 2.27 (on squeeze).
  * Updated *.symbols files.

  [ Andrew Lee (жќЋеЃҐз§‹) ]
  * Updating Vcs tags.
  * Using Debhelper 8.
  * Sorting Build-Depends.
  * Warpping build-depends.
  * Warpping and sorting depends.
  * Updating copyright info.
  * Drop useless NEWS and README in debian/docs.
  * Removing useless whitespaces at EOL and EOF.
  * Solving dependency problem while upgrade: Added new binary packages
    libfm-data and libfm-gtk-bin.
  * Create libfm-data.install and relocate files except .so from
    libfm1.install.
  * Create libfm-gtk-bin.install and relocate files except .so from
    libfm-gtk1.install.
  * Bumped standards-version to 3.9.2.

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Wed, 01 Feb 2012 01:12:59 +0800

libfm (0.1.14-2) unstable; urgency=low

  [ Julien Lavergne ]
  * debian/control:
   - Build-depends on gtk-doc-tools for the documentation.
  * debian/*.symbols:
   - Add symbols files.
  * debian/patches/02-libfm-0.1.14-API-changes.patch:
   - Re-add missing symbols lost in 0.1.14 version. (Closes: #600387)

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Wed, 03 Nov 2010 23:22:00 +0800

libfm (0.1.14-1) unstable; urgency=low

  * Imported Upstream version 0.1.14
  * Drop previous upstream git sync
  * Install libfm documents into libfm-dev

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Fri, 15 Oct 2010 15:54:45 +0800

libfm (0.1.12+git20100830-1) experimental; urgency=low

  [ Andrew Lee (жќЋеЃҐз§‹) ]
  * Sync with upstream git
  * Bumped Standard-version to 3.9.1
  * Update copyright info.
  * Added copyright_hints file
  * enable udisk build option
  * Correct build-depends
  * Sync with upstream git.

  [ Julien Lavergne ]
  * debian/rules:
   - Pass --fail-missing to dh_install.
   - Remove .la and .a files.
   - Install apport hook only on Ubuntu.
  * debian/apport/source_libfm.py:
   - Add apport hook.
  * debian/control:
   - Build-depends on lsb-release, needed to detect the distribution.


 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Mon, 30 Aug 2010 23:41:23 -0400

libfm (0.1.12-1) unstable; urgency=low

  [ Julien Lavergne ]
  * debian/control:
   - Wrap depends and build-depends
  * debian/patches:
   - 01-lxde-conf.patch: Use x-terminal-emulator for terminal by default.

  [ Andrew Lee (жќЋеЃҐз§‹) ]
  * New upstream release
    - Fixed desktop does not work with xrandr
    - Fixed middle-click shortcut on directory in bookmarks area
      (Closes:583136)
    - Updated translations
  * debian/control:
    - Build-depends on libglib2.0-dev (>= 2.18)

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Sun, 30 May 2010 17:33:16 +0800

libfm (0.1.11-1) unstable; urgency=low

  * New upstream release
    - Added a workaround for a bug newly introduced bug in gtk+ 2.18
      in detailed view mode
    - Correctly remember default action when destination file already
      exists.
    - Delete files rather than move them to trash if trash is not
      supported.
    - Add very basic support to "UnTrash" deleted files.
    - Remove unnecessary export of some internal APIs.
    - Update translations and replace "trash bin" with "trash can" for
      consistence.
    - Handle non-existent parent folders when untrashing files.
    - Remove unused LD_ADD for libfm-pref-apps.
    - Keep focus while changing view mode.
    - Translation updates.

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Thu, 29 Apr 2010 03:52:06 +0800

libfm (0.1.10-1) unstable; urgency=low

  * New upstream release
    - Fixed some crash problems
    - Updated Translations
  * Adjusted files installed in libfm-gtk0 and libfm0 (Thanks for the
    advices from upstream author - PCMan).

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Sun, 25 Apr 2010 22:26:59 +0800

libfm (0.1.9-1) experimental; urgency=low

  * Initial release (Closes: #575544)

 -- Andrew Lee (жќЋеЃҐз§‹) <ajqlee@debian.org>  Wed, 31 Mar 2010 01:03:06 +0800