gamin 0.1.10-2ubuntu1 source package in Bilimbi Test

Changelog

gamin (0.1.10-2ubuntu1) natty; urgency=low

  * Merge with Debian; remaining changes:
    - debian/rules:
      + make cdbs run autoconf
      + Set DEB_AUTO_UPDATE_LIBTOOL := pre; updating the rest of the
        autotools but not libtool doesn't work all that well nowadays.
    - Define _GNU_SOURCE in translation units that need struct ucred.
    - debian/control.in:
      + build-depend on autoconf, automake, and libtool
    - Build a python-gamin-dbg package.
    - debian/patches/01_python-dbg.patch:
      + patch configure.in to fix PYTHON_INCLUDES macro
    - debian/libgamin0.shlibs: Fix libfam shlibs to prefer libgamin0 (to
      keep fam out of main).
  * Drop the debian/patches/90_autoreconf.patch patch

gamin (0.1.10-2) unstable; urgency=low

  * debian/watch: don't uupdate.
  * debian/patches/16_armel-gnueabi.patch:
    - Don't patch configure here.
  * debian/patches/90_autoreconf.patch:
    - Run autoreconf here, so that it's not done (wrongly) during
      the build if autofoo are installed, causing the build to fail.
      Closes: #529801.
  * Standards-Version is 3.8.3, no changes needed.
  * gamin inherits the section from the source stanza.
  * Patches forwarded, add headers to them.
 -- Matthias Klose <email address hidden>   Wed, 24 Nov 2010 17:03:12 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe admin

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gamin_0.1.10.orig.tar.gz 638.1 KiB 28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1
gamin_0.1.10-2ubuntu1.diff.gz 8.7 KiB d931b376ebd4499510a54ccf9a42c7589f6a8e14f4398810a7b478a48f564e6e
gamin_0.1.10-2ubuntu1.dsc 1.4 KiB 1ab21d790796be39e380a80b69a3179c88176937a019d934b9d2e0d1ae1c4fbf

View changes file

Binary packages built by this source

gamin: 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.

libgamin-dev: 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.

libgamin0: 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.

python-gamin: 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.

python-gamin-dbg: Python binding for the gamin client library (debug extension)

 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,
 built for the Python debug interpreter.