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
|
Source: gamin
Section: admin
Priority: optional
Maintainer: Michael Banck <mbanck@debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper-compat (= 12),
libglib2.0-dev,
gnome-pkg-tools,
Standards-Version: 3.8.3
Vcs-Browser: https://salsa.debian.org/gnome-team/gamin
Vcs-Git: https://salsa.debian.org/gnome-team/gamin.git
Package: gamin
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.
|