--- inotify-tools-3.12.orig/debian/control
+++ inotify-tools-3.12/debian/control
@@ -0,0 +1,48 @@
+Source: inotify-tools
+Section: misc
+Priority: optional
+Maintainer: Peter Makholm <peter@makholm.net>
+Build-Depends: cdbs, debhelper (>= 5), doxygen, autotools-dev, linux-libc-dev | linux-kernel-headers (>= 2.6.18)
+Standards-Version: 3.7.2
+
+Package: libinotifytools0
+Architecture: any
+Depends: ${shlibs:Depends}
+Replaces: inotify-tools (<< 3.10-2)
+Description: utility wrapper around inotify
+ Inotify is a Linux kernel feature enabling user space programs to
+ monitor parts of the filesystem in a efficient way. libinotifytools
+ is a thin layer on top of the kernel interface which makes it easy 
+ to set up watches on many files at once, read events without having
+ to deal with low-level I/O, and several utility functions for inotify-
+ related string formatting
+
+Package: libinotifytools0-dev
+Architecture: any
+Provides: libinotifytools-dev
+Conflicts: libinotifytools-dev
+Replaces: inotify-tools (<< 3.10-2)
+Depends: ${shlibs:Depends}
+Description: Development library and header files for libinotifytools0
+ Headers, static libraries, and documentation for the libinotifytools
+ library.
+ .
+ libinotifytools is a thin layer on top of the kernel interface which makes it
+ easy to set up watches on many files at once, read events without having to
+ deal with low-level I/O, and several utility functions for inotify-related
+ string formatting
+
+Package: inotify-tools
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: command-line programs providing a simple interface to inotify
+ inotify-tools is a set of command-line programs for Linux providing a
+ simple interface to inotify. These programs can be used to monitor and
+ act upon filesystem events. inotify-tools consists of two utilities:
+ .
+ inotifywait simply blocks for inotify events, making it appropriate
+ for use in shell scripts.
+ .
+ inotifywatch collects filesystem usage statistics and outputs counts
+ of each inotify event.
+
--- inotify-tools-3.12.orig/debian/watch
+++ inotify-tools-3.12/debian/watch
@@ -0,0 +1,12 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+http://sf.net/inotify-tools/inotify-tools-(.*)\.tar\.gz
+
+
--- inotify-tools-3.12.orig/debian/dirs
+++ inotify-tools-3.12/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- inotify-tools-3.12.orig/debian/inotify-tools.install
+++ inotify-tools-3.12/debian/inotify-tools.install
@@ -0,0 +1,2 @@
+usr/share/man
+usr/bin
--- inotify-tools-3.12.orig/debian/libinotifytools0-dev.install
+++ inotify-tools-3.12/debian/libinotifytools0-dev.install
@@ -0,0 +1,5 @@
+usr/lib/libinotifytools.so
+usr/lib/libinotifytools.la
+usr/lib/libinotifytools.a
+usr/include/inotifytools/*
+usr/share/doc/inotify-tools/* usr/share/doc/libinotifytools0-dev
--- inotify-tools-3.12.orig/debian/compat
+++ inotify-tools-3.12/debian/compat
@@ -0,0 +1 @@
+5
--- inotify-tools-3.12.orig/debian/rules
+++ inotify-tools-3.12/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+binary/inotify-tools:: binary/libinotifytools0
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_SHLIBDEPS_LIBRARY_inotify-tools = libinotifytools0
+DEB_SHLIBDEPS_INCLUDE_inotify-tools = $(CURDIR)/debian/libinotifytools0/usr/lib
+DEB_DH_INSTALL_SOURCEDIR = debian/tmp
--- inotify-tools-3.12.orig/debian/copyright
+++ inotify-tools-3.12/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Peter Makholm <peter@makholm.net> on
+Fri, 20 Oct 2006 15:55:21 +0000.
+
+It was downloaded from http://inotify-tools.sourceforge.net/
+
+Upstream Author: Rohan McGovern, rohan@mcgovern.id.au
+
+Copyright: 2006, Rohan McGovern
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2006, Peter Makholm <peter@makholm.net> and
+is licensed under the GPL, see above.
+
--- inotify-tools-3.12.orig/debian/libinotifytools0.install
+++ inotify-tools-3.12/debian/libinotifytools0.install
@@ -0,0 +1 @@
+usr/lib/libinotifytools.so.*
--- inotify-tools-3.12.orig/debian/docs
+++ inotify-tools-3.12/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
--- inotify-tools-3.12.orig/debian/changelog
+++ inotify-tools-3.12/debian/changelog
@@ -0,0 +1,66 @@
+inotify-tools (3.12-2prodeia1) unstable; urgency=low
+
+  * Updated version
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Sun, 29 Mar 2009 14:47:58 +0200
+
+inotify-tools (3.12-1roman1) unstable; urgency=low
+
+  * Backported for feitsy & etch
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Sat, 01 Mar 2008 22:50:15 +0100
+
+inotify-tools (3.12-1) unstable; urgency=low
+
+  * New upstream.
+  * Include headers in -dev package - Ooops. (Closes: 450769)
+
+ -- Peter Makholm <peter@makholm.net>  Mon, 03 Dec 2007 09:15:51 +0000
+
+inotify-tools (3.11-1) unstable; urgency=high
+
+  * New upstream, fixes buffer overflow in inotifytools_snprintf
+    CVE-2007-5037 (Fixes: #443913 for testing and unstable)
+
+ -- Peter Makholm <peter@makholm.net>  Tue, 25 Sep 2007 05:20:18 +0000
+
+inotify-tools (3.10-3) unstable; urgency=low
+
+  * The libinotify packages replaces files in the pre-split package
+    (Closes: 434148)
+  * Added build-depend on doxygen so documentation will be buildt
+    everywhere
+
+ -- Peter Makholm <peter@makholm.net>  Sun, 22 Jul 2007 09:50:41 +0000
+
+inotify-tools (3.10-2) unstable; urgency=low
+
+  * Split into libinotifytools0 and inotify-tools packages
+  * Change Build-depend on linux-kernel-headers (>= 2.6.18) to
+    linux-libc-dev | linux-kernel-header (>= 2.6.18)
+    (Yes, we want to help backporting and really needs some linux
+    headers)
+  * use cdbs instead af old old old dh_make template
+
+ -- Peter Makholm <peter@makholm.net>  Tue, 17 Jul 2007 20:15:31 +0000
+
+inotify-tools (3.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Peter Makholm <peter@makholm.net>  Tue, 08 May 2007 19:16:54 +0200 
+
+inotify-tools (3.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Use <asm/unistd.h> for syscall numbers (Closes: #398158, #395310)
+    Thanks to Goswin von Brederlow and LaMont Jones
+
+ -- Peter Makholm <peter@makholm.net>  Mon, 13 Nov 2006 18:18:21 +0000
+
+inotify-tools (2.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #394249)
+
+ -- Peter Makholm <peter@makholm.net>  Fri, 20 Oct 2006 15:55:21 +0000
+
