File: control

package info (click to toggle)
libfm 0.1.17-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,068 kB
  • sloc: ansic: 29,193; sh: 11,008; makefile: 491; xml: 113; python: 34
file content (93 lines) | stat: -rw-r--r-- 3,242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Source: libfm
Section: libs
Priority: extra
Maintainer: Debian LXDE Maintainers <lxde-debian@lists.lxde.org>
Uploaders:
 Andrew Lee (李健秋) <ajqlee@debian.org>, Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper (>= 9), autoconf, automake, autotools-dev, gtk-doc-tools, intltool,
 libdbus-glib-1-dev, libglib2.0-dev, libgtk2.0-dev, libmenu-cache1-dev, libtool,
 pkg-config,
Standards-Version: 3.9.3
Homepage: http://pcmanfm.sourceforge.net/
Vcs-Browser: http://git.lxde.org/gitweb/?p=debian/libfm.git
Vcs-Git: git://git.lxde.org/git/debian/libfm.git

Package: libfm1
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}, libfm-data, lxmenu-data
Description: file management support (core library)
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API.
 .
 Some 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 library.

Package: libfm-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends}, libfm1 (= ${binary:Version}), libfm-gtk1 (= ${binary:Version})
Description: file management support (development)
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API.
 .
 This package contains the development files.

Package: libfm1-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 ${misc:Depends}, libfm1 (= ${binary:Version}), libfm-gtk1 (= ${binary:Version})
Description: file management support (debug)
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API.
 .
 This package contains the debugging symbols.

Package: libfm-data
Section: misc
Architecture: all
Depends: ${misc:Depends}
Replaces: libfm0
Description: file management support (common data)
 LibFM provides file management functions built on top of Glib/GIO,
 giving a convenient higher-level API.
 .
 This package contains the common data of the core library.

Package: libfm-gtk1
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}, libfm1 (= ${binary:Version})
Description: file management support (GTK+ GUI library)
 LibFM provides file management functions built on top of Glib/GIO
 giving a convenient higher-level API.
 .
 This package contains the GTK+ GUI.

Package: libfm-gtk-bin
Section: misc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libfm-gtk0
Description: file management support (utilities)
 LibFM provides file management functions built on top of Glib/GIO
 giving a convenient higher-level API.
 .
 This package contains the utilities which are used by the libraries
 and other packages.