[Pkg-lxde-maintainers] libfm_0.1.17-1_amd64.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Tue Jan 31 19:32:33 UTC 2012


(new) libfm-data_0.1.17-1_all.deb extra misc
file management support - common data
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API. Features:
  * Desktop-independent, following FreeDesktop standards;
  * Fast, light on memory usage, and responsive - well suited to
    less powerful hardware such as netbooks and thin clients;
  * Uses GIO/GVFS (like Nautilus) for Trash support and access to
    remote file systems (FTP, SFTP, WebDAV, Windows shares, etc.);
  * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
  * Supports both Drag-and-Drop, and the X Direct Save protocol;
  * Reusable design with the core functions separated out to
    simplify porting to other GUIs.
 .
 This package contains the common data of core function library.
libfm-dev_0.1.17-1_amd64.deb
  to main/libf/libfm/libfm-dev_0.1.17-1_amd64.deb
(new) libfm-gtk-bin_0.1.17-1_amd64.deb extra misc
file management support - utilities
 LibFM provides file management functions built on top of Glib/GIO
 giving a convenient higher-level API. Features:
  * Desktop-independent, following FreeDesktop standards;
  * Fast, light on memory usage, and responsive - well suited to
    less powerful hardware such as netbooks and thin clients;
  * Uses GIO/GVFS (like Nautilus) for Trash support and access to
    remote file systems (FTP, SFTP, WebDAV, Windows shares, etc.);
  * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
  * Supports both Drag-and-Drop, and the X Direct Save protocol;
  * Reusable design with the core functions separated out to
    simplify porting to other GUIs.
 .
 This package contains the utilities which are used by the libraries
 and other packages.
(new) libfm-gtk1_0.1.17-1_amd64.deb extra libs
file management support - GTK+ GUI library
 LibFM provides file management functions built on top of Glib/GIO
 giving a convenient higher-level API. Features:
  * Desktop-independent, following FreeDesktop standards;
  * Fast, light on memory usage, and responsive - well suited to
    less powerful hardware such as netbooks and thin clients;
  * Uses GIO/GVFS (like Nautilus) for Trash support and access to
    remote file systems (FTP, SFTP, WebDAV, Windows shares, etc.);
  * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
  * Supports both Drag-and-Drop, and the X Direct Save protocol;
  * Reusable design with the core functions separated out to
    simplify porting to other GUIs.
 .
 This package contains the GTK+ GUI.
(new) libfm1-dbg_0.1.17-1_amd64.deb extra debug
file management support - debugging symbols
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API. Features:
  * Desktop-independent, following FreeDesktop standards;
  * Fast, light on memory usage, and responsive - well suited to
    less powerful hardware such as netbooks and thin clients;
  * Uses GIO/GVFS (like Nautilus) for Trash support and access to
    remote file systems (FTP, SFTP, WebDAV, Windows shares, etc.);
  * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
  * Supports both Drag-and-Drop, and the X Direct Save protocol;
  * Reusable design with the core functions separated out to
    simplify porting to other GUIs.
 .
 This package contains the debugging symbols.
(new) libfm1_0.1.17-1_amd64.deb extra libs
file management support - core library
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API. Features:
  * Desktop-independent, following FreeDesktop standards;
  * Fast, light on memory usage, and responsive - well suited to
    less powerful hardware such as netbooks and thin clients;
  * Uses GIO/GVFS (like Nautilus) for Trash support and access to
    remote file systems (FTP, SFTP, WebDAV, Windows shares, etc.);
  * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
  * Supports both Drag-and-Drop, and the X Direct Save protocol;
  * Reusable design with the core functions separated out to
    simplify porting to other GUIs.
 .
 This package contains the core function library.
libfm_0.1.17-1.debian.tar.gz
  to main/libf/libfm/libfm_0.1.17-1.debian.tar.gz
libfm_0.1.17-1.dsc
  to main/libf/libfm/libfm_0.1.17-1.dsc
libfm_0.1.17.orig.tar.gz
  to main/libf/libfm/libfm_0.1.17.orig.tar.gz
Changes: 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.


Override entries for your package:
libfm-dev_0.1.17-1_amd64.deb - extra libdevel
libfm_0.1.17-1.dsc - source libs

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 608077 614470 639982 653337 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the Pkg-lxde-maintainers mailing list