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
|
Source: gamin
Section: admin
Priority: optional
Maintainer: Michael Banck <mbanck@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Build-Depends: cdbs, debhelper( >= 5.0.37.2), libglib2.0-dev, gnome-pkg-tools, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), dpkg-dev (>= 1.13.19), autotools-dev
Standards-Version: 3.7.2
Package: gamin
Section: admin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libgamin0 (= ${binary:Version})
Conflicts: fam
Description: File and directory monitoring system
Gamin is a file and directory monitoring system which allows
applications to detect when a file or a directory has been added,
removed or modified by somebody else.
.
It can be used by desktops like KDE, GNOME or XFCE to have their
virtual file systems keep track of changes to files and directories.
For example, if a file manager displays a directory to the user, and
the user removes one of the files via the command-line, gamin will
notify the file manager of this change so that it can update the
directory display.
.
Gamin has been designed as a drop-in replacement for FAM with security
and maintainability in mind and can use Linux's advanced inotify
service when available.
Package: libgamin0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, gamin
Conflicts: libfam0c102, libfam0
Provides: libfam0c102, libfam0
Replaces: libfam0c102, libfam0
Description: Client library for the gamin file and directory monitoring system
Gamin is a file and directory monitoring system defined to be a
subset of the FAM (File Alteration Monitor) system.
.
This package contains the client library for the gamin file and directory
monitoring system.
Package: libgamin-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libgamin0 (= ${binary:Version})
Conflicts: libfam-dev
Provides: libfam-dev
Replaces: libfam-dev
Description: Development files for the gamin client library
Gamin is a file and directory monitoring system defined to be a
subset of the FAM (File Alteration Monitor) system.
.
This package contains the development files for the gamin client library.
Package: python-gamin
Section: python
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Conflicts: python2.3-gamin
Replaces: python2.3-gamin
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python binding for the gamin client library
Gamin is a file and directory monitoring system defined to be a
subset of the FAM (File Alteration Monitor) system.
.
This package contains the Python bindings for the gamin client library.
|