--- gamin-0.0.14.orig/debian/gamin.install +++ gamin-0.0.14/debian/gamin.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/gamin/* --- gamin-0.0.14.orig/debian/control +++ gamin-0.0.14/debian/control @@ -0,0 +1,40 @@ +Source: gamin +Section: admin +Priority: optional +Maintainer: Jeff Waugh +Build-Depends: cdbs, debhelper (>= 4.1.0), libglib2.0-dev +Standards-Version: 3.6.1 + +Package: gamin +Section: admin +Architecture: any +Depends: libgamin0 (= ${Source-Version}) +Description: 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. + +Package: libgamin0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libfam0c102 +Provides: libfam0c102 +Replaces: libfam0c102 +Description: Library for the gamin file and directory monitoring system + 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. + +Package: libgamin-dev +Section: libdevel +Architecture: any +Depends: libgamin0 (= ${Source-Version}) +Conflicts: libfam-dev +Provides: libfam-dev +Replaces: libfam-dev +Description: Development files for the gamin library + Development files for the gamin library + . + Gamin is a file and directory monitoring system defined to be a + subset of the FAM (File Alteration Monitor) system. --- gamin-0.0.14.orig/debian/libgamin-dev.install +++ gamin-0.0.14/debian/libgamin-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/*.{so,la,a} +debian/tmp/usr/lib/pkgconfig/*.pc +debian/tmp/usr/include/*.h --- gamin-0.0.14.orig/debian/rules +++ gamin-0.0.14/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1" + +DEB_INSTALL_DOCS_ALL := AUTHORS README TODO --- gamin-0.0.14.orig/debian/libgamin0.install +++ gamin-0.0.14/debian/libgamin0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib{fam,gamin}*.so.* --- gamin-0.0.14.orig/debian/copyright +++ gamin-0.0.14/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Jeff Waugh on +Sat, 17 Jul 2004 10:34:59 +1000. + +It was downloaded from + +Copyright (C) 2003 James Willcox, Corey Bowers +Copyright (C) 2004 Red Hat, Inc. + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License +as published by the Free Software Foundation; either version 2 of +the License, or (at your option) any later version. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. --- gamin-0.0.14.orig/debian/compat +++ gamin-0.0.14/debian/compat @@ -0,0 +1 @@ +4 --- gamin-0.0.14.orig/debian/changelog +++ gamin-0.0.14/debian/changelog @@ -0,0 +1,18 @@ +gamin (0.0.14-1ubuntu1) warty; urgency=low + + * Built for Ubuntu! + + -- Jeff Waugh Tue, 5 Oct 2004 10:26:51 +1000 + +gamin (0.0.14-1) unstable; urgency=low + + * New upstream release + + -- Jeff Waugh Mon, 4 Oct 2004 21:41:51 +1000 + +gamin (0.0.12-1) unstable; urgency=low + + * New upstream release (Closes: #259872). + + -- Jeff Waugh Fri, 01 Oct 2004 08:58:49 +1000 +