--- inotail-0.5.orig/debian/rules
+++ inotail-0.5/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh ${@}
+
+override_dh_auto_install:
+	dh_auto_install -- prefix=$(CURDIR)/debian/inotail/usr
--- inotail-0.5.orig/debian/control
+++ inotail-0.5/debian/control
@@ -0,0 +1,21 @@
+Source: inotail
+Section: utils
+Priority: optional
+Maintainer: Tobias Klauser <tklauser@distanz.ch>
+Build-Depends: debhelper (>= 7.0.50)
+Standards-Version: 3.8.3
+Homepage: http://distanz.ch/inotail
+Vcs-Git: http://git.distanz.ch/scm/debian/pkg-inotail.git
+Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-inotail.git
+
+Package: inotail
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: tail replacement using inotify
+ inotail is a replacement for the 'tail' program which is used to output the
+ last portions of a file. It makes use of the inotify infrastructure in recent
+ versions of the Linux kernel to speed up tailing files in the follow
+ mode (the '-f' option). Ancient versions of tail poll the file every second by
+ default while inotail (and tail from the GNU coreutils as of version 7.5)
+ listens to special events sent by the kernel through the inotify API to
+ determine whether a file needs to be reread.
--- inotail-0.5.orig/debian/copyright
+++ inotail-0.5/debian/copyright
@@ -0,0 +1,47 @@
+This package was debianized by Tobias Klauser <tklauser@access.unizh.ch> on
+Tue, 22 Aug 2006 23:22:55 +0200.
+
+It was downloaded from <http://distanz.ch/inotail>.
+
+Upstream Author: Tobias Klauser <tklauser@distanz.ch>
+
+License (inotify.h and inotify-syscalls.h):
+
+        Copyright (C) 2005 John McCutchan
+
+        This program 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; version 2 of the License.
+
+        This program 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 program; 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 file.
+
+License (everything else):
+
+        Copyright (C) 2005-2007 Tobias Klauser <tklauser@distanz.ch>
+
+        This program 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 program 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 program; 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 file.
--- inotail-0.5.orig/debian/changelog
+++ inotail-0.5/debian/changelog
@@ -0,0 +1,45 @@
+inotail (0.5-2) unstable; urgency=low
+
+  * Adjust description so it doesn't imply coreutils tail not supporting
+    inotify (closes: #561141).
+  * Minimize rules file by using the dh command sequencer.
+  * Include ${misc:Depends} into Depends in control.
+  * Replace obsolete dh_clean -k with dh_prep in rules.
+  * Update debhelper compatibility level from 5 to 7.
+  * Update Standards Version to 3.8.3.
+  * Remove Homepage tag in control in favour of the new control field.
+  * Add Vcs-Git and Vcs-Browser control fields.
+  * Change maintainer email address.
+
+ -- Tobias Klauser <tklauser@distanz.ch>  Sun, 17 Jan 2010 18:30:48 +0100
+
+inotail (0.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Update debhelper compatibility level from 4 to 5
+
+ -- Tobias Klauser <tklauser@access.unizh.ch>  Fri, 07 Sep 2007 13:47:09 +0200
+
+inotail (0.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Tobias Klauser <tklauser@access.unizh.ch>  Wed, 20 Jun 2007 15:10:19 +0200
+
+inotail (0.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Tobias Klauser <tklauser@access.unizh.ch>  Tue, 17 Apr 2007 20:09:20 +0200
+
+inotail (0.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Tobias Klauser <tklauser@access.unizh.ch>  Mon,  4 Dec 2006 20:32:53 +0100
+
+inotail (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #388512)
+
+ -- Tobias Klauser <tklauser@access.unizh.ch>  Tue, 22 Aug 2006 23:22:55 +0200
--- inotail-0.5.orig/debian/docs
+++ inotail-0.5/debian/docs
@@ -0,0 +1 @@
+README
--- inotail-0.5.orig/debian/compat
+++ inotail-0.5/debian/compat
@@ -0,0 +1 @@
+7
